Class CustomActionDefBuilder
java.lang.Object
net.anotheria.anosite.gen.ascustomaction.data.CustomActionDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<CustomActionDef>
public class CustomActionDefBuilder
extends Object
implements net.anotheria.asg.data.Builder<CustomActionDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.build()Sets the value of the clazz attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
clazz
-
accessOperation
-
-
Constructor Details
-
CustomActionDefBuilder
public CustomActionDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
clazz
Sets the value of the clazz attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomActionDef>
-