org.objectweb.jorm.mapper.rdb.inheritance
Class Koala
java.lang.Object
org.objectweb.jorm.mapper.rdb.inheritance.Animal
org.objectweb.jorm.mapper.rdb.inheritance.Vertebrate
org.objectweb.jorm.mapper.rdb.inheritance.Mammal
org.objectweb.jorm.mapper.rdb.inheritance.Koala
- public class Koala
- extends Mammal
Constructor Summary |
Koala(boolean isMale,
int size,
int gestationLength,
int lifeTimeAverage)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Koala
public Koala(boolean isMale,
int size,
int gestationLength,
int lifeTimeAverage)
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