org.jboss.metadata.rar.spec
Class SecurityPermissionMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.rar.spec.SecurityPermissionMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class SecurityPermissionMetaData
extends IdMetaDataImplWithDescriptions

Security Permission meta data

Version:
$Revision: 83806 $
Author:
Adrian Brock, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
SecurityPermissionMetaData()
           
 
Method Summary
 String getSecurityPermissionSpec()
          Get the security permission spec
 void setSecurityPermissionSpec(String securityPermissionSpec)
          Set the security permission spec
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityPermissionMetaData

public SecurityPermissionMetaData()
Method Detail

getSecurityPermissionSpec

public String getSecurityPermissionSpec()
Get the security permission spec

Returns:
the security permission spec

setSecurityPermissionSpec

public void setSecurityPermissionSpec(String securityPermissionSpec)
Set the security permission spec

Parameters:
securityPermissionSpec - the spec

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.