org.objectweb.jonas.jtests.beans.inherit
Interface User
- All Superinterfaces:
- Person
- public interface User
- extends Person
Methods inherited from interface org.objectweb.jonas.jtests.beans.inherit.Person |
getAge, setAge |
getValue
public java.lang.String getValue(int i)
throws java.rmi.RemoteException
- Specified by:
getValue
in interface Person
changePassword
public void changePassword(java.lang.String p)
throws java.rmi.RemoteException
getPassword
public java.lang.String getPassword()
throws java.rmi.RemoteException
getData
public java.lang.String getData()
throws java.rmi.RemoteException