Uses of Class
org.exolab.core.foundation.ObjectId

Packages that use ObjectId
org.exolab.core.foundation   
 

Uses of ObjectId in org.exolab.core.foundation
 

Methods in org.exolab.core.foundation that return ObjectId
 ObjectId PersistentCapableIfc.getObjectId()
          Return the object identifier associated with this object
 ObjectId PersistentObject.getObjectId()
          Return the object identifier associated with this object
 

Methods in org.exolab.core.foundation with parameters of type ObjectId
 void PersistentObject.setObjectId(ObjectId id)
          Set the object id for this persistent object using the specified object.
 

Constructors in org.exolab.core.foundation with parameters of type ObjectId
PersistentObject(ObjectId id, ObjectVersion version)
          Instantiate an instance of this class with the specified object id and version number.
 



Copyright © 1999-2005 The Exolab Group. All Rights Reserved.