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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the clazz attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.parameter1(String aValue) Sets the value of the parameter1 attribute.parameter2(String aValue) Sets the value of the parameter2 attribute.parameter3(String aValue) Sets the value of the parameter3 attribute.parameter4(String aValue) Sets the value of the parameter4 attribute.parameter5(String aValue) Sets the value of the parameter5 attribute.
-
Field Details
-
name
-
clazz
-
parameter1
-
parameter2
-
parameter3
-
parameter4
-
parameter5
-
description
-
-
Constructor Details
-
GenericGuardDefBuilder
public GenericGuardDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
clazz
Sets the value of the clazz attribute. -
parameter1
Sets the value of the parameter1 attribute. -
parameter2
Sets the value of the parameter2 attribute. -
parameter3
Sets the value of the parameter3 attribute. -
parameter4
Sets the value of the parameter4 attribute. -
parameter5
Sets the value of the parameter5 attribute. -
description
Sets the value of the description attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<GenericGuardDef>
-