Class ActionMappingDefBuilder
java.lang.Object
net.anotheria.anosite.gen.ascustomaction.data.ActionMappingDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<ActionMappingDef>
public class ActionMappingDefBuilder
extends Object
implements net.anotheria.asg.data.Builder<ActionMappingDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value of the action attribute.build()command(int aValue) Sets the value of the command attribute.localizationBundles(List<String> aValue) Sets the value of the localizationBundles attribute.Sets the value of the name attribute.Sets the value of the page attribute.parameters(String aValue) Sets the value of the parameters attribute.Sets the value of the url attribute.
-
Field Details
-
name
-
url
-
parameters
-
command
protected int command -
localizationBundles
-
action
-
page
-
-
Constructor Details
-
ActionMappingDefBuilder
public ActionMappingDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
url
Sets the value of the url attribute. -
parameters
Sets the value of the parameters attribute. -
command
Sets the value of the command attribute. -
localizationBundles
Sets the value of the localizationBundles attribute. -
action
Sets the value of the action attribute. -
page
Sets the value of the page attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<ActionMappingDef>
-