org.jboss.security.javaee
Class SecurityRoleRef

java.lang.Object
  extended by org.jboss.security.javaee.SecurityRoleRef

public class SecurityRoleRef
extends Object

Represents a Security Role Ref element in the deployment descriptor

Since:
Jul 21, 2006
Version:
$Revision: 68749 $
Author:
Anil Saldhana

Constructor Summary
SecurityRoleRef()
           
SecurityRoleRef(String name, String link)
           
SecurityRoleRef(String name, String link, String description)
           
 
Method Summary
 String getDescription()
          Get the description.
 String getLink()
          Get the link.
 String getName()
          Get the name.
 void setDescription(String desc)
          Set the description.
 void setLink(String l)
          Set the link.
 void setName(String n)
          Set the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRoleRef

public SecurityRoleRef()

SecurityRoleRef

public SecurityRoleRef(String name,
                       String link)

SecurityRoleRef

public SecurityRoleRef(String name,
                       String link,
                       String description)
Method Detail

getDescription

public String getDescription()
Get the description.

Returns:
the description.

setDescription

public void setDescription(String desc)
Set the description.


getLink

public String getLink()
Get the link.

Returns:
link

setLink

public void setLink(String l)
Set the link.


getName

public String getName()
Get the name.

Returns:
the name.

setName

public void setName(String n)
Set the name.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss Inc.. All Rights Reserved.