public class ConfigGlobalDeployDto extends BaseDto
| Constructor and Description |
|---|
ConfigGlobalDeployDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Returns id to be stored in RhnSet.
|
ConfigRevision |
getLastDeployedRevision() |
java.lang.String |
getName() |
java.lang.Long |
getOutrankedCount() |
java.lang.Long |
getOverrideCount() |
java.lang.Long |
getRevId() |
Server |
getServer()
Given that id is set, return the associated Server object
|
boolean |
isDeployable() |
boolean |
isSelectable()
This says whether this object is selectable on a page with a set The
default as can be seen is true.
|
void |
setDeployable(java.lang.Integer deployableIn)
set true if ht efile is deployable.
|
void |
setId(java.lang.Long inId) |
void |
setName(java.lang.String inName)
Sets system-name of system getId()
|
void |
setOutrankedCount(java.lang.Long outranked) |
void |
setOverrideCount(java.lang.Long overridden)
Set override count
|
void |
setRevId(java.lang.Long crid)
Set the rev-id fo the file of interest
|
addToSet, getSelectionKey, toStringisDisabled, isSelected, setDisabled, setSelectedpublic boolean isDeployable()
public void setDeployable(java.lang.Integer deployableIn)
deployableIn - true if deployablepublic java.lang.Long getId()
BaseDtogetId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long inId)
inId - sets the system-idpublic java.lang.String getName()
public void setName(java.lang.String inName)
inName - system namepublic java.lang.Long getOutrankedCount()
public void setOutrankedCount(java.lang.Long outranked)
outranked - # outranking channelspublic java.lang.Long getOverrideCount()
public void setOverrideCount(java.lang.Long overridden)
overridden - # local channels overriding this file (0 or 1)public java.lang.Long getRevId()
public void setRevId(java.lang.Long crid)
crid - revision-idpublic ConfigRevision getLastDeployedRevision()
public Server getServer()
public boolean isSelectable()
<rhn:set value="${current.id}"
disabled="${not current.selectable}" />isSelectable in interface SelectableisSelectable in class SelectableAdapter