Interface ActionMappingDef
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
ActionMappingDefDocument
public interface ActionMappingDef
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "action" for internal storage and queries.static final StringConstant property name for "page" for internal storage and queries.static final StringConstant property name for "command" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "localizationBundles" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "parameters" for internal storage and queries.static final StringConstant property name for "url" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocalizationBundlesElement(String localizationBundles) Adds a new element to the list.Returns the value of the action attribute.intReturns the value of the command attribute.Returns the value of the localizationBundles attribute.getLocalizationBundlesElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "localizationBundles" containergetName()Returns the value of the name attribute.getPage()Returns the value of the page attribute.Returns the value of the parameters attribute.getUrl()Returns the value of the url attribute.voidremoveLocalizationBundlesElement(int index) Removes the element at position index from the list.voidSets the value of the action attribute.voidsetCommand(int value) Sets the value of the command attribute.voidsetLocalizationBundles(List<String> value) Sets the value of the localizationBundles attribute.voidSets the value of the name attribute.voidSets the value of the page attribute.voidsetParameters(String value) Sets the value of the parameters attribute.voidSets the value of the url attribute.voidswapLocalizationBundlesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.Methods inherited from interface net.anotheria.asg.data.DataObject
clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
-
PROP_URL
Constant property name for "url" for internal storage and queries.- See Also:
-
PROP_PARAMETERS
Constant property name for "parameters" for internal storage and queries.- See Also:
-
PROP_COMMAND
Constant property name for "command" for internal storage and queries.- See Also:
-
PROP_LOCALIZATION_BUNDLES
Constant property name for "localizationBundles" for internal storage and queries.- See Also:
-
LINK_PROP_ACTION
Constant property name for "action" for internal storage and queries.- See Also:
-
LINK_PROP_PAGE
Constant property name for "page" for internal storage and queries.- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the name attribute. -
setName
Sets the value of the name attribute. -
getUrl
String getUrl()Returns the value of the url attribute. -
setUrl
Sets the value of the url attribute. -
getParameters
String getParameters()Returns the value of the parameters attribute. -
setParameters
Sets the value of the parameters attribute. -
getCommand
int getCommand()Returns the value of the command attribute. -
setCommand
void setCommand(int value) Sets the value of the command attribute. -
getLocalizationBundles
Returns the value of the localizationBundles attribute. -
setLocalizationBundles
Sets the value of the localizationBundles attribute. -
getAction
String getAction()Returns the value of the action attribute. -
setAction
Sets the value of the action attribute. -
getPage
String getPage()Returns the value of the page attribute. -
setPage
Sets the value of the page attribute. -
getLocalizationBundlesSize
int getLocalizationBundlesSize()Returns the number of elements in the "localizationBundles" container -
addLocalizationBundlesElement
Adds a new element to the list. -
removeLocalizationBundlesElement
void removeLocalizationBundlesElement(int index) Removes the element at position index from the list. -
swapLocalizationBundlesElement
void swapLocalizationBundlesElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list. -
getLocalizationBundlesElement
Returns the element at the position index in the list.
-