org.infoglue.cms.treeservice.ss
Class ContentNodeImpl

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

public class ContentNodeImpl
extends BaseNode

Author:
ss

Constructor Summary
ContentNodeImpl()
           
 
Method Summary
 java.lang.Integer getState()
          Returns the state.
 void setState(java.lang.Integer state)
          Sets the state.
 
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

ContentNodeImpl

public ContentNodeImpl()
Method Detail

getState

public java.lang.Integer getState()
Returns the state.

Returns:
Integer

setState

public void setState(java.lang.Integer state)
Sets the state.

Parameters:
state - The state to set