public abstract class ActionChild extends BaseDomainHelper
| Constructor and Description |
|---|
ActionChild() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getParentAction()
Gets the parent Action associated with this ServerAction record
|
void |
setParentAction(Action parentActionIn)
Sets the parent Action associated with this ServerAction record
|
getCreated, getModified, setCreated, setModified, toStringpublic Action getParentAction()
public void setParentAction(Action parentActionIn)
parentActionIn - The parentAction to set.