Class BoxTypeVO
- java.lang.Object
-
- net.anotheria.asg.data.AbstractFederatedVO
-
- net.anotheria.anosite.gen.asfederateddata.data.BoxTypeVO
-
-
Field Summary
-
Fields inherited from interface net.anotheria.anosite.gen.asfederateddata.data.BoxType
PROP_ID, PROP_NAME, PROP_RENDERERPAGE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxTypeclone()intcompareTo(BoxType comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)voidcopyAttributesFrom(BoxType toCopy)booleanequals(Object o)StringgetDefinedName()StringgetDefinedParentName()StringgetFootprint()StringgetId()longgetLastUpdateTimestamp()StringgetName()Returns the value of the name attribute.ObjectgetPropertyValue(String propertyName)StringgetRendererpage()Returns the value of the rendererpage attribute.voidsetLastUpdateTimestamp(long value)voidsetName(String value)Sets the value of the name attribute.voidsetRendererpage(String value)Sets the value of the rendererpage attribute.StringtoString()net.anotheria.util.xml.XMLNodetoXMLNode()
-
-
-
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:BoxTypeReturns the value of the name attribute.
-
setName
public void setName(String value)
Description copied from interface:BoxTypeSets the value of the name attribute.
-
getRendererpage
public String getRendererpage()
Description copied from interface:BoxTypeReturns the value of the rendererpage attribute.- Specified by:
getRendererpagein interfaceBoxType
-
setRendererpage
public void setRendererpage(String value)
Description copied from interface:BoxTypeSets the value of the rendererpage attribute.- Specified by:
setRendererpagein interfaceBoxType
-
clone
public BoxType clone()
- Specified by:
clonein interfacenet.anotheria.asg.data.DataObject- Specified by:
clonein classnet.anotheria.asg.data.AbstractFederatedVO
-
copyAttributesFrom
public void copyAttributesFrom(BoxType 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(BoxType 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
-
-