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 Constructor Description BoxHandlerDefVO(String anId)BoxHandlerDefVO(BoxHandlerDefVO toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxHandlerDefclone()intcompareTo(BoxHandlerDef comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)voidcopyAttributesFrom(BoxHandlerDef 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
-
BoxHandlerDefVO
public BoxHandlerDefVO(String anId)
-
BoxHandlerDefVO
public BoxHandlerDefVO(BoxHandlerDefVO 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:BoxHandlerDefReturns the value of the name attribute.- Specified by:
getNamein interfaceBoxHandlerDef
-
setName
public void setName(String value)
Description copied from interface:BoxHandlerDefSets the value of the name attribute.- Specified by:
setNamein interfaceBoxHandlerDef
-
getClazz
public String getClazz()
Description copied from interface:BoxHandlerDefReturns the value of the clazz attribute.- Specified by:
getClazzin interfaceBoxHandlerDef
-
setClazz
public void setClazz(String value)
Description copied from interface:BoxHandlerDefSets the value of the clazz attribute.- Specified by:
setClazzin interfaceBoxHandlerDef
-
clone
public BoxHandlerDef clone()
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
public void copyAttributesFrom(BoxHandlerDef 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(BoxHandlerDef 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
-
-