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