org.apache.jetspeed.portlets.security.rolemgt
Class RoleTreeItem
java.lang.Object
org.apache.jetspeed.portlets.security.rolemgt.RoleTreeItem
- All Implemented Interfaces:
- Serializable
- public class RoleTreeItem
- extends Object
- implements Serializable
Bean class holding a role tree item.
- Author:
- David Le Strat
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fullPath
private String fullPath
- The full path.
roleName
private String roleName
- The role name.
RoleTreeItem
public RoleTreeItem(String fullPath,
String roleName)
- Parameters:
fullPath
- The full path.roleName
- The role name.
getFullPath
public String getFullPath()
- Returns:
- Returns the fullPath.
setFullPath
public void setFullPath(String fullPath)
- Parameters:
fullPath
- The fullPath to set.
getRoleName
public String getRoleName()
- Returns:
- Returns the roleName.
setRoleName
public void setRoleName(String roleName)
- Parameters:
roleName
- The roleName to set.
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.