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, setObject
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
PersistenceException