org.objectweb.jonas.jtests.beans.inherit
Class PersonImpl

java.lang.Object
  |
  +--org.objectweb.jonas.jtests.beans.inherit.Top
        |
        +--org.objectweb.jonas.jtests.beans.inherit.PersonImpl
Direct Known Subclasses:
UserImpl

public class PersonImpl
extends Top


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

age

public int age
Constructor Detail

PersonImpl

public PersonImpl()
Method Detail

setAge

public void setAge(int a)

getAge

public int getAge()

getValue

public java.lang.String getValue(int i)

ejbHomeGetValue

public java.lang.String ejbHomeGetValue(int i)