org.apache.pluto.descriptors.common
Class SecurityRoleRefDD

java.lang.Object
  extended byorg.apache.pluto.descriptors.common.SecurityRoleRefDD

public class SecurityRoleRefDD
extends java.lang.Object

Security Role Reference Configuration.

Since:
Feb 28, 2005
Version:
$Id: SecurityRoleRefDD.java 157038 2005-03-11 03:44:40Z ddewolf $
Author:
David H. DeWolf

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
 

Constructor Detail

SecurityRoleRefDD

public SecurityRoleRefDD()
Default Constructor.

Method Detail

getRoleName

public java.lang.String getRoleName()
Retrieve the name of the role reference.

Returns:

setRoleName

public void setRoleName(java.lang.String roleName)
Set the name of the role reference.

Parameters:
roleName -

getRoleLink

public java.lang.String getRoleLink()
Retrieve then role to which the reference is linked.

Returns:

setRoleLink

public void setRoleLink(java.lang.String roleLink)
Set the role to which the reference is linked.

Parameters:
roleLink -

getDescription

public java.lang.String getDescription()
Retrieve the description of the role reference.

Returns:

setDescription

public void setDescription(java.lang.String description)
Set the description of the role reference.

Parameters:
description -


Copyright © 2003-2006 . All Rights Reserved.