org.openejb.config.ejb11
Class SecurityRoleRef

java.lang.Object
  extended byorg.openejb.config.ejb11.SecurityRoleRef
All Implemented Interfaces:
Serializable

public class SecurityRoleRef
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
See Also:
Serialized Form

Constructor Summary
SecurityRoleRef()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getRoleLink()
           
 String getRoleName()
           
 boolean isValid()
           
 void marshal(DocumentHandler handler)
           
 void marshal(Writer out)
           
 void setDescription(String _description)
           
 void setId(String _id)
           
 void setRoleLink(String _roleLink)
           
 void setRoleName(String _roleName)
           
static SecurityRoleRef unmarshal(Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRoleRef

public SecurityRoleRef()
Method Detail

getDescription

public String getDescription()

getId

public String getId()

getRoleLink

public String getRoleLink()

getRoleName

public String getRoleName()

isValid

public boolean isValid()

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setDescription

public void setDescription(String _description)
Parameters:
_description -

setId

public void setId(String _id)
Parameters:
_id -

setRoleLink

public void setRoleLink(String _roleLink)
Parameters:
_roleLink -

setRoleName

public void setRoleName(String _roleName)
Parameters:
_roleName -

unmarshal

public static SecurityRoleRef unmarshal(Reader reader)
                                 throws org.exolab.castor.xml.MarshalException,
                                        org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException


Copyright © 1999-2005 OpenEJB. All Rights Reserved.