|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ReceiptAccessBean
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.
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 |
public ReceiptAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ReceiptAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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
VersionSpcId
- - java.lang.LongStoreId
- - java.lang.IntegerFfmCenterId
- - java.lang.IntegerReceiptDate
- - java.sql.TimestampCreateTime
- - java.sql.Timestampjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
ItemSpcId
- - java.lang.LongRaDetailId
- - java.lang.Longjava.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 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 = ?
RaDetailId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getComment1
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getComment2
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCost
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getLastupdate
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQtyInKits
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQtyInProcess
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQtyOnHand
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQtyReceived
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRaDetailId
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReceiptType
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRtnRcptDspId
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getSetCCurr
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getVendorId
in interface ReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
setComment1
in interface ReceiptAccessBeanData
aComment1
- java.lang.Stringpublic 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.
setComment2
in interface ReceiptAccessBeanData
aComment2
- java.lang.Stringpublic 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.
aCost
- java.math.BigDecimalpublic 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.
setCost
in interface ReceiptAccessBeanData
aCost
- java.lang.Stringpublic 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.
setCreateTime
in interface ReceiptAccessBeanData
aCreateTime
- java.lang.Stringpublic 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.
aCreateTime
- java.sql.Timestamppublic 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.
aFfmcenterId
- java.lang.Integerpublic 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.
setFfmcenterId
in interface ReceiptAccessBeanData
aFfmcenterId
- java.lang.Stringpublic void setInitKey_receiptId(java.lang.String aInitKey_receiptId)
Set the primary key for this object
aInitKey_receiptId
- java.lang.Stringpublic 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.
setLastupdate
in interface ReceiptAccessBeanData
aLastupdate
- java.lang.Stringpublic 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.
aLastupdate
- java.sql.Timestamppublic 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.
aQtyInKits
- java.lang.Integerpublic 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.
setQtyInKits
in interface ReceiptAccessBeanData
aQtyInKits
- java.lang.Stringpublic 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.
aQtyInProcess
- java.lang.Integerpublic 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.
setQtyInProcess
in interface ReceiptAccessBeanData
aQtyInProcess
- java.lang.Stringpublic 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.
aQtyOnHand
- java.lang.Integerpublic 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.
setQtyOnHand
in interface ReceiptAccessBeanData
aQtyOnHand
- java.lang.Stringpublic 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.
aQtyReceived
- java.lang.Integerpublic 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.
setQtyReceived
in interface ReceiptAccessBeanData
aQtyReceived
- java.lang.Stringpublic 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.
aRaDetailId
- java.lang.Longpublic 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.
setRaDetailId
in interface ReceiptAccessBeanData
aRaDetailId
- java.lang.Stringpublic 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.
setReceiptDate
in interface ReceiptAccessBeanData
aReceiptDate
- java.lang.Stringpublic 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.
aReceiptDate
- java.sql.Timestamppublic 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.
aReceiptId
- java.lang.Longpublic 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.
setReceiptId
in interface ReceiptAccessBeanData
aReceiptId
- java.lang.Stringpublic 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.
setReceiptType
in interface ReceiptAccessBeanData
aReceiptType
- java.lang.Stringpublic 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.
aRtnRcptDspId
- java.lang.Longpublic 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.
setRtnRcptDspId
in interface ReceiptAccessBeanData
aRtnRcptDspId
- java.lang.Stringpublic 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.
setSetCCurr
in interface ReceiptAccessBeanData
aSetCCurr
- java.lang.Stringpublic 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.
aStoreId
- java.lang.Integerpublic 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.
setStoreId
in interface ReceiptAccessBeanData
aStoreId
- java.lang.Stringpublic 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.
aVendorId
- java.lang.Longpublic 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.
setVendorId
in interface ReceiptAccessBeanData
aVendorId
- java.lang.Stringpublic 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.
aVersionSpcId
- java.lang.Longpublic 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.
setVersionSpcId
in interface ReceiptAccessBeanData
aVersionSpcId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |