com.ibm.commerce.inventory.objects
Class ReceiptAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.ReceiptAccessBean
All Implemented Interfaces:
ReceiptAccessBeanData, java.io.Serializable

public class ReceiptAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ReceiptAccessBeanData

This bean provides access to the RECEIPT table.

The following is a description of this table:

Each row contains information about each receipt of an item at a FulfillmentCenter.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
ReceiptAccessBean()
          Default constructor.
ReceiptAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
ReceiptAccessBean(java.lang.Long VersionSpcId, java.lang.Integer StoreId, java.lang.Integer FfmCenterId, java.sql.Timestamp ReceiptDate, java.sql.Timestamp CreateTime)
          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).
 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) NULL.
 java.lang.String getComment2()
          This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getCost()
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getCostInEJBType()
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.
 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 NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getQtyInKits()
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyInKitsInEJBType()
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyInProcess()
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyInProcessInEJBType()
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyOnHand()
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyOnHandInEJBType()
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyReceived()
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyReceivedInEJBType()
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 java.lang.String getRaDetailId()
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.
 java.lang.Long getRaDetailIdInEJBType()
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.
 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.
 java.lang.String getRtnRcptDspId()
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.
 java.lang.Long getRtnRcptDspIdInEJBType()
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.
 java.lang.String getSetCCurr()
          This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3) NULL.
 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 NULL.
 java.lang.Long getVendorIdInEJBType()
          This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT NULL.
 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.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setComment1(java.lang.String aComment1)
          This method provides access to the RECEIPT.COMMENT1 column of DB2 type VARCHAR(254) NULL.
 void setComment2(java.lang.String aComment2)
          This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254) NULL.
 void setCost(java.math.BigDecimal aCost)
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.
 void setCost(java.lang.String aCost)
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.
 void setCreateTime(java.lang.String aCreateTime)
          This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setCreateTime(java.sql.Timestamp aCreateTime)
          This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setFfmcenterId(java.lang.Integer aFfmcenterId)
          This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setFfmcenterId(java.lang.String aFfmcenterId)
          This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setInitKey_receiptId(java.lang.String aInitKey_receiptId)
          Set the primary key for this object
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setQtyInKits(java.lang.Integer aQtyInKits)
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.
 void setQtyInKits(java.lang.String aQtyInKits)
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.
 void setQtyInProcess(java.lang.Integer aQtyInProcess)
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.
 void setQtyInProcess(java.lang.String aQtyInProcess)
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.
 void setQtyOnHand(java.lang.Integer aQtyOnHand)
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.
 void setQtyOnHand(java.lang.String aQtyOnHand)
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.
 void setQtyReceived(java.lang.Integer aQtyReceived)
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 void setQtyReceived(java.lang.String aQtyReceived)
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 void setRaDetailId(java.lang.Long aRaDetailId)
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.
 void setRaDetailId(java.lang.String aRaDetailId)
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.
 void setReceiptDate(java.lang.String aReceiptDate)
          This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setReceiptDate(java.sql.Timestamp aReceiptDate)
          This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setReceiptId(java.lang.Long aReceiptId)
          This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
 void setReceiptId(java.lang.String aReceiptId)
          This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
 void setReceiptType(java.lang.String aReceiptType)
          This method provides access to the RECEIPT.RECEIPTTYPE column of DB2 type CHAR(4) NOT NULL.
 void setRtnRcptDspId(java.lang.Long aRtnRcptDspId)
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.
 void setRtnRcptDspId(java.lang.String aRtnRcptDspId)
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.
 void setSetCCurr(java.lang.String aSetCCurr)
          This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3) NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setStoreId(java.lang.String aStoreId)
          This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setVendorId(java.lang.Long aVendorId)
          This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT NULL.
 void setVendorId(java.lang.String aVendorId)
          This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT NULL.
 void setVersionSpcId(java.lang.Long aVersionSpcId)
          This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void setVersionSpcId(java.lang.String aVersionSpcId)
          This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiptAccessBean

public ReceiptAccessBean()

Default constructor. Maps to findByPrimaryKey.


ReceiptAccessBean

public ReceiptAccessBean(javax.ejb.EJBObject object)
                  throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

ReceiptAccessBean

public ReceiptAccessBean(java.lang.Long VersionSpcId,
                         java.lang.Integer StoreId,
                         java.lang.Integer FfmCenterId,
                         java.sql.Timestamp ReceiptDate,
                         java.sql.Timestamp CreateTime)
                  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

Parameters:
VersionSpcId - - java.lang.Long
StoreId - - java.lang.Integer
FfmCenterId - - java.lang.Integer
ReceiptDate - - java.sql.Timestamp
CreateTime - - java.sql.Timestamp
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByItemSpcIdAndRaDetailId

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 = ?

Parameters:
ItemSpcId - - java.lang.Long
RaDetailId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByRaDetailId

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 = ?

Parameters:
RaDetailId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getComment1

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) NULL.

The following is a description of this column:

Comment.

Specified by:
getComment1 in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getComment2

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) NULL.

The following is a description of this column:

Comment.

Specified by:
getComment2 in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCost

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) NULL.

The following is a description of this column:

Unit cost.

Specified by:
getCost in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCostInEJBType

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) NULL.

The following is a description of this column:

Unit cost.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreateTime

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.

Specified by:
getCreateTime in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreateTimeInEJBType

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.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFfmcenterId

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.

Specified by:
getFfmcenterId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFfmcenterIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

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 NULL.

The following is a description of this column:

Timestamp of last update.

Specified by:
getLastupdate in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

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 NULL.

The following is a description of this column:

Timestamp of last update.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyInKits

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.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getQtyInKits in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyInKitsInEJBType

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.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyInProcess

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.

The following is a description of this column:

The quantity allocated to customer orders but not yet released to fulfillment.

Specified by:
getQtyInProcess in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyInProcessInEJBType

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.

The following is a description of this column:

The quantity allocated to customer orders but not yet released to fulfillment.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyOnHand

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.

The following is a description of this column:

The current quantity in inventory.

Specified by:
getQtyOnHand in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyOnHandInEJBType

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.

The following is a description of this column:

The current quantity in inventory.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyReceived

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.

The following is a description of this column:

The quantity received.

Specified by:
getQtyReceived in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyReceivedInEJBType

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.

The following is a description of this column:

The quantity received.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaDetailId

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 NULL.

The following is a description of this column:

Foreign key to RADETAIL table if the receipt was created from expected inventory.

Specified by:
getRaDetailId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaDetailIdInEJBType

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 NULL.

The following is a description of this column:

Foreign key to RADETAIL table if the receipt was created from expected inventory.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptDate

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.

Specified by:
getReceiptDate in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptDateInEJBType

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.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptId

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.

Specified by:
getReceiptId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptIdInEJBType

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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptType

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.

The following is a description of this column:

Indicates how this receipt was created. ADHC: AdHoc receipt. EIR: Expected Inventory Receipt. RTN: returned receipt.

Specified by:
getReceiptType in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRtnRcptDspId

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 NULL.

The following is a description of this column:

Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.

Specified by:
getRtnRcptDspId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRtnRcptDspIdInEJBType

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 NULL.

The following is a description of this column:

Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSetCCurr

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) NULL.

The following is a description of this column:

Currency of the COST field. This is a currency code as per ISO 4217 standards.

Specified by:
getSetCCurr in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

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.

Specified by:
getStoreId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVendorId

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 NULL.

The following is a description of this column:

The vendor that supplied the inventory.

Specified by:
getVendorId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVendorIdInEJBType

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 NULL.

The following is a description of this column:

The vendor that supplied the inventory.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVersionSpcId

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.

Specified by:
getVersionSpcId in interface ReceiptAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVersionSpcIdInEJBType

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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setComment1

public void setComment1(java.lang.String aComment1)

This method provides access to the RECEIPT.COMMENT1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Specified by:
setComment1 in interface ReceiptAccessBeanData
Parameters:
aComment1 - java.lang.String
Returns:
void

setComment2

public void setComment2(java.lang.String aComment2)

This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Specified by:
setComment2 in interface ReceiptAccessBeanData
Parameters:
aComment2 - java.lang.String
Returns:
void

setCost

public void setCost(java.math.BigDecimal aCost)

This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Unit cost.

Parameters:
aCost - java.math.BigDecimal
Returns:
void

setCost

public void setCost(java.lang.String aCost)

This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Unit cost.

Specified by:
setCost in interface ReceiptAccessBeanData
Parameters:
aCost - java.lang.String
Returns:
void

setCreateTime

public void setCreateTime(java.lang.String aCreateTime)

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.

Specified by:
setCreateTime in interface ReceiptAccessBeanData
Parameters:
aCreateTime - java.lang.String
Returns:
void

setCreateTime

public void setCreateTime(java.sql.Timestamp aCreateTime)

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.

Parameters:
aCreateTime - java.sql.Timestamp
Returns:
void

setFfmcenterId

public void setFfmcenterId(java.lang.Integer aFfmcenterId)

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.

Parameters:
aFfmcenterId - java.lang.Integer
Returns:
void

setFfmcenterId

public void setFfmcenterId(java.lang.String aFfmcenterId)

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.

Specified by:
setFfmcenterId in interface ReceiptAccessBeanData
Parameters:
aFfmcenterId - java.lang.String
Returns:
void

setInitKey_receiptId

public void setInitKey_receiptId(java.lang.String aInitKey_receiptId)

Set the primary key for this object

Parameters:
aInitKey_receiptId - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of last update.

Specified by:
setLastupdate in interface ReceiptAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of last update.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setQtyInKits

public void setQtyInKits(java.lang.Integer aQtyInKits)

This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aQtyInKits - java.lang.Integer
Returns:
void

setQtyInKits

public void setQtyInKits(java.lang.String aQtyInKits)

This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setQtyInKits in interface ReceiptAccessBeanData
Parameters:
aQtyInKits - java.lang.String
Returns:
void

setQtyInProcess

public void setQtyInProcess(java.lang.Integer aQtyInProcess)

This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The quantity allocated to customer orders but not yet released to fulfillment.

Parameters:
aQtyInProcess - java.lang.Integer
Returns:
void

setQtyInProcess

public void setQtyInProcess(java.lang.String aQtyInProcess)

This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The quantity allocated to customer orders but not yet released to fulfillment.

Specified by:
setQtyInProcess in interface ReceiptAccessBeanData
Parameters:
aQtyInProcess - java.lang.String
Returns:
void

setQtyOnHand

public void setQtyOnHand(java.lang.Integer aQtyOnHand)

This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The current quantity in inventory.

Parameters:
aQtyOnHand - java.lang.Integer
Returns:
void

setQtyOnHand

public void setQtyOnHand(java.lang.String aQtyOnHand)

This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The current quantity in inventory.

Specified by:
setQtyOnHand in interface ReceiptAccessBeanData
Parameters:
aQtyOnHand - java.lang.String
Returns:
void

setQtyReceived

public void setQtyReceived(java.lang.Integer aQtyReceived)

This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The quantity received.

Parameters:
aQtyReceived - java.lang.Integer
Returns:
void

setQtyReceived

public void setQtyReceived(java.lang.String aQtyReceived)

This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The quantity received.

Specified by:
setQtyReceived in interface ReceiptAccessBeanData
Parameters:
aQtyReceived - java.lang.String
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.Long aRaDetailId)

This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Foreign key to RADETAIL table if the receipt was created from expected inventory.

Parameters:
aRaDetailId - java.lang.Long
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.String aRaDetailId)

This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Foreign key to RADETAIL table if the receipt was created from expected inventory.

Specified by:
setRaDetailId in interface ReceiptAccessBeanData
Parameters:
aRaDetailId - java.lang.String
Returns:
void

setReceiptDate

public void setReceiptDate(java.lang.String aReceiptDate)

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.

Specified by:
setReceiptDate in interface ReceiptAccessBeanData
Parameters:
aReceiptDate - java.lang.String
Returns:
void

setReceiptDate

public void setReceiptDate(java.sql.Timestamp aReceiptDate)

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.

Parameters:
aReceiptDate - java.sql.Timestamp
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long aReceiptId)

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.

Parameters:
aReceiptId - java.lang.Long
Returns:
void

setReceiptId

public void setReceiptId(java.lang.String aReceiptId)

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.

Specified by:
setReceiptId in interface ReceiptAccessBeanData
Parameters:
aReceiptId - java.lang.String
Returns:
void

setReceiptType

public void setReceiptType(java.lang.String aReceiptType)

This method provides access to the RECEIPT.RECEIPTTYPE column of DB2 type CHAR(4) NOT NULL.

The following is a description of this column:

Indicates how this receipt was created. ADHC: AdHoc receipt. EIR: Expected Inventory Receipt. RTN: returned receipt.

Specified by:
setReceiptType in interface ReceiptAccessBeanData
Parameters:
aReceiptType - java.lang.String
Returns:
void

setRtnRcptDspId

public void setRtnRcptDspId(java.lang.Long aRtnRcptDspId)

This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.

Parameters:
aRtnRcptDspId - java.lang.Long
Returns:
void

setRtnRcptDspId

public void setRtnRcptDspId(java.lang.String aRtnRcptDspId)

This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Foreign key to RTNRCTPDSP table if the receipt was created from a returned item.

Specified by:
setRtnRcptDspId in interface ReceiptAccessBeanData
Parameters:
aRtnRcptDspId - java.lang.String
Returns:
void

setSetCCurr

public void setSetCCurr(java.lang.String aSetCCurr)

This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3) NULL.

The following is a description of this column:

Currency of the COST field. This is a currency code as per ISO 4217 standards.

Specified by:
setSetCCurr in interface ReceiptAccessBeanData
Parameters:
aSetCCurr - java.lang.String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

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.

Parameters:
aStoreId - java.lang.Integer
Returns:
void

setStoreId

public void setStoreId(java.lang.String aStoreId)

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.

Specified by:
setStoreId in interface ReceiptAccessBeanData
Parameters:
aStoreId - java.lang.String
Returns:
void

setVendorId

public void setVendorId(java.lang.Long aVendorId)

This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The vendor that supplied the inventory.

Parameters:
aVendorId - java.lang.Long
Returns:
void

setVendorId

public void setVendorId(java.lang.String aVendorId)

This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The vendor that supplied the inventory.

Specified by:
setVendorId in interface ReceiptAccessBeanData
Parameters:
aVendorId - java.lang.String
Returns:
void

setVersionSpcId

public void setVersionSpcId(java.lang.Long aVersionSpcId)

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.

Parameters:
aVersionSpcId - java.lang.Long
Returns:
void

setVersionSpcId

public void setVersionSpcId(java.lang.String aVersionSpcId)

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.

Specified by:
setVersionSpcId in interface ReceiptAccessBeanData
Parameters:
aVersionSpcId - java.lang.String
Returns:
void