|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jso.storage.JSOStorableMetadata
Class for objects's storage management data.
| Constructor Summary | |
JSOStorableMetadata(OID anOid,
boolean isSummary,
StorageManager aManager)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSOStorableMetadata(OID anOid,
boolean isSummary,
StorageManager aManager)
| Method Detail |
public OID getOID()
getOID in interface StorableMetadatanull otherwise.public boolean isSummary()
isSummary in interface StorableMetadatatrue if object is a summary object; false
otherwise.public StorageManager getManager()
getManager in interface StorableMetadata
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||