org.sharengo.wikitty
Interface TreeNode
- All Superinterfaces:
- BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- TreeNodeBean, TreeNodeImpl
public interface TreeNode
- extends BusinessEntity
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
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.