public class LinkConfig extends Object implements Persistent
Modifier and Type | Class and Description |
---|---|
static class |
LinkConfig.RegisterPersistence |
Modifier and Type | Field and Description |
---|---|
static String |
LINKCONFIG_PERSISTENCE_DEFINITION_NAME |
Constructor and Description |
---|
LinkConfig() |
LinkConfig(String actionCode,
String fieldName) |
LinkConfig(String actionCode,
String fieldName,
String extension) |
Modifier and Type | Method and Description |
---|---|
String |
getActionCode() |
String |
getClassName() |
String |
getExtension() |
String |
getFieldName() |
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.
|
void |
setActionCode(String actionCode) |
void |
setExtension(String extension) |
void |
setFieldName(String fieldName) |
public static final String LINKCONFIG_PERSISTENCE_DEFINITION_NAME
public String getFieldName()
public String getActionCode()
public void setFieldName(String fieldName)
public void setActionCode(String actionCode)
public void setExtension(String extension)
public String getExtension()
public String getClassName()
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException