public class SecurityRoleRefDD
extends java.lang.Object
Constructor and Description |
---|
SecurityRoleRefDD()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
- Copyright © 2003-2013 . All Rights Reserved.