public class ActionMappingDefDocument extends net.anotheria.asg.data.AbstractASGDocument implements ActionMappingDef, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_ACTION, LINK_PROP_PAGE, PROP_COMMAND, PROP_ID, PROP_LOCALIZATION_BUNDLES, PROP_NAME, PROP_PARAMETERS, PROP_URL| Constructor and Description |
|---|
ActionMappingDefDocument() |
ActionMappingDefDocument(ActionMappingDefDocument toClone) |
ActionMappingDefDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizationBundlesElement(java.lang.String localizationBundles)
Adds a new element to the list.
|
int |
compareTo(ActionMappingDef comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAction()
Returns the value of the action attribute.
|
int |
getCommand()
Returns the value of the command attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
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.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic ActionMappingDefDocument()
public ActionMappingDefDocument(java.lang.String id)
public ActionMappingDefDocument(ActionMappingDefDocument toClone)
public java.lang.String getName()
ActionMappingDefgetName in interface ActionMappingDefpublic void setName(java.lang.String value)
ActionMappingDefsetName in interface ActionMappingDefpublic java.lang.String getUrl()
ActionMappingDefgetUrl in interface ActionMappingDefpublic void setUrl(java.lang.String value)
ActionMappingDefsetUrl in interface ActionMappingDefpublic java.lang.String getParameters()
ActionMappingDefgetParameters in interface ActionMappingDefpublic void setParameters(java.lang.String value)
ActionMappingDefsetParameters in interface ActionMappingDefpublic int getCommand()
ActionMappingDefgetCommand in interface ActionMappingDefpublic void setCommand(int value)
ActionMappingDefsetCommand in interface ActionMappingDefpublic java.util.List<java.lang.String> getLocalizationBundles()
ActionMappingDefgetLocalizationBundles in interface ActionMappingDefpublic void setLocalizationBundles(java.util.List<java.lang.String> value)
ActionMappingDefsetLocalizationBundles in interface ActionMappingDefpublic java.lang.String getAction()
ActionMappingDefgetAction in interface ActionMappingDefpublic void setAction(java.lang.String value)
ActionMappingDefsetAction in interface ActionMappingDefpublic java.lang.String getPage()
ActionMappingDefgetPage in interface ActionMappingDefpublic void setPage(java.lang.String value)
ActionMappingDefsetPage in interface ActionMappingDefpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getLocalizationBundlesSize()
ActionMappingDefgetLocalizationBundlesSize in interface ActionMappingDefpublic void addLocalizationBundlesElement(java.lang.String localizationBundles)
ActionMappingDefaddLocalizationBundlesElement in interface ActionMappingDefpublic void removeLocalizationBundlesElement(int index)
ActionMappingDefremoveLocalizationBundlesElement in interface ActionMappingDefpublic void swapLocalizationBundlesElement(int index1,
int index2)
ActionMappingDefswapLocalizationBundlesElement in interface ActionMappingDefpublic java.lang.String getLocalizationBundlesElement(int index)
ActionMappingDefgetLocalizationBundlesElement in interface ActionMappingDefpublic int compareTo(ActionMappingDef comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.