package salesdb;
/**
* Key class for Entity Bean: Purchase
*/
public class PurchaseKey implements java.io.Serializable {
static final long serialVersionUID = 3206093459760846163L;
/**
* I
package salesdb;
/**
* Local interface for Enterprise Bean: Location
*/
public interface LocationLocal extends javax.ejb.EJBLocalObject {
/**
* Get accessor for persistent attribute: city
package salesdb;
/**
* Local Home interface for Enterprise Bean: Item
*/
public interface ItemLocalHome extends javax.ejb.EJBLocalHome {
/**
* Creates an instance from a key for Entity Bean
package salesdb;
/**
* Key class for Entity Bean: Location
*/
public class LocationKey implements java.io.Serializable {
static final long serialVersionUID = 3206093459760846163L;
/**
* I
package salesdb;
/**
* Local Home interface for Enterprise Bean: Purchase
*/
public interface PurchaseLocalHome extends javax.ejb.EJBLocalHome {
/**
* Creates an instance from a key for Ent
package salesdb;
/**
* Local interface for Enterprise Bean: Purchase
*/
public interface PurchaseLocal extends javax.ejb.EJBLocalObject {
/**
* Get accessor for persistent attribute: timest