org.objectweb.jorm.mapper.rdb.inheritance
Class Eagle

java.lang.Object
  extended byorg.objectweb.jorm.mapper.rdb.inheritance.Animal
      extended byorg.objectweb.jorm.mapper.rdb.inheritance.Bird
          extended byorg.objectweb.jorm.mapper.rdb.inheritance.Eagle

public class Eagle
extends Bird


Constructor Summary
Eagle(boolean isMale, int size, java.lang.String originCountry, int maxSpeed)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 float paGetMaxSpeed()
           
 java.lang.String paGetSpecies()
           
 void paSetMaxSpeed(float val)
           
 
Methods inherited from class org.objectweb.jorm.mapper.rdb.inheritance.Bird
paGetOriginCountry, paSetOriginCountry
 
Methods inherited from class org.objectweb.jorm.mapper.rdb.inheritance.Animal
getMemoryInstance, paGetIsMale, paGetSize, paSetIsMale, paSetSize, paSetSpecies
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Eagle

public Eagle(boolean isMale,
             int size,
             java.lang.String originCountry,
             int maxSpeed)
Method Detail

paGetSpecies

public java.lang.String paGetSpecies()
Specified by:
paGetSpecies in class Animal

paSetMaxSpeed

public void paSetMaxSpeed(float val)
                   throws PException
Throws:
PException

paGetMaxSpeed

public float paGetMaxSpeed()
                    throws PException
Throws:
PException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Bird