jawiro
Class RoleListItem

java.lang.Object
  extended by jawiro.RoleListItem
All Implemented Interfaces:
java.io.Serializable

public class RoleListItem
extends java.lang.Object
implements java.io.Serializable

The tree structure of role hierarchies is implemented with linked lists in JAWIRO. This class is not further documented as it is one of the implementation classes and not a part of the user API.


Field Summary
 java.lang.String className
           
 
Constructor Summary
RoleListItem()
          Default constructor for creating an empty list item.
RoleListItem(Role r)
          Constructor for creating a list item with a value.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final java.lang.String className
Constructor Detail

RoleListItem

public RoleListItem()
Default constructor for creating an empty list item.


RoleListItem

public RoleListItem(Role r)
Constructor for creating a list item with a value.

Parameters:
r - The value of this list item.