java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ReceiptAccessBean
Each row contains information about each receipt of an item at a FulfillmentCenter.
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 |
---|
public ReceiptAccessBean()
public ReceiptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
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
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.sql.Timestamparg4
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_receiptId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getSetCCurr
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setSetCCurr
in interface
ReceiptAccessBeanData
newValue
- java.lang.Stringpublic 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.
getQtyInKits
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setQtyInKits
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getQtyReceived
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setQtyReceived
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getVersionSpcId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setVersionSpcId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getReceiptDate
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setReceiptDate
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamppublic 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.
getFfmcenterId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setFfmcenterId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getCost
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setCost
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.math.BigDecimalpublic 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.
getLastupdate
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setLastupdate
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamppublic 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.
getQtyOnHand
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setQtyOnHand
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getRaDetailId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setRaDetailId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getComment2
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setComment2
in interface
ReceiptAccessBeanData
newValue
- java.lang.Stringpublic 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.
getComment1
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setComment1
in interface
ReceiptAccessBeanData
newValue
- java.lang.Stringpublic 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.
getCreateTime
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setCreateTime
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamppublic 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.
getStoreId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setStoreId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getVendorId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setVendorId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getReceiptId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setReceiptId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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
getReceiptType
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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
setReceiptType
in interface
ReceiptAccessBeanData
newValue
- java.lang.Stringpublic 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.
getRtnRcptDspId
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setRtnRcptDspId
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getQtyInProcess
in interface
ReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setQtyInProcess
in interface
ReceiptAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integer