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(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(Object o)StringgetClazz()Returns the value of the clazz attribute.StringgetDefinedName()StringgetDefinedParentName()StringgetFootprint()StringgetId()longgetLastUpdateTimestamp()StringgetName()Returns the value of the name attribute.ObjectgetPropertyValue(String propertyName)voidsetClazz(String value)Sets the value of the clazz attribute.voidsetLastUpdateTimestamp(long value)voidsetName(String value)Sets the value of the name attribute.StringtoString()net.anotheria.util.xml.XMLNodetoXMLNode()
-
-
-
Constructor Detail
-
ActionDefVO
public ActionDefVO(String anId)
-
ActionDefVO
public ActionDefVO(ActionDefVO toClone)
-
-
Method Detail
-
getId
public 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 String getName()
Description copied from interface:ActionDefReturns the value of the name attribute.
-
setName
public void setName(String value)
Description copied from interface:ActionDefSets the value of the name attribute.
-
getClazz
public String getClazz()
Description copied from interface:ActionDefReturns the value of the clazz attribute.
-
setClazz
public void setClazz(String value)
Description copied from interface:ActionDefSets the value of the clazz attribute.
-
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 Object getPropertyValue(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 String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
-