org.apache.jetspeed.om.profile.psml
Class PsmlRole

java.lang.Object
  extended byorg.apache.jetspeed.om.profile.psml.PsmlRole
All Implemented Interfaces:
Role, java.io.Serializable

public class PsmlRole
extends java.lang.Object
implements Role, java.io.Serializable

Bean like implementation of the Role interface suitable for Castor serialization.

Version:
$Id: PsmlRole.java,v 1.3 2004/02/23 03:02:54 jford Exp $
Author:
David Sean Taylor
See Also:
Security, Serialized Form

Constructor Summary
PsmlRole()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
          Sets the role name required for accessing this entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsmlRole

public PsmlRole()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Role
Returns:
the role name that is required for accessing this entry

setName

public void setName(java.lang.String name)
Sets the role name required for accessing this entry

Specified by:
setName in interface Role
Parameters:
name - the required role name


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.