public interface ActionMappingDef
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_ACTION
Constant property name for "action" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_PAGE
Constant property name for "page" for internal storage and queries.
|
static java.lang.String |
PROP_COMMAND
Constant property name for "command" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_LOCALIZATION_BUNDLES
Constant property name for "localizationBundles" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_PARAMETERS
Constant property name for "parameters" for internal storage and queries.
|
static java.lang.String |
PROP_URL
Constant property name for "url" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizationBundlesElement(java.lang.String localizationBundles)
Adds a new element to the list.
|
java.lang.String |
getAction()
Returns the value of the action attribute.
|
int |
getCommand()
Returns the value of the command attribute.
|
java.util.List<java.lang.String> |
getLocalizationBundles()
Returns the value of the localizationBundles attribute.
|
java.lang.String |
getLocalizationBundlesElement(int index)
Returns the element at the position index in the list.
|
int |
getLocalizationBundlesSize()
Returns the number of elements in the "localizationBundles" container
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getPage()
Returns the value of the page attribute.
|
java.lang.String |
getParameters()
Returns the value of the parameters attribute.
|
java.lang.String |
getUrl()
Returns the value of the url attribute.
|
void |
removeLocalizationBundlesElement(int index)
Removes the element at position index from the list.
|
void |
setAction(java.lang.String value)
Sets the value of the action attribute.
|
void |
setCommand(int value)
Sets the value of the command attribute.
|
void |
setLocalizationBundles(java.util.List<java.lang.String> value)
Sets the value of the localizationBundles attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setPage(java.lang.String value)
Sets the value of the page attribute.
|
void |
setParameters(java.lang.String value)
Sets the value of the parameters attribute.
|
void |
setUrl(java.lang.String value)
Sets the value of the url attribute.
|
void |
swapLocalizationBundlesElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_URL
static final java.lang.String PROP_PARAMETERS
static final java.lang.String PROP_COMMAND
static final java.lang.String PROP_LOCALIZATION_BUNDLES
static final java.lang.String LINK_PROP_ACTION
static final java.lang.String LINK_PROP_PAGE
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getUrl()
void setUrl(java.lang.String value)
java.lang.String getParameters()
void setParameters(java.lang.String value)
int getCommand()
void setCommand(int value)
java.util.List<java.lang.String> getLocalizationBundles()
void setLocalizationBundles(java.util.List<java.lang.String> value)
java.lang.String getAction()
void setAction(java.lang.String value)
java.lang.String getPage()
void setPage(java.lang.String value)
int getLocalizationBundlesSize()
void addLocalizationBundlesElement(java.lang.String localizationBundles)
void removeLocalizationBundlesElement(int index)
void swapLocalizationBundlesElement(int index1,
int index2)
java.lang.String getLocalizationBundlesElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.