net.sf.jso
Interface StorableMetadata

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JSOStorableMetadata

public interface StorableMetadata
extends java.io.Serializable

Interface for objects' storage management metadata.


Method Summary
 StorageManager getManager()
          Returns storage manager responsible for storage operations over the object.
 OID getOID()
          Returns object's OID.
 boolean isSummary()
          Indicates if object is a summary object.
 

Method Detail

getOID

public OID getOID()
Returns object's OID.

Returns:
The object's OID if it has one; null otherwise.

isSummary

public boolean isSummary()
Indicates if object is a summary object.

Returns:
true if object is a summary object; false otherwise.

getManager

public StorageManager getManager()
Returns storage manager responsible for storage operations over the object.

Returns:
Storable object's storage manager.