com.ibm.commerce.inventory.objects
Class ReceiptAccessBean

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

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

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

See Also:
Serialized Form

Constructor Summary
ReceiptAccessBean()
          constructor
ReceiptAccessBean(javax.ejb.EJBObject o)
          constructor
ReceiptAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.sql.Timestamp arg3, java.sql.Timestamp arg4)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findByItemSpcIdAndRaDetailId(java.lang.Long arg0, java.lang.Long arg1)           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 arg0)           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 provides access to the RECEIPT.COMMENT1 column of DB2 type VARCHAR(254).
 void setComment2(java.lang.String newValue)
          This method provides access to the RECEIPT.COMMENT2 column of DB2 type VARCHAR(254).
 void setCost(java.math.BigDecimal newValue)
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5).
 void setCost(java.lang.String newValue)
          This method provides access to the RECEIPT.COST column of DB2 type DECIMAL(20 5).
 void setCreateTime(java.lang.String newValue)
          This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setCreateTime(java.sql.Timestamp newValue)
          This method provides access to the RECEIPT.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setFfmcenterId(java.lang.Integer newValue)
          This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setFfmcenterId(java.lang.String newValue)
          This method provides access to the RECEIPT.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setInitKey_receiptId(java.lang.String newValue)
          Set the primary key for this object
 void setLastupdate(java.lang.String newValue)
          This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP.
 void setLastupdate(java.sql.Timestamp newValue)
          This method provides access to the RECEIPT.LASTUPDATE column of DB2 type TIMESTAMP.
 void setQtyInKits(java.lang.Integer newValue)
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyInKits(java.lang.String newValue)
          This method provides access to the RECEIPT.QTYINKITS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyInProcess(java.lang.Integer newValue)
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyInProcess(java.lang.String newValue)
          This method provides access to the RECEIPT.QTYINPROCESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyOnHand(java.lang.Integer newValue)
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyOnHand(java.lang.String newValue)
          This method provides access to the RECEIPT.QTYONHAND column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyReceived(java.lang.Integer newValue)
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyReceived(java.lang.String newValue)
          This method provides access to the RECEIPT.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setRaDetailId(java.lang.Long newValue)
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT.
 void setRaDetailId(java.lang.String newValue)
          This method provides access to the RECEIPT.RADETAIL_ID column of DB2 type BIGINT.
 void setReceiptDate(java.lang.String newValue)
          This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setReceiptDate(java.sql.Timestamp newValue)
          This method provides access to the RECEIPT.RECEIPTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setReceiptId(java.lang.Long newValue)
          This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
 void setReceiptId(java.lang.String newValue)
          This method provides access to the RECEIPT.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
 void setReceiptType(java.lang.String newValue)
          This method provides access to the RECEIPT.RECEIPTTYPE column of DB2 type CHAR(4) NOT NULL DEFAULT 'ADHC'.
 void setRtnRcptDspId(java.lang.Long newValue)
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT.
 void setRtnRcptDspId(java.lang.String newValue)
          This method provides access to the RECEIPT.RTNRCPTDSP_ID column of DB2 type BIGINT.
 void setSetCCurr(java.lang.String newValue)
          This method provides access to the RECEIPT.SETCCURR column of DB2 type CHAR(3).
 void setStoreId(java.lang.Integer newValue)
          This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setStoreId(java.lang.String newValue)
          This method provides access to the RECEIPT.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setVendorId(java.lang.Long newValue)
          This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT.
 void setVendorId(java.lang.String newValue)
          This method provides access to the RECEIPT.VENDOR_ID column of DB2 type BIGINT.
 void setVersionSpcId(java.lang.Long newValue)
          This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void setVersionSpcId(java.lang.String newValue)
          This method provides access to the RECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiptAccessBean

public ReceiptAccessBean()
constructor

ReceiptAccessBean

public ReceiptAccessBean(javax.ejb.EJBObject o)
                  throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ReceiptAccessBean

public ReceiptAccessBean(java.lang.Long arg0,
                         java.lang.Integer arg1,
                         java.lang.Integer arg2,
                         java.sql.Timestamp arg3,
                         java.sql.Timestamp arg4)
                  throws javax.naming.NamingException,
                         javax.ejb.CreateException,
                         java.rmi.RemoteException,
                         javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Integer
arg2 - java.lang.Integer
arg3 - java.sql.Timestamp
arg4 - java.sql.Timestamp
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByItemSpcIdAndRaDetailId

public java.util.Enumeration findByItemSpcIdAndRaDetailId(java.lang.Long arg0,
                                                          java.lang.Long arg1)
                                                   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 = ?

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

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

setInitKey_receiptId

public void setInitKey_receiptId(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSetCCurr

public void setSetCCurr(java.lang.String newValue)

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.

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

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 DEFAULT 0.

The following is a description of this column:

Reserved for IBM internal use.

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

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 DEFAULT 0.

The following is a description of this column:

Reserved for IBM internal use.

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

setQtyInKits

public void setQtyInKits(java.lang.String newValue)

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.

Specified by:
setQtyInKits in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyInKits

public void setQtyInKits(java.lang.Integer newValue)

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.

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

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 DEFAULT 0.

The following is a description of this column:

The quantity received.

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

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 DEFAULT 0.

The following is a description of this column:

The quantity received.

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

setQtyReceived

public void setQtyReceived(java.lang.String newValue)

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.

Specified by:
setQtyReceived in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyReceived

public void setQtyReceived(java.lang.Integer newValue)

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.

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

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)

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:
newValue - String
Returns:
void

setVersionSpcId

public void setVersionSpcId(java.lang.Long newValue)

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:
newValue - java.lang.Long
Returns:
void

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setReceiptDate

public void setReceiptDate(java.lang.String newValue)

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:
newValue - String
Returns:
void

setReceiptDate

public void setReceiptDate(java.sql.Timestamp newValue)

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:
newValue - java.sql.Timestamp
Returns:
void

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFfmcenterId

public void setFfmcenterId(java.lang.String newValue)

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:
newValue - String
Returns:
void

setFfmcenterId

public void setFfmcenterId(java.lang.Integer newValue)

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:
newValue - java.lang.Integer
Returns:
void

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

The following is a description of this column:

Unit cost.

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

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

The following is a description of this column:

Unit cost.

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

setCost

public void setCost(java.lang.String newValue)

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.

Specified by:
setCost in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setCost

public void setCost(java.math.BigDecimal newValue)

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.

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

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.

The following is a description of this column:

Timestamp of last update.

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

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.

The following is a description of this column:

Timestamp of last update.

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

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.

Specified by:
setLastupdate in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)

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.

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

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 DEFAULT 0.

The following is a description of this column:

The current quantity in inventory.

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

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 DEFAULT 0.

The following is a description of this column:

The current quantity in inventory.

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

setQtyOnHand

public void setQtyOnHand(java.lang.String newValue)

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.

Specified by:
setQtyOnHand in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyOnHand

public void setQtyOnHand(java.lang.Integer newValue)

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.

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

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRaDetailId

public void setRaDetailId(java.lang.String newValue)

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.

Specified by:
setRaDetailId in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.Long newValue)

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.

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

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

The following is a description of this column:

Comment.

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

setComment2

public void setComment2(java.lang.String newValue)

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

The following is a description of this column:

Comment.

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

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

The following is a description of this column:

Comment.

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

setComment1

public void setComment1(java.lang.String newValue)

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

The following is a description of this column:

Comment.

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

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreateTime

public void setCreateTime(java.lang.String newValue)

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:
newValue - String
Returns:
void

setCreateTime

public void setCreateTime(java.sql.Timestamp newValue)

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:
newValue - java.sql.Timestamp
Returns:
void

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.String newValue)

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:
newValue - String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer newValue)

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:
newValue - java.lang.Integer
Returns:
void

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.

The following is a description of this column:

The vendor that supplied the inventory.

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

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.

The following is a description of this column:

The vendor that supplied the inventory.

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

setVendorId

public void setVendorId(java.lang.String newValue)

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.

Specified by:
setVendorId in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setVendorId

public void setVendorId(java.lang.Long newValue)

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.

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

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setReceiptId

public void setReceiptId(java.lang.String newValue)

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:
newValue - String
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long newValue)

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:
newValue - java.lang.Long
Returns:
void

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 DEFAULT 'ADHC'.

The following is a description of this column:

Indicates how this receipt was created:&l

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

setReceiptType

public void setReceiptType(java.lang.String newValue)

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

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

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRtnRcptDspId

public void setRtnRcptDspId(java.lang.String newValue)

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.

Specified by:
setRtnRcptDspId in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setRtnRcptDspId

public void setRtnRcptDspId(java.lang.Long newValue)

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.

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

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 DEFAULT 0.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 DEFAULT 0.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyInProcess

public void setQtyInProcess(java.lang.String newValue)

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.

Specified by:
setQtyInProcess in interface ReceiptAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyInProcess

public void setQtyInProcess(java.lang.Integer newValue)

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.

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