///////////////////////////////////////////////////////////////////////////////
// File : EJB_ADDRESS.java
// Creation : 2002.04.29 (generated by ejen 1.0.0)
package org.ejb.test;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
/**
* Remote interface for the entity bean that maps the ADDRESS table.
* <br><i>Ejen EJB 1.1 (BMP) demonstration</i>
* @version 1.0
* @author (unknown)
* @see org.ejb.test.ADDRESSValues
* @see org.ejb.test.EJB_ADDRESSHome
* @see org.ejb.test.EJB_ADDRESSBean
* @see org.ejb.test.EJB_ADDRESS_PK
*/
public interface EJB_ADDRESS extends EJBObject {
/**
* Returns a values object that contains all ADDRESS fields
* (except primary key fields).
* @return object values that contains all ADDRESS fields
* (except primary key fields).
* @throws java.rmi.RemoteException
*/
public ADDRESSValues getAll() throws RemoteException;
/**
* Sets a values object that contains all ADDRESS
* fields for update (except primary key fields).
* @param ADDRESSValues values object that contains all
* ADDRESS fields for update (except primary key fields).
* @throws java.rmi.RemoteException
*/
public void setAll(ADDRESSValues values) throws RemoteException;
}
EJB_ADDRESS.html
(HTML view generated by ejen v.1.0.0).