Class ActionDefVO
- java.lang.Object
-
- net.anotheria.asg.data.AbstractFederatedVO
-
- net.anotheria.anosite.gen.asaction.data.ActionDefVO
-
-
Field Summary
-
Fields inherited from interface net.anotheria.anosite.gen.asaction.data.ActionDef
PROP_CLAZZ, PROP_ID, PROP_NAME
-
-
Constructor Summary
Constructors Constructor Description ActionDefVO(java.lang.String anId)ActionDefVO(ActionDefVO toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefclone()intcompareTo(ActionDef comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)voidcopyAttributesFrom(ActionDef toCopy)booleanequals(java.lang.Object o)java.lang.StringgetClazz()Returns the value of the clazz attribute.java.lang.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.lang.StringgetFootprint()java.lang.StringgetId()longgetLastUpdateTimestamp()java.lang.StringgetName()Returns the value of the name attribute.java.lang.ObjectgetPropertyValue(java.lang.String propertyName)voidsetClazz(java.lang.String value)Sets the value of the clazz attribute.voidsetLastUpdateTimestamp(long value)voidsetName(java.lang.String value)Sets the value of the name attribute.java.lang.StringtoString()net.anotheria.util.xml.XMLNodetoXMLNode()
-
-
-
Constructor Detail
-
ActionDefVO
public ActionDefVO(java.lang.String anId)
-
ActionDefVO
public ActionDefVO(ActionDefVO toClone)
-
-
Method Detail
-
getId
public java.lang.String 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
public java.lang.String getName()
Description copied from interface:ActionDefReturns the value of the name attribute.
-
setName
public void setName(java.lang.String value)
Description copied from interface:ActionDefSets the value of the name attribute.
-
getClazz
public java.lang.String getClazz()
Description copied from interface:ActionDefReturns the value of the clazz attribute.
-
setClazz
public void setClazz(java.lang.String value)
Description copied from interface:ActionDefSets the value of the clazz attribute.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
clone
public ActionDef clone()
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
public void copyAttributesFrom(ActionDef toCopy)
-
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.String propertyName)
- 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
public int compareTo(ActionDef comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-