Class GuardDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asfederateddata.data.GuardDefBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected Stringdescriptionprotected Stringnameprotected Stringparameter1protected Stringparameter2protected Stringparameter3protected Stringparameter4protected Stringparameter5
-
Constructor Summary
Constructors Constructor Description GuardDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuardDefbuild()GuardDefBuilderclazz(String aValue)Sets the value of the clazz attribute.GuardDefBuilderdescription(String aValue)Sets the value of the description attribute.GuardDefBuildername(String aValue)Sets the value of the name attribute.GuardDefBuilderparameter1(String aValue)Sets the value of the parameter1 attribute.GuardDefBuilderparameter2(String aValue)Sets the value of the parameter2 attribute.GuardDefBuilderparameter3(String aValue)Sets the value of the parameter3 attribute.GuardDefBuilderparameter4(String aValue)Sets the value of the parameter4 attribute.GuardDefBuilderparameter5(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 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.
-
-