org.objectweb.jonas.jtests.beans.inherit
Interface Person

All Known Subinterfaces:
User

public interface Person


Method Summary
 int getAge()
           
 java.lang.String getValue(int i)
           
 void setAge(int a)
           
 

Method Detail

getAge

public int getAge()
           throws java.rmi.RemoteException

setAge

public void setAge(int a)
            throws java.rmi.RemoteException

getValue

public java.lang.String getValue(int i)
                          throws java.rmi.RemoteException