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

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.Koala

public class Koala
extends Mammal


Constructor Summary
Koala(boolean isMale, int size, int gestationLength, int lifeTimeAverage)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int paGetLifetimeAverage()
           
 java.lang.String paGetSpecies()
           
 void paSetLifetimeAverage(int 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

Koala

public Koala(boolean isMale,
             int size,
             int gestationLength,
             int lifeTimeAverage)
Method Detail

paSetLifetimeAverage

public void paSetLifetimeAverage(int val)
                          throws PException
Throws:
PException

paGetSpecies

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

paGetLifetimeAverage

public int paGetLifetimeAverage()
                         throws PException
Throws:
PException

equals

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