public class ConfigSystemDto extends BaseDto
| Modifier and Type | Field and Description |
|---|---|
static int |
INSTALLED |
static int |
NEEDED |
static int |
PENDING |
| Constructor and Description |
|---|
ConfigSystemDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getChannelId() |
java.lang.String |
getChannelNameDisplay() |
java.lang.Integer |
getConfigChannelCount() |
java.lang.Long |
getConfigChannelId() |
java.lang.String |
getConfigChannelName() |
java.lang.String |
getConfigChannelType() |
java.lang.Integer |
getConfigFileCount() |
java.lang.Long |
getConfigFileId() |
java.lang.Integer |
getConfigRevision() |
java.lang.Long |
getConfigRevisionId() |
java.lang.Integer |
getErrorCode() |
java.lang.String |
getErrorDisplay() |
java.lang.Integer |
getGlobalFileCount() |
java.lang.Long |
getId()
Returns id to be stored in RhnSet.
|
java.lang.Integer |
getLocalFileCount() |
java.util.Date |
getModified() |
java.lang.String |
getName() |
java.lang.Integer |
getOutrankedCount() |
java.lang.Integer |
getOverriddenCount() |
java.lang.String |
getRequiredActionsDisplay()
Gives a localized display explaining what is necessary
for this system to have the configuration management
client capabilities.
|
int |
getResults() |
int |
getRhncfg() |
int |
getRhncfgActions() |
int |
getRhncfgClient() |
boolean |
isAppStream()
Whether the system is subscribed to an AppStream channel
|
boolean |
isCapable() |
boolean |
isRhnTools()
Whether the system is subscribed to an rhn-tools channel
|
boolean |
isSelectable()
This says whether this object is selectable on a page with a set The
default as can be seen is true.
|
boolean |
isSuccess()
Whether the actions to enable configuration management were a success for this
system.
|
void |
setAppStream(java.lang.String appStreamIn) |
void |
setCapable(java.lang.String capableIn) |
void |
setChannelId(java.lang.Long channelIdIn) |
void |
setConfigChannelCount(java.lang.Integer configChannelCountIn) |
void |
setConfigChannelId(java.lang.Long configChannelIdIn) |
void |
setConfigChannelName(java.lang.String configChannelNameIn) |
void |
setConfigChannelType(java.lang.String configChannelTypeIn) |
void |
setConfigFileCount(java.lang.Integer configFileCountIn) |
void |
setConfigFileId(java.lang.Long configFileIdIn) |
void |
setConfigRevision(java.lang.Integer configRevisionIn) |
void |
setConfigRevisionId(java.lang.Long configRevisionIdIn) |
void |
setErrorCode(java.lang.Integer errorCodeIn) |
void |
setGlobalFileCount(java.lang.Integer globalFileCountIn) |
void |
setId(java.lang.Long idIn) |
void |
setLocalFileCount(java.lang.Integer localFileCountIn) |
void |
setModified(java.util.Date d)
Set the modified-date for this system's server-config-channel mapping
|
void |
setName(java.lang.String nameIn) |
void |
setOutrankedCount(java.lang.Integer oc)
Set the number of outranked files
|
void |
setOverriddenCount(java.lang.Integer overriddenCountIn) |
void |
setResults(int resultsIn) |
void |
setRhncfg(java.lang.String rhncfgIn) |
void |
setRhncfgActions(java.lang.String rhncfgActionsIn) |
void |
setRhncfgClient(java.lang.String rhncfgClientIn) |
void |
setRhnTools(java.lang.String rhnToolsIn) |
addToSet, getSelectionKey, toStringisDisabled, isSelected, setDisabled, setSelectedpublic static final int INSTALLED
public static final int PENDING
public static final int NEEDED
public void setRhncfg(java.lang.String rhncfgIn)
rhncfgIn - The rhncfg to set.public void setRhncfgActions(java.lang.String rhncfgActionsIn)
rhncfgActionsIn - The rhncfgActions to set.public void setRhncfgClient(java.lang.String rhncfgClientIn)
rhncfgClientIn - The rhncfgClient to set.public int getRhncfg()
public int getRhncfgActions()
public int getRhncfgClient()
public boolean isRhnTools()
public boolean isAppStream()
public void setRhnTools(java.lang.String rhnToolsIn)
rhnToolsIn - The rhnTools to set.public void setAppStream(java.lang.String appStreamIn)
appStreamIn - the AppStrem to set.public java.lang.Integer getErrorCode()
public void setErrorCode(java.lang.Integer errorCodeIn)
errorCodeIn - The errorCode to set.public int getResults()
public void setResults(int resultsIn)
resultsIn - The results to set.public boolean isCapable()
public void setCapable(java.lang.String capableIn)
capableIn - The capable to set. Y if true, N if false.public java.lang.Long getChannelId()
public void setChannelId(java.lang.Long channelIdIn)
channelIdIn - The channelId to set.public java.lang.Integer getConfigChannelCount()
public void setConfigChannelCount(java.lang.Integer configChannelCountIn)
configChannelCountIn - The configChannelCount to set.public java.lang.Integer getGlobalFileCount()
public void setGlobalFileCount(java.lang.Integer globalFileCountIn)
globalFileCountIn - The globalFileCount to set.public java.lang.Long getId()
BaseDtogetId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long idIn)
idIn - The id to set.public java.lang.Integer getLocalFileCount()
public void setLocalFileCount(java.lang.Integer localFileCountIn)
localFileCountIn - The localFileCount to set.public java.lang.String getName()
public void setName(java.lang.String nameIn)
nameIn - The name to set.public java.lang.Integer getOverriddenCount()
public void setOverriddenCount(java.lang.Integer overriddenCountIn)
overriddenCountIn - The overriddenCount to set.public java.lang.String getRequiredActionsDisplay()
public boolean isSuccess()
public java.lang.String getErrorDisplay()
public boolean isSelectable()
<rhn:set value="${current.id}"
disabled="${not current.selectable}" />isSelectable in interface SelectableisSelectable in class SelectableAdapterpublic java.lang.Long getConfigChannelId()
public void setConfigChannelId(java.lang.Long configChannelIdIn)
configChannelIdIn - The configChannelId to set.public java.lang.String getConfigChannelName()
public void setConfigChannelName(java.lang.String configChannelNameIn)
configChannelNameIn - The configChannelName to set.public java.lang.String getConfigChannelType()
public void setConfigChannelType(java.lang.String configChannelTypeIn)
configChannelTypeIn - The configChannelType to set.public java.lang.Long getConfigFileId()
public void setConfigFileId(java.lang.Long configFileIdIn)
configFileIdIn - The configFileId to set.public java.lang.Integer getConfigRevision()
public void setConfigRevision(java.lang.Integer configRevisionIn)
configRevisionIn - The configRevision to set.public java.lang.Long getConfigRevisionId()
public void setConfigRevisionId(java.lang.Long configRevisionIdIn)
configRevisionIdIn - The configRevisionId to set.public java.lang.Integer getConfigFileCount()
public void setConfigFileCount(java.lang.Integer configFileCountIn)
configFileCountIn - The configFileCount to set.public java.lang.String getChannelNameDisplay()
public java.lang.Integer getOutrankedCount()
public void setOutrankedCount(java.lang.Integer oc)
oc - # of outranked filespublic java.util.Date getModified()
public void setModified(java.util.Date d)
d - modified date