org.apache.jetspeed.portlets.security.rolemgt
Class RoleTreeItem

java.lang.Object
  extended byorg.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

Field Summary
private  String fullPath
          The full path.
private  String roleName
          The role name.
 
Constructor Summary
RoleTreeItem(String fullPath, String roleName)
           
 
Method Summary
 String getFullPath()
           
 String getRoleName()
           
 void setFullPath(String fullPath)
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullPath

private String fullPath
The full path.


roleName

private String roleName
The role name.

Constructor Detail

RoleTreeItem

public RoleTreeItem(String fullPath,
                    String roleName)
Parameters:
fullPath - The full path.
roleName - The role name.
Method Detail

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.