public class ParamImpl extends Object implements Param
Constructor and Description |
---|
ParamImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getId() |
String[] |
getList() |
int |
getType() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistence() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setDefaultValue(Object defaultValue) |
void |
setId(String id) |
void |
setList(String[] list) |
void |
setManagerID(String id) |
void |
setType(int type) |
public void setManagerID(String id)
setManagerID
in interface Param
public Object getDefaultValue()
getDefaultValue
in interface Param
public void setDefaultValue(Object defaultValue)
setDefaultValue
in interface Param
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public static void registerPersistence()