public interface Storable
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 setMMBase 1.9-SNAPSHOT - ${javadoctimestamp}