org.infoglue.cms.treeservice.ss
Class CategoryNodeImpl

java.lang.Object
  |
  +--com.frovi.ss.Tree.BaseNode
        |
        +--org.infoglue.cms.treeservice.ss.CategoryNodeImpl

public class CategoryNodeImpl
extends BaseNode

This is an implementation, but we plan on only using the base class functionality. We should just instantiate the base class directly, but for some reason it is abstract. TODO: Make the base class NOT abstract so we can instantiate it.

Author:
Frank Febbraro (frank@phase2technology.com)

Constructor Summary
CategoryNodeImpl()
           
 
Methods inherited from class com.frovi.ss.Tree.BaseNode
getId, getLevel, getOpenCloseKey, getOpenCloseKeyEx, getParameters, getRowList, getThisKey, getTitle, getTreeStuff, hasChildren, isContainer, isOpen, isRoot, setChildren, setContainer, setId, setIsRoot, setLevel, setOpen, setOpenCloseKey, setOpenCloseKeyEx, setThisKey, setTitle, setTreeStuff
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryNodeImpl

public CategoryNodeImpl()