com.redhat.rhn.domain.action.script
Class ScriptAction

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.action.Action
          extended by com.redhat.rhn.domain.action.script.ScriptAction
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ScriptRunAction

public class ScriptAction
extends Action

ScriptAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.redhat.rhn.domain.action.Action
formatter
 
Constructor Summary
ScriptAction()
           
 
Method Summary
 ActionFormatter getFormatter()
          Get the Formatter for this class but in this case we use ScriptActionFormatter.
 ScriptActionDetails getScriptActionDetails()
           
 void setScriptActionDetails(ScriptActionDetails scriptActionDetailsIn)
           
 
Methods inherited from class com.redhat.rhn.domain.action.Action
addServerAction, equals, getActionType, getAgeString, getArchived, getCreated, getEarliestAction, getFailedCount, getId, getModified, getName, getOrg, getPrerequisite, getSchedulerUser, getServerActions, getSuccessfulCount, getVersion, hashCode, setActionType, setAgeString, setArchived, setCreated, setEarliestAction, setId, setModified, setName, setOrg, setPrerequisite, setSchedulerUser, setServerActions, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptAction

public ScriptAction()
Method Detail

getScriptActionDetails

public ScriptActionDetails getScriptActionDetails()
Returns:
Returns the scriptActionDetails.

setScriptActionDetails

public void setScriptActionDetails(ScriptActionDetails scriptActionDetailsIn)
Parameters:
scriptActionDetailsIn - The scriptActionDetails to set.

getFormatter

public ActionFormatter getFormatter()
Get the Formatter for this class but in this case we use ScriptActionFormatter. Get the formatter for this class. Subclasses may override the ActionFormatter to provide custom output.

Overrides:
getFormatter in class Action
Returns:
ActionFormatter for this class.