public class ActionMappingDefBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<ActionMappingDef>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
action |
protected int |
command |
protected java.util.List<java.lang.String> |
localizationBundles |
protected java.lang.String |
name |
protected java.lang.String |
page |
protected java.lang.String |
parameters |
protected java.lang.String |
url |
| Constructor and Description |
|---|
ActionMappingDefBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ActionMappingDefBuilder |
action(java.lang.String aValue)
Sets the value of the action attribute.
|
ActionMappingDef |
build() |
ActionMappingDefBuilder |
command(int aValue)
Sets the value of the command attribute.
|
ActionMappingDefBuilder |
localizationBundles(java.util.List<java.lang.String> aValue)
Sets the value of the localizationBundles attribute.
|
ActionMappingDefBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
ActionMappingDefBuilder |
page(java.lang.String aValue)
Sets the value of the page attribute.
|
ActionMappingDefBuilder |
parameters(java.lang.String aValue)
Sets the value of the parameters attribute.
|
ActionMappingDefBuilder |
url(java.lang.String aValue)
Sets the value of the url attribute.
|
protected java.lang.String name
protected java.lang.String url
protected java.lang.String parameters
protected int command
protected java.util.List<java.lang.String> localizationBundles
protected java.lang.String action
protected java.lang.String page
public ActionMappingDefBuilder name(java.lang.String aValue)
public ActionMappingDefBuilder url(java.lang.String aValue)
public ActionMappingDefBuilder parameters(java.lang.String aValue)
public ActionMappingDefBuilder command(int aValue)
public ActionMappingDefBuilder localizationBundles(java.util.List<java.lang.String> aValue)
public ActionMappingDefBuilder action(java.lang.String aValue)
public ActionMappingDefBuilder page(java.lang.String aValue)
public ActionMappingDef build()
build in interface net.anotheria.asg.data.Builder<ActionMappingDef>Copyright © 2012-2023 anotheria.net. All Rights Reserved.