org.nuiton.wikitty
Interface TreeNode

All Superinterfaces:
BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
TreeNodeAbstract, TreeNodeHelper, TreeNodeImpl

public interface TreeNode
extends BusinessEntity


Field Summary
static String EXT_TREENODE
           
static String FIELD_TREENODE_CHILDREN
           
static String FIELD_TREENODE_NAME
           
static String FIELD_TREENODE_PARENT
           
static String FQ_FIELD_TREENODE_CHILDREN
           
static String FQ_FIELD_TREENODE_NAME
           
static String FQ_FIELD_TREENODE_PARENT
           
 
Method Summary
 void addChildren(String element)
           
 void clearChildren()
           
 Set<String> getChildren()
           
 String getName()
           
 String getParent()
           
 void removeChildren(String element)
           
 void setName(String name)
           
 void setParent(String parent)
           
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_TREENODE

static final String EXT_TREENODE
See Also:
Constant Field Values

FIELD_TREENODE_NAME

static final String FIELD_TREENODE_NAME
See Also:
Constant Field Values

FQ_FIELD_TREENODE_NAME

static final String FQ_FIELD_TREENODE_NAME
See Also:
Constant Field Values

FIELD_TREENODE_PARENT

static final String FIELD_TREENODE_PARENT
See Also:
Constant Field Values

FQ_FIELD_TREENODE_PARENT

static final String FQ_FIELD_TREENODE_PARENT
See Also:
Constant Field Values

FIELD_TREENODE_CHILDREN

static final String FIELD_TREENODE_CHILDREN
See Also:
Constant Field Values

FQ_FIELD_TREENODE_CHILDREN

static final String FQ_FIELD_TREENODE_CHILDREN
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)

getName

String getName()

setParent

void setParent(String parent)

getParent

String getParent()

getChildren

Set<String> getChildren()

addChildren

void addChildren(String element)

removeChildren

void removeChildren(String element)

clearChildren

void clearChildren()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.