public interface EarSecurityRole
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A description of the security role.
|
String |
getRoleName()
The name of the security role.
|
void |
setDescription(String description) |
void |
setRoleName(String roleName) |