Class BoxTypeVO
java.lang.Object
net.anotheria.asg.data.AbstractFederatedVO
net.anotheria.anosite.gen.asfederateddata.data.BoxTypeVO
- All Implemented Interfaces:
Cloneable,BoxType,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
public class BoxTypeVO
extends net.anotheria.asg.data.AbstractFederatedVO
implements BoxType, net.anotheria.util.sorter.IComparable
-
Field Summary
Fields inherited from interface net.anotheria.anosite.gen.asfederateddata.data.BoxType
PROP_ID, PROP_NAME, PROP_RENDERERPAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyAttributesFrom(BoxType toCopy) booleangetId()longgetName()Returns the value of the name attribute.getPropertyValue(String propertyName) Returns the value of the rendererpage attribute.voidsetLastUpdateTimestamp(long value) voidSets the value of the name attribute.voidsetRendererpage(String value) Sets the value of the rendererpage 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
-
BoxTypeVO
-
BoxTypeVO
-
-
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:BoxTypeReturns the value of the name attribute. -
setName
Description copied from interface:BoxTypeSets the value of the name attribute. -
getRendererpage
Description copied from interface:BoxTypeReturns the value of the rendererpage attribute.- Specified by:
getRendererpagein interfaceBoxType
-
setRendererpage
Description copied from interface:BoxTypeSets the value of the rendererpage attribute.- Specified by:
setRendererpagein interfaceBoxType
-
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
-