com.redhat.rhn.domain.action.config
Class ConfigUploadMtimeAction
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.action.Action
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
| 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 |
ConfigUploadMtimeAction
public ConfigUploadMtimeAction()
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 ActionserverIn - 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.