com.redhat.rhn.frontend.dto
Class ActionedSystem
java.lang.Object
com.redhat.rhn.frontend.dto.BaseDto
com.redhat.rhn.frontend.dto.SystemOverview
com.redhat.rhn.frontend.dto.ActionedSystem
- All Implemented Interfaces:
- Selectable
public class ActionedSystem
- extends SystemOverview
Simple DTO for transfering data from the DB to the UI through datasource.
| Fields inherited from class com.redhat.rhn.frontend.dto.BaseDto |
ONE, ZERO |
| Methods inherited from class com.redhat.rhn.frontend.dto.SystemOverview |
getActionId, getAddOnEntitlementLevel, getBaseEntitlementLevel, getBugErrata, getChannelId, getChannelLabels, getCreated, getCurrentStatusAndActionId, getEnhancementErrata, getEntitlement, getEntitlementIsBase, getEntitlementLevel, getEntitlementPermanent, getGroupCount, getHistoryCount, getId, getInfo, getLastCheckin, getLastCheckinDate, getLastCheckinDaysAgo, getLastCheckinString, getLocked, getModified, getMonitoringStatus, getName, getNameOfUserWhoRegisteredSystem, getNoteCount, getOs, getOutdatedPackages, getPendingUpdates, getRelease, getSecurityErrata, getServerAdmins, getServerArchName, getServerGroupTypeId, getServerName, getStatus, getStatusDisplay, getTotalErrataCount, getVirtualGuest, getVirtualHost, isRhnProxy, isRhnSatellite, setActionId, setBugErrata, setChannelId, setChannelLabels, setCreated, setEnhancementErrata, setEntitlement, setEntitlementIsBase, setEntitlementPermanent, setGroupCount, setHistoryCount, setId, setInactivityString, setInfo, setIsRhnProxy, setIsRhnSatellite, setLastCheckin, setLastCheckinDaysAgo, setLastCheckinString, setLocked, setModified, setMonitoringStatus, setName, setNameOfUserWhoRegisteredSystem, setNoteCount, setOs, setOutdatedPackages, setPendingUpdates, setRelease, setSecurityErrata, setSelectable, setServerAdmins, setServerArchName, setServerGroupTypeId, setServerName, setStatus, setStatusDisplay, setVirtualGuest, setVirtualHost, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActionedSystem
public ActionedSystem()
getBaseChannel
public java.lang.String getBaseChannel()
- Returns:
- Returns the baseChannel.
setBaseChannel
public void setBaseChannel(java.lang.String baseChannelIn)
- Parameters:
baseChannelIn - The baseChannel to set.
getDisplayDate
public java.lang.String getDisplayDate()
- Returns:
- Returns the displayDate.
setDisplayDate
public void setDisplayDate(java.util.Date displayDateIn)
- Parameters:
displayDateIn - The displayDate to set.
getMessage
public java.lang.String getMessage()
- Returns:
- Returns the message.
setMessage
public void setMessage(java.lang.String messageIn)
- Parameters:
messageIn - The message to set.
isSelectable
public boolean isSelectable()
- We need to override the selectable from system overview query/dto.
- Specified by:
isSelectable in interface Selectable- Overrides:
isSelectable in class SystemOverview
- Returns:
- Whether or not this system is selectable, always true.