org.sakaiproject.delegatedaccess.model
Class HierarchyNodeSerialized

java.lang.Object
  extended by org.sakaiproject.delegatedaccess.model.HierarchyNodeSerialized
All Implemented Interfaces:
Serializable

public class HierarchyNodeSerialized
extends Object
implements Serializable

This is essentially a wrapper for HierarchyNode since Wicket expects it to be serialized but it's not.

Author:
Bryan Holladay (holladay@longsight.com)
See Also:
Serialized Form

Field Summary
 Set<String> childNodeIds
           
 String description
           
 Set<String> directChildNodeIds
           
 Set<String> directParentNodeIds
           
 String id
           
 Set<String> parentNodeIds
           
 String permKey
           
 String title
           
 
Constructor Summary
HierarchyNodeSerialized(org.sakaiproject.hierarchy.model.HierarchyNode hierarchyNode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

description

public String description

directChildNodeIds

public Set<String> directChildNodeIds

directParentNodeIds

public Set<String> directParentNodeIds

childNodeIds

public Set<String> childNodeIds

parentNodeIds

public Set<String> parentNodeIds

id

public String id

permKey

public String permKey
Constructor Detail

HierarchyNodeSerialized

public HierarchyNodeSerialized(org.sakaiproject.hierarchy.model.HierarchyNode hierarchyNode)


Copyright © 2003-2012 Sakai Project. All Rights Reserved.