org.sharengo.wikitty
Class TreeNodeImpl
java.lang.Object
org.sharengo.wikitty.BusinessEntityWikitty
org.sharengo.wikitty.TreeNodeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, TreeNode
public class TreeNodeImpl
- extends BusinessEntityWikitty
- implements TreeNode
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extensions
protected static final List<WikittyExtension> extensions
extensionTreeNode
public static final WikittyExtension extensionTreeNode
TreeNodeImpl
public TreeNodeImpl()
TreeNodeImpl
public TreeNodeImpl(BusinessEntityWikitty wi)
TreeNodeImpl
public TreeNodeImpl(Wikitty wi)
setName
public void setName(String name)
- Specified by:
setName in interface TreeNode
getName
public String getName()
- Specified by:
getName in interface TreeNode
setParent
public void setParent(String parent)
- Specified by:
setParent in interface TreeNode
getParent
public String getParent()
- Specified by:
getParent in interface TreeNode
getChildren
public Set<String> getChildren()
- Specified by:
getChildren in interface TreeNode
addChildren
public void addChildren(String element)
- Specified by:
addChildren in interface TreeNode
removeChildren
public void removeChildren(String element)
- Specified by:
removeChildren in interface TreeNode
clearChildren
public void clearChildren()
- Specified by:
clearChildren in interface TreeNode
getStaticExtensions
public Collection<WikittyExtension> getStaticExtensions()
- Overrides:
getStaticExtensions in class BusinessEntityWikitty
Copyright © 2009-2010 CodeLutin. All Rights Reserved.