|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.inheritance.Animal
org.objectweb.jorm.mapper.rdb.inheritance.Vertebrate
org.objectweb.jorm.mapper.rdb.inheritance.Mammal
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 |
public Mammal(boolean isMale, int size, int gestationLength)
Method Detail |
public void paSetGestationLength(int val) throws PException
PException
public int paGetGestationLength() throws PException
PException
public boolean equals(java.lang.Object o)
equals
in class Animal
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |