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

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.ConfigUploadMtimeAction
All Implemented Interfaces:
java.io.Serializable

public class ConfigUploadMtimeAction
extends Action

ConfigUploadMtimeAction - Class representing ActionType.TYPE_CONFIGFILES_MTIME_UPLOAD: 23

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.redhat.rhn.domain.action.Action
formatter
 
Constructor Summary
ConfigUploadMtimeAction()
           
 
Method Summary
 void addConfigChannelAndServer(ConfigChannel ccIn, Server serverIn)
          Add a ConfigChannel and a Server to this action.
 void addConfigDateFileAction(ConfigDateFileAction cdIn)
          Add a ConfigDateFileAction to the collection.
 ConfigChannel[] getConfigChannels()
           
 ConfigDateDetails getConfigDateDetails()
           
 java.util.Set getConfigDateFileActions()
           
 java.util.Set getRhnActionConfigChannel()
           
 Server[] getServers()
           
 void setConfigDateDetails(ConfigDateDetails configDateDetailsIn)
           
 void setConfigDateFileActions(java.util.Set configDateFileActionsIn)
           
 void setRhnActionConfigChannel(java.util.Set rhnActionConfigChannelIn)
           
 
Methods inherited from class com.redhat.rhn.domain.action.Action
addServerAction, equals, getActionType, getAgeString, getArchived, getCreated, getEarliestAction, getFailedCount, getFormatter, 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

ConfigUploadMtimeAction

public ConfigUploadMtimeAction()
Method Detail

getConfigDateFileActions

public java.util.Set getConfigDateFileActions()
Returns:
Returns the configDateFileActions.

setConfigDateFileActions

public void setConfigDateFileActions(java.util.Set configDateFileActionsIn)
Parameters:
configDateFileActionsIn - The configDateFileActions to set.

addConfigDateFileAction

public void addConfigDateFileAction(ConfigDateFileAction cdIn)
Add a ConfigDateFileAction to the collection.

Parameters:
cdIn - the ConfigDateFileAction to add

getConfigChannels

public ConfigChannel[] getConfigChannels()
Returns:
Returns the configChannels associated with this Action

getServers

public Server[] getServers()
Returns:
Returns the servers associated with this Action

addConfigChannelAndServer

public void addConfigChannelAndServer(ConfigChannel ccIn,
                                      Server serverIn)
Add a ConfigChannel and a Server to this action. They must be added in pairs.

Parameters:
ccIn - the ConfigChannel we want to asssociate with this Action
serverIn - the Server we want to associate with this Action

getRhnActionConfigChannel

public java.util.Set getRhnActionConfigChannel()
Returns:
Returns the rhnActionConfigChannel.

setRhnActionConfigChannel

public void setRhnActionConfigChannel(java.util.Set rhnActionConfigChannelIn)
Parameters:
rhnActionConfigChannelIn - The rhnActionConfigChannel to set.

getConfigDateDetails

public ConfigDateDetails getConfigDateDetails()
Returns:
Returns the configDateDetails.

setConfigDateDetails

public void setConfigDateDetails(ConfigDateDetails configDateDetailsIn)
Parameters:
configDateDetailsIn - The configDateDetails to set.