T - the generic typepublic interface Role<T extends Permission> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the field
description. |
Set<T> |
getPermissions()
Gets the access rights.
|
String |
getRolename()
Gets the name.
|
void |
setDescription(String description)
Sets the field
description. |
void |
setPermissions(Set<T> permissions)
Sets the permissions.
|
void |
setRolename(String name)
Sets the name.
|
String getDescription()
description.description.void setDescription(String description)
description.description - The description to setString getRolename()
void setRolename(String name)
name - the new name.Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.