Class GuardDefBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<GuardDef>

    public class GuardDefBuilder
    extends Object
    implements net.anotheria.asg.data.Builder<GuardDef>
    • Field Detail

      • clazz

        protected String clazz
      • parameter1

        protected String parameter1
      • parameter2

        protected String parameter2
      • parameter3

        protected String parameter3
      • parameter4

        protected String parameter4
      • parameter5

        protected String parameter5
      • description

        protected String description
    • Constructor Detail

      • GuardDefBuilder

        public GuardDefBuilder()
    • Method Detail

      • parameter1

        public GuardDefBuilder parameter1​(String aValue)
        Sets the value of the parameter1 attribute.
      • parameter2

        public GuardDefBuilder parameter2​(String aValue)
        Sets the value of the parameter2 attribute.
      • parameter3

        public GuardDefBuilder parameter3​(String aValue)
        Sets the value of the parameter3 attribute.
      • parameter4

        public GuardDefBuilder parameter4​(String aValue)
        Sets the value of the parameter4 attribute.
      • parameter5

        public GuardDefBuilder parameter5​(String aValue)
        Sets the value of the parameter5 attribute.
      • description

        public GuardDefBuilder description​(String aValue)
        Sets the value of the description attribute.
      • build

        public GuardDef build()
        Specified by:
        build in interface net.anotheria.asg.data.Builder<GuardDef>