Class ActionDefVO
java.lang.Object
net.anotheria.asg.data.AbstractFederatedVO
net.anotheria.anosite.gen.asaction.data.ActionDefVO
- All Implemented Interfaces:
Cloneable,ActionDef,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
public class ActionDefVO
extends net.anotheria.asg.data.AbstractFederatedVO
implements ActionDef, net.anotheria.util.sorter.IComparable
-
Field Summary
Fields inherited from interface net.anotheria.anosite.gen.asaction.data.ActionDef
PROP_CLAZZ, PROP_ID, PROP_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyAttributesFrom(ActionDef toCopy) booleangetClazz()Returns the value of the clazz attribute.getId()longgetName()Returns the value of the name attribute.getPropertyValue(String propertyName) voidSets the value of the clazz attribute.voidsetLastUpdateTimestamp(long value) voidSets the value of the name attribute.toString()net.anotheria.util.xml.XMLNodeMethods inherited from class net.anotheria.asg.data.AbstractFederatedVO
getObjectInfo, hashCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
getObjectInfo
-
Constructor Details
-
ActionDefVO
-
ActionDefVO
-
-
Method Details
-
getId
- Specified by:
getIdin interfacenet.anotheria.asg.data.DataObject
-
getLastUpdateTimestamp
public long getLastUpdateTimestamp()- Specified by:
getLastUpdateTimestampin interfacenet.anotheria.asg.data.DataObject
-
setLastUpdateTimestamp
public void setLastUpdateTimestamp(long value) -
getName
Description copied from interface:ActionDefReturns the value of the name attribute. -
setName
Description copied from interface:ActionDefSets the value of the name attribute. -
getClazz
Description copied from interface:ActionDefReturns the value of the clazz attribute. -
setClazz
Description copied from interface:ActionDefSets the value of the clazz attribute. -
toString
-
clone
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
-
getPropertyValue
- Specified by:
getPropertyValuein interfacenet.anotheria.asg.data.DataObject
-
toXMLNode
public net.anotheria.util.xml.XMLNode toXMLNode()- Specified by:
toXMLNodein interfacenet.anotheria.asg.data.DataObject- Overrides:
toXMLNodein classnet.anotheria.asg.data.AbstractFederatedVO
-
compareTo
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
-