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 -
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
-
parameter1
-
parameter2
-
parameter3
-
parameter4
-
parameter5
-
description
-
name
-
clazz
-
-
Constructor Details
-
CustomGuardDefBuilder
public CustomGuardDefBuilder()
-
-
Method Details
-
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. -
name
Sets the value of the name attribute. -
clazz
Sets the value of the clazz attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomGuardDef>
-