org.infoglue.cms.treeservice.ss
Class ContentNodeImpl

java.lang.Object
  extended by com.frovi.ss.Tree.BaseNode
      extended by org.infoglue.cms.treeservice.ss.ContentNodeImpl

public class ContentNodeImpl
extends com.frovi.ss.Tree.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
clone, equals, finalize, 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


Copyright © 2005 InfoGlue.org All Rights Reserved.