|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.action.ActionChild
public abstract class ActionChild
ActionChild - Class that can be used for records that require an Action as their parent. IOTW: Tables that have a foreign key action_id.
| Constructor Summary | |
|---|---|
ActionChild()
|
|
| Method Summary | |
|---|---|
Action |
getParentAction()
Gets the parent Action associated with this ServerAction record |
void |
setParentAction(Action parentActionIn)
Sets the parent Action associated with this ServerAction record |
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionChild()
| Method Detail |
|---|
public Action getParentAction()
public void setParentAction(Action parentActionIn)
parentActionIn - The parentAction to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||