org.sharengo.wikitty
Interface TreeNode

All Superinterfaces:
BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
TreeNodeBean, TreeNodeImpl

public interface TreeNode
extends BusinessEntity


Field Summary
static String EXT_TREENODE
           
static String FIELD_CHILDREN
           
static String FIELD_NAME
           
static String FIELD_PARENT
           
static String FQ_FIELD_CHILDREN
           
static String FQ_FIELD_NAME
           
static String FQ_FIELD_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.sharengo.wikitty.BusinessEntity
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

EXT_TREENODE

static final String EXT_TREENODE
See Also:
Constant Field Values

FIELD_NAME

static final String FIELD_NAME
See Also:
Constant Field Values

FQ_FIELD_NAME

static final String FQ_FIELD_NAME
See Also:
Constant Field Values

FIELD_PARENT

static final String FIELD_PARENT
See Also:
Constant Field Values

FQ_FIELD_PARENT

static final String FQ_FIELD_PARENT
See Also:
Constant Field Values

FIELD_CHILDREN

static final String FIELD_CHILDREN
See Also:
Constant Field Values

FQ_FIELD_CHILDREN

static final String FQ_FIELD_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.