org.jboss.test.dbtest.interfaces
Interface Record

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Record
extends EJBObject (src)


Method Summary
 java.lang.String getAddress()
           
 java.lang.String getName()
           
 void setAddress(java.lang.String address)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAddress

public java.lang.String getAddress()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setAddress

public void setAddress(java.lang.String address)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException