public class GenericPersistentDouble extends GenericPersistentObject
obj| Constructor and Description |
|---|
GenericPersistentDouble() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
create, getObject, registerPersistence, setObjectpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentPersistenceException