org.nuiton.wikitty.test
Class BirdAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.nuiton.wikitty.test.BirdAbstract
All Implemented Interfaces:
Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, Animal, Bird, Mineral, Vegetal
Direct Known Subclasses:
BirdImpl

public abstract class BirdAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Bird

See Also:
Serialized Form

Field Summary
static org.nuiton.wikitty.entities.WikittyExtension extensionBird
           
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.test.Bird
ELEMENT_FIELD_BIRD_COLOR, ELEMENT_FIELD_BIRD_FLY, EXT_BIRD, FIELD_BIRD_COLOR, FIELD_BIRD_FLY, FQ_FIELD_BIRD_COLOR, FQ_FIELD_BIRD_FLY
 
Fields inherited from interface org.nuiton.wikitty.test.Animal
EXT_ANIMAL
 
Fields inherited from interface org.nuiton.wikitty.test.Mineral
EXT_MINERAL
 
Fields inherited from interface org.nuiton.wikitty.test.Vegetal
EXT_VEGETAL
 
Constructor Summary
BirdAbstract()
           
BirdAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
BirdAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 String getColor()
           
 int getFly()
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 void setColor(String color)
           
 void setFly(int fly)
           
 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

extensionBird

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

BirdAbstract

public BirdAbstract()

BirdAbstract

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

BirdAbstract

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

getFly

public int getFly()
Specified by:
getFly in interface Bird

setFly

public void setFly(int fly)
Specified by:
setFly in interface Bird

getColor

public String getColor()
Specified by:
getColor in interface Bird

setColor

public void setColor(String color)
Specified by:
setColor in interface Bird

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.