public class ChannelSummary
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| ConfigDeployAction | getMostRecentDeploy()Get the most-recent deploy action for a channel | 
| ConfigRevision | getMostRecentMod()Return the most recent file-revision made in a channel | 
| Server | getMostRecentSystem()The system most recently subscribed to this channel | 
| int | getNumDirs()How many directories are contained in this channel? | 
| int | getNumFiles()How many files are contained in this channel? | 
| int | getNumSymlinks()How many symlinks are contained in this channel? | 
| int | getNumSystems()How many systems are subscribed to this channel? | 
| java.lang.String | getRecentDeployDate()date-string for when mostRecentDeploy happened | 
| java.lang.String | getRecentFileDate()date when mostRecentMod happened | 
| java.lang.String | getSystemDate()date when mostRecentSystem's relationship to this channel was affected | 
| void | setMostRecentDeploy(ConfigDeployAction cda)Set the most recent deploy-action for a channel | 
| void | setMostRecentMod(ConfigRevision cr)Set the most-recent-file-revision info | 
| void | setMostRecentSystem(Server srv)Set the most-recently-subscribed server | 
| void | setNumDirs(int dirs)Set num-dirs contained in this channel | 
| void | setNumFiles(int files)Set num-files in the specified channel | 
| void | setNumSymlinks(int symlinks)Set num-symlinks contained in this channel | 
| void | setNumSystems(int systems)Set num-systems subscribed to a specified channel | 
| void | setRecentDeployDate(java.lang.String aDate)Set date-string for when mostRecentDeploy happened | 
| void | setRecentFileDate(java.lang.String aDate)Set date when mostRecentMod happened | 
| void | setSystemDate(java.lang.String aDate)Set date when mostRecentSystem's relationship to this channel was affected | 
public ConfigDeployAction getMostRecentDeploy()
public void setMostRecentDeploy(ConfigDeployAction cda)
cda - most recent deploy-action takenpublic ConfigRevision getMostRecentMod()
public void setMostRecentMod(ConfigRevision cr)
cr - most recebt revision createdpublic Server getMostRecentSystem()
public void setMostRecentSystem(Server srv)
srv - most recent server subscribedpublic int getNumDirs()
public void setNumDirs(int dirs)
dirs - how many dirs are contained in the channelpublic int getNumFiles()
public void setNumFiles(int files)
files - how many files are contained in the channelpublic int getNumSymlinks()
public void setNumSymlinks(int symlinks)
symlinks - how many symlinks are contained in this channelpublic int getNumSystems()
public void setNumSystems(int systems)
systems - how many systems are subscribed to the channelpublic void setSystemDate(java.lang.String aDate)
aDate - date of the change, from rhnServerConfigChannelpublic java.lang.String getSystemDate()
public void setRecentFileDate(java.lang.String aDate)
aDate - date of the changepublic java.lang.String getRecentFileDate()
public void setRecentDeployDate(java.lang.String aDate)
aDate - date of the changepublic java.lang.String getRecentDeployDate()