///////////////////////////////////////////////////////////////////////////////
// File : EJB_DOUBLE_PK.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 DOUBLE_PK table.
* <br><i>Ejen EJB 1.1 (BMP) demonstration</i>
* @version 1.0
* @author (unknown)
* @see org.ejb.test.DOUBLE_PKValues
* @see org.ejb.test.EJB_DOUBLE_PKHome
* @see org.ejb.test.EJB_DOUBLE_PKBean
* @see org.ejb.test.EJB_DOUBLE_PK_PK
*/
public interface EJB_DOUBLE_PK extends EJBObject {
/**
* Returns a values object that contains all DOUBLE_PK fields
* (except primary key fields).
* @return object values that contains all DOUBLE_PK fields
* (except primary key fields).
* @throws java.rmi.RemoteException
*/
public DOUBLE_PKValues getAll() throws RemoteException;
/**
* Sets a values object that contains all DOUBLE_PK
* fields for update (except primary key fields).
* @param DOUBLE_PKValues values object that contains all
* DOUBLE_PK fields for update (except primary key fields).
* @throws java.rmi.RemoteException
*/
public void setAll(DOUBLE_PKValues values) throws RemoteException;
}
EJB_DOUBLE_PK.html
(HTML view generated by ejen v.1.0.0).