org.sakaiproject.delegatedaccess.model
Class HierarchyNodeSerialized
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HierarchyNodeSerialized
public HierarchyNodeSerialized(org.sakaiproject.hierarchy.model.HierarchyNode hierarchyNode)
Copyright © 2003-2012 Sakai Project. All Rights Reserved.