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 Parampublic Object getDefaultValue()
getDefaultValue in interface Parampublic void setDefaultValue(Object defaultValue)
setDefaultValue in interface Parampublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic static void registerPersistence()