@Entity public class AuthorizationRole extends ConfigurationEntity implements DefinesNetwork
| Constructor and Description |
|---|
AuthorizationRole() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AuthorizationLevel> |
getLevels() |
Network |
getNetwork() |
void |
setLevels(java.util.Set<AuthorizationLevel> levels) |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic java.util.Set<AuthorizationLevel> getLevels()
public Network getNetwork()
getNetwork in class BaseEntitypublic void setLevels(java.util.Set<AuthorizationLevel> levels)
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork