Package net.anotheria.asg.data
Class AbstractFederatedVO
- java.lang.Object
-
- net.anotheria.asg.data.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 Summary
Constructors Constructor Description AbstractFederatedVO()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Objectclone()clone.ObjectInfogetObjectInfo()getObjectInfo.inthashCode()net.anotheria.util.xml.XMLNodetoXMLNode()toXMLNode.-
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anotheria.asg.data.DataObject
getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getPropertyValue
-
-
-
-
Method Detail
-
toXMLNode
public net.anotheria.util.xml.XMLNode toXMLNode()
toXMLNode.
- Specified by:
toXMLNodein interfaceDataObject- Returns:
- a
XMLNodeobject.
-
getObjectInfo
public ObjectInfo getObjectInfo()
getObjectInfo.
- Specified by:
getObjectInfoin interfaceDataObject- Returns:
- a
ObjectInfoobject.
-
clone
public abstract java.lang.Object clone() throws java.lang.CloneNotSupportedExceptionclone.
- Specified by:
clonein interfaceDataObject- Overrides:
clonein classjava.lang.Object- Returns:
- a
Objectobject. - Throws:
java.lang.CloneNotSupportedException- if any.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-