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.ProcessFieldParameters
public boolean isCopyThisFieldActive()
isCopyThisFieldActive
in interface CopyTable2ProcessParameters.ProcessFieldParameters
public Expression getExpression()
getExpression
in interface CopyTable2ProcessParameters.ProcessFieldParameters
public static void selfRegister()
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