Class AbstractFederatedVO

  • All Implemented Interfaces:
    java.lang.Cloneable, DataObject

    public abstract class AbstractFederatedVO
    extends java.lang.Object
    implements DataObject

    Abstract AbstractFederatedVO class.

    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • AbstractFederatedVO

        public AbstractFederatedVO()
    • Method Detail

      • toXMLNode

        public net.anotheria.util.xml.XMLNode toXMLNode()

        toXMLNode.

        Specified by:
        toXMLNode in interface DataObject
        Returns:
        a XMLNode object.
      • clone

        public abstract java.lang.Object clone()
                                        throws java.lang.CloneNotSupportedException

        clone.

        Specified by:
        clone in interface DataObject
        Overrides:
        clone in class java.lang.Object
        Returns:
        a Object object.
        Throws:
        java.lang.CloneNotSupportedException - if any.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object