Class BoxHandlerDefVO
java.lang.Object
net.anotheria.asg.data.AbstractFederatedVO
net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDefVO
- All Implemented Interfaces:
Cloneable,BoxHandlerDef,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
public class BoxHandlerDefVO
extends net.anotheria.asg.data.AbstractFederatedVO
implements BoxHandlerDef, net.anotheria.util.sorter.IComparable
-
Field Summary
Fields inherited from interface net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDef
PROP_CLAZZ, PROP_ID, PROP_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intcompareTo(BoxHandlerDef comparable) intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyAttributesFrom(BoxHandlerDef 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
-
BoxHandlerDefVO
-
BoxHandlerDefVO
-
-
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:BoxHandlerDefReturns the value of the name attribute.- Specified by:
getNamein interfaceBoxHandlerDef
-
setName
Description copied from interface:BoxHandlerDefSets the value of the name attribute.- Specified by:
setNamein interfaceBoxHandlerDef
-
getClazz
Description copied from interface:BoxHandlerDefReturns the value of the clazz attribute.- Specified by:
getClazzin interfaceBoxHandlerDef
-
setClazz
Description copied from interface:BoxHandlerDefSets the value of the clazz attribute.- Specified by:
setClazzin interfaceBoxHandlerDef
-
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
-