|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface Storable
This interface contains functionality for retrieving a storage identifier - a name or id suitable for storing the object. It also holds status information (i.e. whether a field is in Storage or not) and storage-specific data.
| Method Summary | |
|---|---|
Object |
getStorageIdentifier()
Returns a storage identifier for this object. |
int |
getStorageType()
Retrieves the storage type. |
boolean |
inStorage()
Returns whether an object is (or, for a new object, should be) defined in the storage. |
void |
setStorageType(int value)
Sets the storage type. |
| Method Detail |
|---|
Object getStorageIdentifier()
throws StorageException
StorageManagerFactory.getStorageIdentifier() when it is first instantiated.
StorageExceptionboolean inStorage()
false.
true if the object is kept in the storageint getStorageType()
void setStorageType(int value)
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||