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

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
Direct Known Subclasses:
Kangaroo, Koala

public abstract class Mammal
extends Vertebrate


Constructor Summary
Mammal(boolean isMale, int size, int gestationLength)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int paGetGestationLength()
           
 void paSetGestationLength(int val)
           
 
Methods inherited from class org.objectweb.jorm.mapper.rdb.inheritance.Animal
getMemoryInstance, paGetIsMale, paGetSize, paGetSpecies, paSetIsMale, paSetSize, paSetSpecies
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mammal

public Mammal(boolean isMale,
              int size,
              int gestationLength)
Method Detail

paSetGestationLength

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

paGetGestationLength

public int paGetGestationLength()
                         throws PException
Throws:
PException

equals

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