org.nuiton.wikitty.test
Class TreeAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.nuiton.wikitty.test.TreeAbstract
All Implemented Interfaces:
Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, Tree, Vegetal
Direct Known Subclasses:
TreeImpl

public abstract class TreeAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Tree

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionTree
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.test.Tree
ELEMENT_FIELD_TREE_TYPE, EXT_TREE, FIELD_TREE_TYPE, FQ_FIELD_TREE_TYPE
 
Fields inherited from interface org.nuiton.wikitty.test.Vegetal
EXT_VEGETAL
 
Constructor Summary
TreeAbstract()
           
TreeAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
TreeAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 String getType()
           
 void setType(String type)
           
 String toString()
          Return toString representation.
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions

extensionTree

public static final org.nuiton.wikitty.entities.WikittyExtension extensionTree
Constructor Detail

TreeAbstract

public TreeAbstract()

TreeAbstract

public TreeAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)

TreeAbstract

public TreeAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
Method Detail

getType

public String getType()
Specified by:
getType in interface Tree

setType

public void setType(String type)
Specified by:
setType in interface Tree

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl

toString

public String toString()
Return toString representation. Use tagValue 'toString' format, if exist, else standard toString is call

Overrides:
toString in class Object
Returns:


Copyright © 2009-2012 CodeLutin. All Rights Reserved.