Class BoxTypeVO

  • All Implemented Interfaces:
    java.lang.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
    • Constructor Detail

      • BoxTypeVO

        public BoxTypeVO​(java.lang.String anId)
      • BoxTypeVO

        public BoxTypeVO​(BoxTypeVO toClone)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface net.anotheria.asg.data.DataObject
      • getLastUpdateTimestamp

        public long getLastUpdateTimestamp()
        Specified by:
        getLastUpdateTimestamp in interface net.anotheria.asg.data.DataObject
      • setLastUpdateTimestamp

        public void setLastUpdateTimestamp​(long value)
      • getName

        public java.lang.String getName()
        Description copied from interface: BoxType
        Returns the value of the name attribute.
        Specified by:
        getName in interface BoxType
      • setName

        public void setName​(java.lang.String value)
        Description copied from interface: BoxType
        Sets the value of the name attribute.
        Specified by:
        setName in interface BoxType
      • getRendererpage

        public java.lang.String getRendererpage()
        Description copied from interface: BoxType
        Returns the value of the rendererpage attribute.
        Specified by:
        getRendererpage in interface BoxType
      • setRendererpage

        public void setRendererpage​(java.lang.String value)
        Description copied from interface: BoxType
        Sets the value of the rendererpage attribute.
        Specified by:
        setRendererpage in interface BoxType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • clone

        public BoxType clone()
        Specified by:
        clone in interface net.anotheria.asg.data.DataObject
        Specified by:
        clone in class net.anotheria.asg.data.AbstractFederatedVO
      • copyAttributesFrom

        public void copyAttributesFrom​(BoxType toCopy)
      • getPropertyValue

        public java.lang.Object getPropertyValue​(java.lang.String propertyName)
        Specified by:
        getPropertyValue in interface net.anotheria.asg.data.DataObject
      • toXMLNode

        public net.anotheria.util.xml.XMLNode toXMLNode()
        Specified by:
        toXMLNode in interface net.anotheria.asg.data.DataObject
        Overrides:
        toXMLNode in class net.anotheria.asg.data.AbstractFederatedVO
      • compareTo

        public int compareTo​(BoxType comparable)
      • compareTo

        public int compareTo​(net.anotheria.util.sorter.IComparable anotherComparable,
                             int method)
        Specified by:
        compareTo in interface net.anotheria.util.sorter.IComparable
      • getDefinedName

        public java.lang.String getDefinedName()
        Specified by:
        getDefinedName in interface net.anotheria.asg.data.DataObject
      • getDefinedParentName

        public java.lang.String getDefinedParentName()
        Specified by:
        getDefinedParentName in interface net.anotheria.asg.data.DataObject
      • getFootprint

        public java.lang.String getFootprint()
        Specified by:
        getFootprint in interface net.anotheria.asg.data.DataObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object