@Entity public class AuthorizationRole extends ConfigurationEntity implements DefinesNetwork
NULL_PART| Constructor and Description |
|---|
AuthorizationRole() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AuthorizationLevel> |
getLevels() |
Network |
getNetwork()
Returns the network this entity belongs to
|
void |
setLevels(java.util.Set<AuthorizationLevel> levels) |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic java.util.Set<AuthorizationLevel> getLevels()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic void setLevels(java.util.Set<AuthorizationLevel> levels)
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork