com.redhat.rhn.domain.action
Class ActionChild

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.action.ActionChild
Direct Known Subclasses:
ConfigChannelAssociation, ConfigDateDetails, ConfigDateFileAction, ConfigFileNameAssociation, ConfigRevisionAction, DaemonConfigDetails, KickstartActionDetails, KickstartGuestActionDetails, PackageActionDetails, ScriptActionDetails, ServerAction

public abstract class ActionChild
extends BaseDomainHelper

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

ActionChild

public ActionChild()
Method Detail

getParentAction

public Action getParentAction()
Gets the parent Action associated with this ServerAction record

Returns:
Returns the parentAction.

setParentAction

public void setParentAction(Action parentActionIn)
Sets the parent Action associated with this ServerAction record

Parameters:
parentActionIn - The parentAction to set.