java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.ReceiptAccessBean
Each row contains information about each receipt of an item at a FulfillmentCenter. This access bean corresponds to the database table 'RECEIPT'.
Constructor Summary | |
ReceiptAccessBean() Zero argument constructor used to initialize the access bean. |
|
ReceiptAccessBean(javax.ejb.EJBObject o) constructor |
|
ReceiptAccessBean(java.lang.Long newVersionSpcId, java.lang.Integer newStoreId, java.lang.Integer newFfmCenterId, java.sql.Timestamp newReceiptDate, java.sql.Timestamp newCreateTime) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByItemSpcIdAndRaDetailId(java.lang.Long itemSpcId, java.lang.Long raDetailId)
Retrieves information about the receipt with the specified ITEMSPC_ID and RADETAIL_ID
The SQL query used to fetch the requested row from the RECEIPT and RADETAIL tables is: SELECT * FROM RECEIPT T1,RADETAIL WHERE RADETAIL.RA_ID = T1.RA_ID AND RADETAIL.ITEMSPC_ID = ? AND T1.RADETAIL_ID = ? |
java.util.Enumeration | findByRaDetailId(java.lang.Long raDetailId)
Retrieves information about the receipt with the specified RADETAIL_ID
The SQL query used to fetch the requested row from the RECEIPT table is: SELECT * FROM RECEIPT T1 WHERE T1.RADETAIL_ID = ? |
java.lang.String | getComment1() This method provides access to the RECEIPT.COMMENT1 column of DB2 type VARCHAR(254). |
java.lang.String | getComment2() This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254). |
java.lang.String | getCost() This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getCostInEJBType() This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5). |
java.lang.String | getCreateTime() This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getCreateTimeInEJBType() This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getFfmcenterId() This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getFfmcenterIdInEJBType() This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getLastupdate() This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getLastupdateInEJBType() This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getQtyInKits() This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getQtyInKitsInEJBType() This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getQtyInProcess() This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getQtyInProcessInEJBType() This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getQtyOnHand() This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getQtyOnHandInEJBType() This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getQtyReceived() This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getQtyReceivedInEJBType() This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getRaDetailId() This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT. |
java.lang.Long | getRaDetailIdInEJBType() This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT. |
java.lang.String | getReceiptDate() This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getReceiptDateInEJBType() This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getReceiptId() This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getReceiptIdInEJBType() This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getReceiptType() This method provides access to the RECEIPT.RECEIPTTYPE column of DB2 type CHAR(4) NOT NULL DEFAULT 'ADHC'. |
java.lang.String | getRtnRcptDspId() This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT. |
java.lang.Long | getRtnRcptDspIdInEJBType() This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT. |
java.lang.String | getSetCCurr() This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3). |
java.lang.String | getStoreId() This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreIdInEJBType() This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getVendorId() This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT. |
java.lang.Long | getVendorIdInEJBType() This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT. |
java.lang.String | getVersionSpcId() This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getVersionSpcIdInEJBType() This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setComment1(java.lang.String newValue) This method accesses a non-CMP field |
void | setComment2(java.lang.String newValue) This method accesses a non-CMP field |
void | setCost(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setCost(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreateTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreateTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setFfmcenterId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setFfmcenterId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_receiptId(java.lang.String newValue) Set the primary key for this object |
void | setLastupdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastupdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setQtyInKits(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQtyInKits(java.lang.String newValue) This method accesses a non-CMP field |
void | setQtyInProcess(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQtyInProcess(java.lang.String newValue) This method accesses a non-CMP field |
void | setQtyOnHand(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQtyOnHand(java.lang.String newValue) This method accesses a non-CMP field |
void | setQtyReceived(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQtyReceived(java.lang.String newValue) This method accesses a non-CMP field |
void | setRaDetailId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRaDetailId(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptType(java.lang.String newValue) This method accesses a non-CMP field |
void | setRtnRcptDspId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRtnRcptDspId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSetCCurr(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
void | setVendorId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setVendorId(java.lang.String newValue) This method accesses a non-CMP field |
void | setVersionSpcId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setVersionSpcId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReceiptAccessBean()
public ReceiptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public ReceiptAccessBean(java.lang.Long newVersionSpcId, java.lang.Integer newStoreId, java.lang.Integer newFfmCenterId, java.sql.Timestamp newReceiptDate, java.sql.Timestamp newCreateTime) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public java.util.Enumeration findByItemSpcIdAndRaDetailId(java.lang.Long itemSpcId, java.lang.Long raDetailId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves information about the receipt with the specified ITEMSPC_ID and RADETAIL_ID
The SQL query used to fetch the requested row from the RECEIPT and RADETAIL tables is:
SELECT * FROM RECEIPT T1,RADETAIL WHERE RADETAIL.RA_ID = T1.RA_ID AND RADETAIL.ITEMSPC_ID = ? AND T1.RADETAIL_ID = ?
public java.util.Enumeration findByRaDetailId(java.lang.Long raDetailId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves information about the receipt with the specified RADETAIL_ID
The SQL query used to fetch the requested row from the RECEIPT table is:
SELECT * FROM RECEIPT T1 WHERE T1.RADETAIL_ID = ?
public void setInitKey_receiptId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getSetCCurr() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3).
The following is a description of this column:
Currency of the COST field. This is a currency code as per ISO 4217 standards.
public void setSetCCurr(java.lang.String newValue)
public java.lang.String getQtyInKits() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getQtyInKitsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
public void setQtyInKits(java.lang.String newValue)
public void setQtyInKits(java.lang.Integer newValue)
public java.lang.String getQtyReceived() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity received.
public java.lang.Integer getQtyReceivedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity received.
public void setQtyReceived(java.lang.String newValue)
public void setQtyReceived(java.lang.Integer newValue)
public java.lang.String getVersionSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
public java.lang.Long getVersionSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
public void setVersionSpcId(java.lang.String newValue)
public void setVersionSpcId(java.lang.Long newValue)
public java.lang.String getReceiptDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory was received.
public java.sql.Timestamp getReceiptDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory was received.
public void setReceiptDate(java.lang.String newValue)
public void setReceiptDate(java.sql.Timestamp newValue)
public java.lang.String getFfmcenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter where the inventory was received.
public java.lang.Integer getFfmcenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter where the inventory was received.
public void setFfmcenterId(java.lang.String newValue)
public void setFfmcenterId(java.lang.Integer newValue)
public java.lang.String getCost() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Unit cost.
public java.math.BigDecimal getCostInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Unit cost.
public void setCost(java.lang.String newValue)
public void setCost(java.math.BigDecimal newValue)
public java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public java.lang.String getQtyOnHand() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The current quantity in inventory.
public java.lang.Integer getQtyOnHandInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The current quantity in inventory.
public void setQtyOnHand(java.lang.String newValue)
public void setQtyOnHand(java.lang.Integer newValue)
public java.lang.String getRaDetailId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to RADETAIL table if the receipt was created from expected inventory.
public java.lang.Long getRaDetailIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to RADETAIL table if the receipt was created from expected inventory.
public void setRaDetailId(java.lang.String newValue)
public void setRaDetailId(java.lang.Long newValue)
public java.lang.String getComment2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment.
public void setComment2(java.lang.String newValue)
public java.lang.String getComment1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.COMMENT1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment.
public void setComment1(java.lang.String newValue)
public java.lang.String getCreateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
public java.sql.Timestamp getCreateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
public void setCreateTime(java.lang.String newValue)
public void setCreateTime(java.sql.Timestamp newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the inventory.
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the inventory.
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
public java.lang.String getVendorId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT.
The following is a description of this column:
The vendor that supplied the inventory.
public java.lang.Long getVendorIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT.
The following is a description of this column:
The vendor that supplied the inventory.
public void setVendorId(java.lang.String newValue)
public void setVendorId(java.lang.Long newValue)
public java.lang.String getReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
public java.lang.Long getReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
public void setReceiptId(java.lang.String newValue)
public void setReceiptId(java.lang.Long newValue)
public java.lang.String getReceiptType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RECEIPTTYPE column of DB2 type CHAR(4) NOT NULL DEFAULT 'ADHC'.
The following is a description of this column:
Indicates how this receipt was created:&l
public void setReceiptType(java.lang.String newValue)
public java.lang.String getRtnRcptDspId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.
public java.lang.Long getRtnRcptDspIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.
public void setRtnRcptDspId(java.lang.String newValue)
public void setRtnRcptDspId(java.lang.Long newValue)
public java.lang.String getQtyInProcess() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity allocated to customer orders but not yet released to fulfillment.
public java.lang.Integer getQtyInProcessInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity allocated to customer orders but not yet released to fulfillment.
public void setQtyInProcess(java.lang.String newValue)
public void setQtyInProcess(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.