|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.SecurityRoleRefDD
public class SecurityRoleRefDD
Security Role Reference Configuration.
Field Summary | |
---|---|
private java.lang.String |
description
The description of what the role is utilized for. |
private java.lang.String |
roleLink
The role to which the reference is linked. |
private java.lang.String |
roleName
The name of the role reference. |
Constructor Summary | |
---|---|
SecurityRoleRefDD()
Default Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retrieve the description of the role reference. |
java.lang.String |
getRoleLink()
Retrieve then role to which the reference is linked. |
java.lang.String |
getRoleName()
Retrieve the name of the role reference. |
void |
setDescription(java.lang.String description)
Set the description of the role reference. |
void |
setRoleLink(java.lang.String roleLink)
Set the role to which the reference is linked. |
void |
setRoleName(java.lang.String roleName)
Set the name of the role reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String roleName
private java.lang.String roleLink
private java.lang.String description
Constructor Detail |
---|
public SecurityRoleRefDD()
Method Detail |
---|
public java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName
- public java.lang.String getRoleLink()
public void setRoleLink(java.lang.String roleLink)
roleLink
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |