org.nuiton.wikitty.test
Class PegasusAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.nuiton.wikitty.test.PegasusAbstract
All Implemented Interfaces:
Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, Animal, Bird, Horse, Mineral, Pegasus, Vegetal

public abstract class PegasusAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Pegasus

See Also:
Serialized Form

Field Summary
static org.nuiton.wikitty.entities.WikittyExtension extensionPegasus
           
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.Pegasus
ELEMENT_FIELD_PEGASUS_REALM, ELEMENT_FIELD_PEGASUS_SEX, EXT_PEGASUS, FIELD_PEGASUS_REALM, FIELD_PEGASUS_SEX, FQ_FIELD_PEGASUS_REALM, FQ_FIELD_PEGASUS_SEX
 
Fields inherited from interface org.nuiton.wikitty.test.Horse
ELEMENT_FIELD_HORSE_COLOR, ELEMENT_FIELD_HORSE_LEGS, EXT_HORSE, FIELD_HORSE_COLOR, FIELD_HORSE_LEGS, FQ_FIELD_HORSE_COLOR, FQ_FIELD_HORSE_LEGS
 
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
PegasusAbstract()
           
PegasusAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
PegasusAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 String getColor()
           
 String getColorFromBird()
           
 int getFly()
           
 int getLegs()
           
 String getRealm()
           
 String getSex()
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 void setColor(String color)
           
 void setColorFromBird(String color)
           
 void setFly(int fly)
           
 void setLegs(int legs)
           
 void setRealm(String realm)
           
 void setSex(String sex)
           
 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.test.Pegasus
getElficName
 
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

extensionPegasus

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

PegasusAbstract

public PegasusAbstract()

PegasusAbstract

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

PegasusAbstract

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

getSex

public String getSex()
Specified by:
getSex in interface Pegasus

setSex

public void setSex(String sex)
Specified by:
setSex in interface Pegasus

getRealm

public String getRealm()
Specified by:
getRealm in interface Pegasus

setRealm

public void setRealm(String realm)
Specified by:
setRealm in interface Pegasus

getLegs

public int getLegs()
Specified by:
getLegs in interface Horse

setLegs

public void setLegs(int legs)
Specified by:
setLegs in interface Horse

getColor

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

setColor

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

getFly

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

setFly

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

getColorFromBird

public String getColorFromBird()
Specified by:
getColorFromBird in interface Pegasus

setColorFromBird

public void setColorFromBird(String color)
Specified by:
setColorFromBird in interface Pegasus

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.