Class GuardDefBuilder

java.lang.Object
net.anotheria.anosite.gen.asfederateddata.data.GuardDefBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<GuardDef>

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

    • name

      protected String name
    • 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 Details

    • GuardDefBuilder

      public GuardDefBuilder()
  • Method Details

    • name

      public GuardDefBuilder name(String aValue)
      Sets the value of the name attribute.
    • clazz

      public GuardDefBuilder clazz(String aValue)
      Sets the value of the clazz attribute.
    • 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>