org.openejb.alt.config.ejb11
Class SecurityRoleRef
java.lang.Object
|
+--org.openejb.alt.config.ejb11.SecurityRoleRef
- All Implemented Interfaces:
- java.io.Serializable
- public class SecurityRoleRef
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.2 $ $Date: 2002/02/25 20:30:51 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRoleRef
public SecurityRoleRef()
getDescription
public java.lang.String getDescription()
getId
public java.lang.String getId()
getRoleLink
public java.lang.String getRoleLink()
getRoleName
public java.lang.String getRoleName()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setDescription
public void setDescription(java.lang.String _description)
- Parameters:
_description
-
setId
public void setId(java.lang.String _id)
- Parameters:
_id
-
setRoleLink
public void setRoleLink(java.lang.String _roleLink)
- Parameters:
_roleLink
-
setRoleName
public void setRoleName(java.lang.String _roleName)
- Parameters:
_roleName
-
unmarshal
public static SecurityRoleRef unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException