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 java.lang.Object implements net.anotheria.asg.data.Builder<ActionMappingDef>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringactionprotected intcommandprotected java.util.List<java.lang.String>localizationBundlesprotected java.lang.Stringnameprotected java.lang.Stringpageprotected java.lang.Stringparametersprotected java.lang.Stringurl
-
Constructor Summary
Constructors Constructor Description ActionMappingDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMappingDefBuilderaction(java.lang.String aValue)Sets the value of the action attribute.ActionMappingDefbuild()ActionMappingDefBuildercommand(int aValue)Sets the value of the command attribute.ActionMappingDefBuilderlocalizationBundles(java.util.List<java.lang.String> aValue)Sets the value of the localizationBundles attribute.ActionMappingDefBuildername(java.lang.String aValue)Sets the value of the name attribute.ActionMappingDefBuilderpage(java.lang.String aValue)Sets the value of the page attribute.ActionMappingDefBuilderparameters(java.lang.String aValue)Sets the value of the parameters attribute.ActionMappingDefBuilderurl(java.lang.String aValue)Sets the value of the url attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
url
protected java.lang.String url
-
parameters
protected java.lang.String parameters
-
command
protected int command
-
localizationBundles
protected java.util.List<java.lang.String> localizationBundles
-
action
protected java.lang.String action
-
page
protected java.lang.String page
-
-
Method Detail
-
name
public ActionMappingDefBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
url
public ActionMappingDefBuilder url(java.lang.String aValue)
Sets the value of the url attribute.
-
parameters
public ActionMappingDefBuilder parameters(java.lang.String aValue)
Sets the value of the parameters attribute.
-
command
public ActionMappingDefBuilder command(int aValue)
Sets the value of the command attribute.
-
localizationBundles
public ActionMappingDefBuilder localizationBundles(java.util.List<java.lang.String> aValue)
Sets the value of the localizationBundles attribute.
-
action
public ActionMappingDefBuilder action(java.lang.String aValue)
Sets the value of the action attribute.
-
page
public ActionMappingDefBuilder page(java.lang.String aValue)
Sets the value of the page attribute.
-
build
public ActionMappingDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<ActionMappingDef>
-
-