public class VisibleSystems extends BaseDto
| Constructor and Description |
|---|
VisibleSystems() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getGroupName()
get the group name
|
java.lang.Long |
getId()
get the id
|
java.lang.String |
getServerName()
get the server name
|
boolean |
isSelectable()
Tells whether a system is selectable for the SSM
All management and provisioning entitled servers are true
They are false otherwise
|
void |
setGroupName(java.util.List g)
Set the group name
|
void |
setId(java.lang.Long i)
Set the id
|
void |
setSelectable(java.lang.Integer selectableIn)
For compatibility reasons with PostgreSQL we accept also Integer.
|
void |
setSelectable(java.lang.Long selectableIn) |
void |
setServerName(java.lang.String s)
Set the server name
|
addToSet, getSelectionKey, toStringisDisabled, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic java.lang.String getServerName()
public java.util.List getGroupName()
public void setId(java.lang.Long i)
i - the id to set.public void setServerName(java.lang.String s)
s - the server name to set.public void setGroupName(java.util.List g)
g - the group name to set.public void setSelectable(java.lang.Integer selectableIn)
selectableIn - Whether a server is selectable one if selectable,
null if not selectablepublic void setSelectable(java.lang.Long selectableIn)
selectableIn - Whether a server is selectable
one if selectable, null if not selectablepublic boolean isSelectable()
isSelectable in interface SelectableisSelectable in class SelectableAdapter