org.nuiton.wikitty.test
Class VegetalAbstract

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

public abstract class VegetalAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Vegetal

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionVegetal
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.test.Vegetal
EXT_VEGETAL
 
Constructor Summary
VegetalAbstract()
           
VegetalAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
VegetalAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 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

extensionVegetal

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

VegetalAbstract

public VegetalAbstract()

VegetalAbstract

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

VegetalAbstract

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

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.