This project has retired. For details please refer to its
Attic page.
PsmlRole (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.profile.psml
Class PsmlRole
java.lang.Object
org.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
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 |
PsmlRole
public PsmlRole()
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.