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
  • Constructor Details

    • BoxHandlerDefVO

      public BoxHandlerDefVO(String anId)
    • BoxHandlerDefVO

      public BoxHandlerDefVO(BoxHandlerDefVO toClone)
  • Method Details

    • getId

      public 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 String getName()
      Description copied from interface: BoxHandlerDef
      Returns the value of the name attribute.
      Specified by:
      getName in interface BoxHandlerDef
    • setName

      public void setName(String value)
      Description copied from interface: BoxHandlerDef
      Sets the value of the name attribute.
      Specified by:
      setName in interface BoxHandlerDef
    • getClazz

      public String getClazz()
      Description copied from interface: BoxHandlerDef
      Returns the value of the clazz attribute.
      Specified by:
      getClazz in interface BoxHandlerDef
    • setClazz

      public void setClazz(String value)
      Description copied from interface: BoxHandlerDef
      Sets the value of the clazz attribute.
      Specified by:
      setClazz in interface BoxHandlerDef
    • toString

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

      public BoxHandlerDef 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(BoxHandlerDef toCopy)
    • getPropertyValue

      public Object getPropertyValue(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(BoxHandlerDef 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 String getDefinedName()
      Specified by:
      getDefinedName in interface net.anotheria.asg.data.DataObject
    • getDefinedParentName

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object