com.redhat.rhn.domain.action.config
Class ConfigAction

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.config.ConfigAction
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivationScheduleDeployAction, ActivationSchedulePackageDeployAction, ConfigDeployAction, ConfigVerifyAction

public class ConfigAction
extends Action

ConfigAction - Class representation of the table rhnAction.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.redhat.rhn.domain.action.Action
formatter
 
Constructor Summary
ConfigAction()
           
 
Method Summary
 void addConfigRevisionAction(ConfigRevisionAction crIn)
          Add a ConfigRevisionAction to the collection.
 java.util.Set<ConfigRevisionAction> getConfigRevisionActions()
           
 ActionFormatter getFormatter()
          Get the Formatter for this class but in this case we use ConfigActionFormatter.
 void setConfigRevisionActions(java.util.Set<ConfigRevisionAction> configRevisionActionsIn)
           
 
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

ConfigAction

public ConfigAction()
Method Detail

getConfigRevisionActions

public java.util.Set<ConfigRevisionAction> getConfigRevisionActions()
Returns:
Returns the configRevisionActions.

setConfigRevisionActions

public void setConfigRevisionActions(java.util.Set<ConfigRevisionAction> configRevisionActionsIn)
Parameters:
configRevisionActionsIn - The configRevisionActions to set.

addConfigRevisionAction

public void addConfigRevisionAction(ConfigRevisionAction crIn)
Add a ConfigRevisionAction to the collection.

Parameters:
crIn - the ConfigRevisionAction to add

getFormatter

public ActionFormatter getFormatter()
Get the Formatter for this class but in this case we use ConfigActionFormatter. 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.