public abstract class AbstractRoleBean extends Object implements AbstractRole
AbstractRole
Constructor and Description |
---|
AbstractRoleBean() |
AbstractRoleBean(AbstractRole role) |
AbstractRoleBean(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the role
|
String |
getName()
The name of the role
|
HashSet<String> |
getRoles()
The same of role names which are implied (included or merged) with this role.
|
boolean |
isSystem()
Indicator if the role is used or reserved for system purposes.
|
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSystem(boolean system) |
public AbstractRoleBean()
public AbstractRoleBean(AbstractRole role)
public String getName()
AbstractRole
getName
in interface AbstractRole
public void setName(String name)
public String getDescription()
AbstractRole
getDescription
in interface AbstractRole
public void setDescription(String description)
public boolean isSystem()
AbstractRole
isSystem
in interface AbstractRole
public void setSystem(boolean system)
public HashSet<String> getRoles()
AbstractRole
getRoles
in interface AbstractRole
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.