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
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