Class ActionMappingDefDocument

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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​(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()  
      • 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 class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface net.anotheria.asg.data.DataObject

        clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
    • Constructor Detail

      • ActionMappingDefDocument

        public ActionMappingDefDocument()
      • ActionMappingDefDocument

        public ActionMappingDefDocument​(java.lang.String id)
    • Method Detail

      • setName

        public void setName​(java.lang.String value)
        Description copied from interface: ActionMappingDef
        Sets the value of the name attribute.
        Specified by:
        setName in interface ActionMappingDef
      • setUrl

        public void setUrl​(java.lang.String value)
        Description copied from interface: ActionMappingDef
        Sets the value of the url attribute.
        Specified by:
        setUrl in interface ActionMappingDef
      • setParameters

        public void setParameters​(java.lang.String value)
        Description copied from interface: ActionMappingDef
        Sets the value of the parameters attribute.
        Specified by:
        setParameters in interface ActionMappingDef
      • setLocalizationBundles

        public void setLocalizationBundles​(java.util.List<java.lang.String> value)
        Description copied from interface: ActionMappingDef
        Sets the value of the localizationBundles attribute.
        Specified by:
        setLocalizationBundles in interface ActionMappingDef
      • setAction

        public void setAction​(java.lang.String value)
        Description copied from interface: ActionMappingDef
        Sets the value of the action attribute.
        Specified by:
        setAction in interface ActionMappingDef
      • setPage

        public void setPage​(java.lang.String value)
        Description copied from interface: ActionMappingDef
        Sets the value of the page attribute.
        Specified by:
        setPage in interface ActionMappingDef
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class net.anotheria.anodoc.data.Document
      • compareTo

        public int compareTo​(net.anotheria.util.sorter.IComparable anotherComparable,
                             int method)
        Specified by:
        compareTo in interface net.anotheria.util.sorter.IComparable
      • getDefinedName

        public java.lang.String getDefinedName()
        Specified by:
        getDefinedName in interface net.anotheria.asg.data.DataObject
      • getDefinedParentName

        public java.lang.String getDefinedParentName()
        Specified by:
        getDefinedParentName in interface net.anotheria.asg.data.DataObject
      • getFootprint

        public java.lang.String getFootprint()
        Specified by:
        getFootprint in interface net.anotheria.asg.data.DataObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object