org.nakedobjects.plugins.xml.objectstore.internal.data
Class Data

java.lang.Object
  extended by org.nakedobjects.plugins.xml.objectstore.internal.data.Data
Direct Known Subclasses:
CollectionData, ObjectData

public abstract class Data
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
           
 SerialOid getOid()
           
 NakedObjectSpecification getSpecification()
           
 java.lang.String getTypeName()
           
 FileVersion getVersion()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOid

public SerialOid getOid()

getVersion

public FileVersion getVersion()

getSpecification

public NakedObjectSpecification getSpecification()

getTypeName

public java.lang.String getTypeName()

equals

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

hashCode

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.