public class CustomActionDefBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<CustomActionDef>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessOperation |
protected java.lang.String |
clazz |
protected java.lang.String |
name |
| Constructor and Description |
|---|
CustomActionDefBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CustomActionDefBuilder |
accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
|
CustomActionDef |
build() |
CustomActionDefBuilder |
clazz(java.lang.String aValue)
Sets the value of the clazz attribute.
|
CustomActionDefBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
protected java.lang.String name
protected java.lang.String clazz
protected java.lang.String accessOperation
public CustomActionDefBuilder name(java.lang.String aValue)
public CustomActionDefBuilder clazz(java.lang.String aValue)
public CustomActionDefBuilder accessOperation(java.lang.String aValue)
public CustomActionDef build()
build in interface net.anotheria.asg.data.Builder<CustomActionDef>Copyright © 2012-2023 anotheria.net. All Rights Reserved.