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>
-
-
Constructor Summary
Constructors Constructor Description ActionMappingDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMappingDefBuilderaction(String aValue)Sets the value of the action attribute.ActionMappingDefbuild()ActionMappingDefBuildercommand(int aValue)Sets the value of the command attribute.ActionMappingDefBuilderlocalizationBundles(List<String> aValue)Sets the value of the localizationBundles attribute.ActionMappingDefBuildername(String aValue)Sets the value of the name attribute.ActionMappingDefBuilderpage(String aValue)Sets the value of the page attribute.ActionMappingDefBuilderparameters(String aValue)Sets the value of the parameters attribute.ActionMappingDefBuilderurl(String aValue)Sets the value of the url attribute.
-
-
-
Method Detail
-
name
public ActionMappingDefBuilder name(String aValue)
Sets the value of the name attribute.
-
url
public ActionMappingDefBuilder url(String aValue)
Sets the value of the url attribute.
-
parameters
public ActionMappingDefBuilder parameters(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(List<String> aValue)
Sets the value of the localizationBundles attribute.
-
action
public ActionMappingDefBuilder action(String aValue)
Sets the value of the action attribute.
-
page
public ActionMappingDefBuilder page(String aValue)
Sets the value of the page attribute.
-
build
public ActionMappingDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<ActionMappingDef>
-
-