public interface Role
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentClass()
Gets the agent class this role is associated to
|
java.lang.String |
getDescription()
Gets the description of this role
|
Policy |
getPolicy()
Gets the policy associated to this role
|
java.lang.String |
getRoleName()
Gets the name of this role
|
void |
setAgentClass(java.lang.String agentClass)
Replaces the agent class associated to this role
|
void |
setDescription(java.lang.String roleDescription)
Replaces the description of this role
|
void |
setPolicy(Policy policy)
Replaces the policy associated to this role
|
void |
setRoleName(java.lang.String roleName)
Replaces the name of this role
|
java.lang.String getAgentClass()
java.lang.String getDescription()
Policy getPolicy()
java.lang.String getRoleName()
void setAgentClass(java.lang.String agentClass)
agentClass
- the new agent class to associate to this rolevoid setDescription(java.lang.String roleDescription)
roleDescription
- the new description of this rolevoid setPolicy(Policy policy)
policy
- the new policy associated to this rolevoid setRoleName(java.lang.String roleName)
roleName
- the new name of this role