org.jboss.metamodel.descriptor
Class SecurityRole

java.lang.Object
  extended by org.jboss.metamodel.descriptor.SecurityRole

public class SecurityRole
extends Object

Represents an security-role element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 45417 $
Author:
William DeCoste

Constructor Summary
SecurityRole()
           
 
Method Summary
 String getRoleName()
           
 void setRoleName(String roleName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRole

public SecurityRole()
Method Detail

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.