|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.jtests.beans.inherit.Top | +--org.objectweb.jonas.jtests.beans.inherit.PersonImpl
Field Summary | |
int |
age
|
Fields inherited from class org.objectweb.jonas.jtests.beans.inherit.Top |
id, idBis, name |
Constructor Summary | |
PersonImpl()
|
Method Summary | |
java.lang.String |
ejbHomeGetValue(int i)
|
int |
getAge()
|
java.lang.String |
getValue(int i)
|
void |
setAge(int a)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int age
Constructor Detail |
public PersonImpl()
Method Detail |
public void setAge(int a)
public int getAge()
public java.lang.String getValue(int i)
public java.lang.String ejbHomeGetValue(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |