public class ServerGroupType extends AbstractLabelNameHelper
| Constructor and Description |
|---|
ServerGroupType() |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
getAssociatedEntitlement()
Get the associated Entitlement
|
java.util.Set<Feature> |
getFeatures() |
char |
getIsBaseChar() |
char |
getPermanent() |
boolean |
isBase() |
void |
setFeatures(java.util.Set<Feature> featuresIn) |
void |
setIsBaseChar(char isBaseCharIn) |
void |
setPermanent(char permanentIn) |
equals, getId, getLabel, getName, hashCode, setId, setLabel, setName, toStringgetCreated, getModified, setCreated, setModifiedpublic char getIsBaseChar()
public void setIsBaseChar(char isBaseCharIn)
isBaseCharIn - The isBase to set.public boolean isBase()
public char getPermanent()
public void setPermanent(char permanentIn)
permanentIn - The permanent to set.public java.util.Set<Feature> getFeatures()
public void setFeatures(java.util.Set<Feature> featuresIn)
featuresIn - The features to set.public Entitlement getAssociatedEntitlement()