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 java.lang.Object implements net.anotheria.asg.data.Builder<CustomActionDef>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessOperationprotected java.lang.Stringclazzprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description CustomActionDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomActionDefBuilderaccessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.CustomActionDefbuild()CustomActionDefBuilderclazz(java.lang.String aValue)Sets the value of the clazz attribute.CustomActionDefBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public CustomActionDefBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
clazz
public CustomActionDefBuilder clazz(java.lang.String aValue)
Sets the value of the clazz attribute.
-
accessOperation
public CustomActionDefBuilder accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
-
build
public CustomActionDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomActionDef>
-
-