org.jboss.test.readahead.interfaces
Interface AddressRemote

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

public interface AddressRemote
extends EJBObject (src)

Remote interface for one of the entities used in read-ahead finder tests


Method Summary
 java.lang.String getAddress()
           
 java.lang.String getAddressId()
           
 java.lang.String getCity()
           
 java.lang.String getKey()
           
 java.lang.String getState()
           
 java.lang.String getZip()
           
 void setAddress(java.lang.String newAddress)
           
 void setAddressId(java.lang.String newAddressId)
           
 void setCity(java.lang.String newCity)
           
 void setState(java.lang.String newState)
           
 void setZip(java.lang.String newZip)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getZip

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

setZip

public void setZip(java.lang.String newZip)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getState

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

setState

public void setState(java.lang.String newState)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCity

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

setCity

public void setCity(java.lang.String newCity)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setAddress

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

getAddress

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

getAddressId

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

getKey

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

setAddressId

public void setAddressId(java.lang.String newAddressId)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException