|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.frovi.ss.Tree.BaseNode
BaseNode.java PureHtmlTree node object Created on 2002-sep-27
| Constructor Summary | |
BaseNode()
|
|
| Method Summary | |
java.lang.Integer |
getId()
Returns the id. |
int |
getLevel()
Returns the level. |
java.lang.String |
getOpenCloseKey()
Returns the openCloseKey. |
java.lang.String |
getOpenCloseKeyEx()
Returns the openCloseKeyEx. |
java.util.Map |
getParameters()
|
java.util.List |
getRowList()
|
java.lang.String |
getThisKey()
Returns the thisKey. |
java.lang.String |
getTitle()
Returns the title. |
java.util.Vector |
getTreeStuff()
Returns the treeStuff. |
boolean |
hasChildren()
Returns the children. |
boolean |
isContainer()
Returns the container. |
boolean |
isOpen()
Returns the open. |
boolean |
isRoot()
Returns the root. |
void |
setChildren(boolean children)
Sets the children. |
void |
setContainer(boolean container)
Sets the container. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setIsRoot(boolean root)
Sets the root. |
void |
setLevel(int level)
Sets the level. |
void |
setOpen(boolean open)
Sets the open. |
void |
setOpenCloseKey(java.lang.String openCloseKey)
Sets the openCloseKey. |
void |
setOpenCloseKeyEx(java.lang.String openCloseKeyEx)
Sets the openCloseKeyEx. |
void |
setThisKey(java.lang.String thisKey)
Sets the thisKey. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setTreeStuff(java.util.Vector treeStuff)
Sets the treeStuff. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseNode()
| Method Detail |
public java.lang.Integer getId()
public java.lang.String getTitle()
public void setId(java.lang.Integer id)
id - The id to setpublic void setTitle(java.lang.String title)
title - The title to setpublic java.util.Vector getTreeStuff()
public java.util.List getRowList()
public void setTreeStuff(java.util.Vector treeStuff)
treeStuff - The treeStuff to setpublic boolean isOpen()
public void setOpen(boolean open)
open - The open to setpublic int getLevel()
public void setLevel(int level)
level - The level to setpublic java.lang.String getOpenCloseKey()
public void setOpenCloseKey(java.lang.String openCloseKey)
openCloseKey - The openCloseKey to setpublic boolean hasChildren()
public void setChildren(boolean children)
children - The children to setpublic boolean isContainer()
public void setContainer(boolean container)
container - The container to setpublic java.lang.String getThisKey()
public void setThisKey(java.lang.String thisKey)
thisKey - The thisKey to setpublic boolean isRoot()
public void setIsRoot(boolean root)
root - The root to setpublic java.lang.String getOpenCloseKeyEx()
public void setOpenCloseKeyEx(java.lang.String openCloseKeyEx)
openCloseKeyEx - The openCloseKeyEx to setpublic java.util.Map getParameters()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||