PROP_CLAZZ, PROP_ID, PROP_NAME| Constructor and Description |
|---|
ActionDefVO(ActionDefVO toClone) |
ActionDefVO(java.lang.String anId) |
| Modifier and Type | Method and Description |
|---|---|
ActionDef |
clone() |
int |
compareTo(ActionDef comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
void |
copyAttributesFrom(ActionDef toCopy) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClazz()
Returns the value of the clazz attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
java.lang.String |
getId() |
long |
getLastUpdateTimestamp() |
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.Object |
getPropertyValue(java.lang.String propertyName) |
void |
setClazz(java.lang.String value)
Sets the value of the clazz attribute.
|
void |
setLastUpdateTimestamp(long value) |
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
java.lang.String |
toString() |
net.anotheria.util.xml.XMLNode |
toXMLNode() |
public ActionDefVO(java.lang.String anId)
public ActionDefVO(ActionDefVO toClone)
public java.lang.String getId()
getId in interface net.anotheria.asg.data.DataObjectpublic long getLastUpdateTimestamp()
getLastUpdateTimestamp in interface net.anotheria.asg.data.DataObjectpublic void setLastUpdateTimestamp(long value)
public java.lang.String getName()
ActionDefpublic void setName(java.lang.String value)
ActionDefpublic java.lang.String getClazz()
ActionDefpublic void setClazz(java.lang.String value)
ActionDefpublic java.lang.String toString()
toString in class java.lang.Objectpublic ActionDef clone()
clone in interface net.anotheria.asg.data.DataObjectclone in class net.anotheria.asg.data.AbstractFederatedVOpublic void copyAttributesFrom(ActionDef toCopy)
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue in interface net.anotheria.asg.data.DataObjectpublic net.anotheria.util.xml.XMLNode toXMLNode()
toXMLNode in interface net.anotheria.asg.data.DataObjecttoXMLNode in class net.anotheria.asg.data.AbstractFederatedVOpublic int compareTo(ActionDef comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.