public static class CopyTable2ProcessParametersImpl.ProcessFieldParametersImpl extends java.lang.Object implements CopyTable2ProcessParameters.ProcessFieldParameters
| Constructor and Description |
|---|
ProcessFieldParametersImpl() |
ProcessFieldParametersImpl(java.lang.String name,
boolean update,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
java.lang.String |
getName() |
boolean |
isCopyThisFieldActive() |
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.
|
static void |
selfRegister() |
public ProcessFieldParametersImpl()
public ProcessFieldParametersImpl(java.lang.String name,
boolean update,
Expression expression)
public java.lang.String getName()
getName in interface CopyTable2ProcessParameters.ProcessFieldParameterspublic boolean isCopyThisFieldActive()
isCopyThisFieldActive in interface CopyTable2ProcessParameters.ProcessFieldParameterspublic Expression getExpression()
getExpression in interface CopyTable2ProcessParameters.ProcessFieldParameterspublic static void selfRegister()
public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceException