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

java.lang.Object
  extended byorg.objectweb.jorm.mapper.rdb.inheritance.Animal
      extended byorg.objectweb.jorm.mapper.rdb.inheritance.Vertebrate
          extended byorg.objectweb.jorm.mapper.rdb.inheritance.Mammal
              extended byorg.objectweb.jorm.mapper.rdb.inheritance.Kangaroo

public class Kangaroo
extends Mammal


Constructor Summary
Kangaroo(boolean isMale, int size, int gestationLength, float jumpLengthAverage)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 float paGetJumpLengthAverage()
           
 java.lang.String paGetSpecies()
           
 void paSetJumpLengthAverage(float val)
           
 
Methods inherited from class org.objectweb.jorm.mapper.rdb.inheritance.Mammal
paGetGestationLength, paSetGestationLength
 
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

Kangaroo

public Kangaroo(boolean isMale,
                int size,
                int gestationLength,
                float jumpLengthAverage)
Method Detail

paGetSpecies

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

paSetJumpLengthAverage

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

paGetJumpLengthAverage

public float paGetJumpLengthAverage()
                             throws PException
Throws:
PException

equals

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