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

java.lang.Object
  extended byorg.objectweb.jorm.mapper.rdb.inheritance.Animal
      extended byorg.objectweb.jorm.mapper.rdb.inheritance.Vertebrate
Direct Known Subclasses:
Mammal

public abstract class Vertebrate
extends Animal


Constructor Summary
Vertebrate(boolean isMale, int size)
           
 
Methods inherited from class org.objectweb.jorm.mapper.rdb.inheritance.Animal
equals, 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

Vertebrate

public Vertebrate(boolean isMale,
                  int size)