Class ActionMappingDefDocument

  • All Implemented Interfaces:
    Serializable, Cloneable, net.anotheria.anodoc.data.IBasicStoreableObject, net.anotheria.anodoc.data.ICompositeDataObject, ActionMappingDef, net.anotheria.asg.data.DataObject, net.anotheria.asg.data.LockableObject, net.anotheria.util.sorter.IComparable

    public class ActionMappingDefDocument
    extends net.anotheria.asg.data.AbstractASGDocument
    implements ActionMappingDef, net.anotheria.util.sorter.IComparable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLocalizationBundlesElement​(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​(Object o)  
      String getAction()
      Returns the value of the action attribute.
      int getCommand()
      Returns the value of the command attribute.
      String getDefinedName()  
      String getDefinedParentName()  
      String getFootprint()  
      List<String> getLocalizationBundles()
      Returns the value of the localizationBundles attribute.
      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
      String getName()
      Returns the value of the name attribute.
      String getPage()
      Returns the value of the page attribute.
      String getParameters()
      Returns the value of the parameters attribute.
      String getUrl()
      Returns the value of the url attribute.
      void removeLocalizationBundlesElement​(int index)
      Removes the element at position index from the list.
      void setAction​(String value)
      Sets the value of the action attribute.
      void setCommand​(int value)
      Sets the value of the command attribute.
      void setLocalizationBundles​(List<String> value)
      Sets the value of the localizationBundles attribute.
      void setName​(String value)
      Sets the value of the name attribute.
      void setPage​(String value)
      Sets the value of the page attribute.
      void setParameters​(String value)
      Sets the value of the parameters attribute.
      void setUrl​(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.
      String toString()  
      • Methods inherited from class net.anotheria.asg.data.AbstractASGDocument

        getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTime
      • Methods inherited from class net.anotheria.anodoc.data.Document

        addDataHolder, 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, toXMLNode
      • Methods inherited from class net.anotheria.anodoc.data.DataHolder

        getId, hashCode, setId
      • Methods inherited from interface net.anotheria.asg.data.DataObject

        clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode