Class GenericGuardDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asgenericdata.data.GenericGuardDefBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<GenericGuardDef>
public class GenericGuardDefBuilder extends Object implements net.anotheria.asg.data.Builder<GenericGuardDef>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected Stringdescriptionprotected Stringnameprotected Stringparameter1protected Stringparameter2protected Stringparameter3protected Stringparameter4protected Stringparameter5
-
Constructor Summary
Constructors Constructor Description GenericGuardDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericGuardDefbuild()GenericGuardDefBuilderclazz(String aValue)Sets the value of the clazz attribute.GenericGuardDefBuilderdescription(String aValue)Sets the value of the description attribute.GenericGuardDefBuildername(String aValue)Sets the value of the name attribute.GenericGuardDefBuilderparameter1(String aValue)Sets the value of the parameter1 attribute.GenericGuardDefBuilderparameter2(String aValue)Sets the value of the parameter2 attribute.GenericGuardDefBuilderparameter3(String aValue)Sets the value of the parameter3 attribute.GenericGuardDefBuilderparameter4(String aValue)Sets the value of the parameter4 attribute.GenericGuardDefBuilderparameter5(String aValue)Sets the value of the parameter5 attribute.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
name
public GenericGuardDefBuilder name(String aValue)
Sets the value of the name attribute.
-
clazz
public GenericGuardDefBuilder clazz(String aValue)
Sets the value of the clazz attribute.
-
parameter1
public GenericGuardDefBuilder parameter1(String aValue)
Sets the value of the parameter1 attribute.
-
parameter2
public GenericGuardDefBuilder parameter2(String aValue)
Sets the value of the parameter2 attribute.
-
parameter3
public GenericGuardDefBuilder parameter3(String aValue)
Sets the value of the parameter3 attribute.
-
parameter4
public GenericGuardDefBuilder parameter4(String aValue)
Sets the value of the parameter4 attribute.
-
parameter5
public GenericGuardDefBuilder parameter5(String aValue)
Sets the value of the parameter5 attribute.
-
description
public GenericGuardDefBuilder description(String aValue)
Sets the value of the description attribute.
-
build
public GenericGuardDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<GenericGuardDef>
-
-