com.jurismarches.vradi.entities
Interface RootThesaurus

All Superinterfaces:
org.nuiton.wikitty.BusinessEntity, java.lang.Cloneable, java.io.Serializable, org.nuiton.wikitty.TreeNode
All Known Implementing Classes:
RootThesaurusAbstract, RootThesaurusHelper, RootThesaurusImpl

public interface RootThesaurus
extends org.nuiton.wikitty.BusinessEntity, org.nuiton.wikitty.TreeNode

Root thesaurus extension. Cannot extends Thesaurus due to not-null rootId violation. History: * 1.0 : initial version


Field Summary
static java.lang.String EXT_ROOTTHESAURUS
           
 
Fields inherited from interface org.nuiton.wikitty.TreeNode
EXT_TREENODE, FIELD_TREENODE_CHILDREN, FIELD_TREENODE_NAME, FIELD_TREENODE_PARENT, FQ_FIELD_TREENODE_CHILDREN, FQ_FIELD_TREENODE_NAME, FQ_FIELD_TREENODE_PARENT
 
Method Summary
 
Methods inherited from interface org.nuiton.wikitty.TreeNode
addChildren, clearChildren, getChildren, getName, getParent, removeChildren, setName, setParent
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_ROOTTHESAURUS

static final java.lang.String EXT_ROOTTHESAURUS
See Also:
Constant Field Values


Copyright © 2009-2010 JurisMarches. All Rights Reserved.