|
|||||||||||
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.Bird
Constructor Summary | |
Bird(boolean isMale,
int size,
java.lang.String originCountry)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
paGetOriginCountry()
|
void |
paSetOriginCountry(java.lang.String 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 Bird(boolean isMale, int size, java.lang.String originCountry)
Method Detail |
public void paSetOriginCountry(java.lang.String val) throws PException
PException
public java.lang.String paGetOriginCountry() 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 |