Class CustomGuardDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomGuardDefBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<CustomGuardDef>
public class CustomGuardDefBuilder extends Object implements net.anotheria.asg.data.Builder<CustomGuardDef>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected Stringdescriptionprotected Stringnameprotected Stringparameter1protected Stringparameter2protected Stringparameter3protected Stringparameter4protected Stringparameter5
-
Constructor Summary
Constructors Constructor Description CustomGuardDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomGuardDefbuild()CustomGuardDefBuilderclazz(String aValue)Sets the value of the clazz attribute.CustomGuardDefBuilderdescription(String aValue)Sets the value of the description attribute.CustomGuardDefBuildername(String aValue)Sets the value of the name attribute.CustomGuardDefBuilderparameter1(String aValue)Sets the value of the parameter1 attribute.CustomGuardDefBuilderparameter2(String aValue)Sets the value of the parameter2 attribute.CustomGuardDefBuilderparameter3(String aValue)Sets the value of the parameter3 attribute.CustomGuardDefBuilderparameter4(String aValue)Sets the value of the parameter4 attribute.CustomGuardDefBuilderparameter5(String aValue)Sets the value of the parameter5 attribute.
-
-
-
Field Detail
-
parameter1
protected String parameter1
-
parameter2
protected String parameter2
-
parameter3
protected String parameter3
-
parameter4
protected String parameter4
-
parameter5
protected String parameter5
-
description
protected String description
-
name
protected String name
-
clazz
protected String clazz
-
-
Method Detail
-
parameter1
public CustomGuardDefBuilder parameter1(String aValue)
Sets the value of the parameter1 attribute.
-
parameter2
public CustomGuardDefBuilder parameter2(String aValue)
Sets the value of the parameter2 attribute.
-
parameter3
public CustomGuardDefBuilder parameter3(String aValue)
Sets the value of the parameter3 attribute.
-
parameter4
public CustomGuardDefBuilder parameter4(String aValue)
Sets the value of the parameter4 attribute.
-
parameter5
public CustomGuardDefBuilder parameter5(String aValue)
Sets the value of the parameter5 attribute.
-
description
public CustomGuardDefBuilder description(String aValue)
Sets the value of the description attribute.
-
name
public CustomGuardDefBuilder name(String aValue)
Sets the value of the name attribute.
-
clazz
public CustomGuardDefBuilder clazz(String aValue)
Sets the value of the clazz attribute.
-
build
public CustomGuardDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomGuardDef>
-
-