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

java.lang.Object
  extended by org.nakedobjects.plugins.xml.objectstore.internal.data.Data
      extended by org.nakedobjects.plugins.xml.objectstore.internal.data.CollectionData

public class CollectionData
extends Data

A logical collection of elements of a specified type


Constructor Summary
CollectionData(NakedObjectSpecification noSpec, SerialOid oid, FileVersion version)
           
 
Method Summary
 void addElement(SerialOid elementOid)
           
 ReferenceVector references()
           
 void removeElement(SerialOid elementOid)
           
 java.lang.String toString()
           
 
Methods inherited from class org.nakedobjects.plugins.xml.objectstore.internal.data.Data
equals, getOid, getSpecification, getTypeName, getVersion, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionData

public CollectionData(NakedObjectSpecification noSpec,
                      SerialOid oid,
                      FileVersion version)
Method Detail

addElement

public void addElement(SerialOid elementOid)

removeElement

public void removeElement(SerialOid elementOid)

references

public ReferenceVector references()

toString

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


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