|
||||||||
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.OrderItemShippingHistoryAccessBean
This bean provides access to the ORDSHIPHST table.
The following is a description of this table:
Each row contains information about inventory that has been released for fulfillment of an OrderItem.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderItemShippingHistoryAccessBean()
Default constructor. |
|
OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
OrderItemShippingHistoryAccessBean(java.lang.Long OrderItemsId,
java.lang.Long VersionSpcId,
java.lang.Integer OrdShipHstNum,
java.lang.Integer QtyReturned)
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 |
findByOrderItemsId(java.lang.Long OrderItemsId)
Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID The SQL query used to fetch the requested row from the ORDSHIPHST table is: SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ? |
java.util.Enumeration |
findNonTrackedInventoryByOrderItemsId(java.lang.Long NonTrackedInventoryByOrderItemsId)
Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id The SQL query used to fetch the requested row from the ORDSHIPHST table is: SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =? |
java.lang.String |
getDateShipped()
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getDateShippedInEJBType()
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getLastupdate()
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getOrderItemsId()
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemsIdInEJBType()
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrdShipHstNum()
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOrdShipHstNumInEJBType()
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyReturned()
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReturnedInEJBType()
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyShipped()
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
java.lang.Integer |
getQtyShippedInEJBType()
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
java.lang.String |
getReceiptId()
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getReceiptIdInEJBType()
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getVersionSpcId()
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVersionSpcIdInEJBType()
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDateShipped(java.lang.String aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
void |
setDateShipped(java.sql.Timestamp aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL. |
void |
setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)
Set the primary key for this object |
void |
setInitKey_ordShipHstNum(java.lang.String aInitKey_ordShipHstNum)
Set the primary key for this object |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemsId(java.lang.String aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdShipHstNum(java.lang.String aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setQtyReturned(java.lang.Integer aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
void |
setQtyReturned(java.lang.String aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL. |
void |
setQtyShipped(java.lang.Integer aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
void |
setQtyShipped(java.lang.String aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL. |
void |
setReceiptId(java.lang.Long aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
void |
setReceiptId(java.lang.String aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the ORDSHIPHST.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 OrderItemShippingHistoryAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrderItemShippingHistoryAccessBean(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 OrderItemShippingHistoryAccessBean(java.lang.Long OrderItemsId, java.lang.Long VersionSpcId, java.lang.Integer OrdShipHstNum, java.lang.Integer QtyReturned) 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
OrderItemsId
- - java.lang.LongVersionSpcId
- - java.lang.LongOrdShipHstNum
- - java.lang.IntegerQtyReturned
- - java.lang.Integerjavax.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 findByOrderItemsId(java.lang.Long OrderItemsId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the
ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ?
OrderItemsId
- - 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 findNonTrackedInventoryByOrderItemsId(java.lang.Long NonTrackedInventoryByOrderItemsId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id
The SQL query used to fetch the requested row from the
ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =?
NonTrackedInventoryByOrderItemsId
- - 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 getDateShipped() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
getDateShipped
in interface OrderItemShippingHistoryAccessBeanData
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 getDateShippedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for 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 getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of last update.
getLastupdate
in interface OrderItemShippingHistoryAccessBeanData
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 ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time 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 getOrderItemsId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
getOrderItemsId
in interface OrderItemShippingHistoryAccessBeanData
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 getOrderItemsIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
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 getOrdShipHstNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
getOrdShipHstNum
in interface OrderItemShippingHistoryAccessBeanData
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 getOrdShipHstNumInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
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 getQtyReturned() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
getQtyReturned
in interface OrderItemShippingHistoryAccessBeanData
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 getQtyReturnedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
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 getQtyShipped() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
getQtyShipped
in interface OrderItemShippingHistoryAccessBeanData
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 getQtyShippedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
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 ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped inventory.
getReceiptId
in interface OrderItemShippingHistoryAccessBeanData
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 ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped 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 ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped inventory.
getVersionSpcId
in interface OrderItemShippingHistoryAccessBeanData
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 ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped 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 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 setDateShipped(java.lang.String aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
setDateShipped
in interface OrderItemShippingHistoryAccessBeanData
aDateShipped
- java.lang.Stringpublic void setDateShipped(java.sql.Timestamp aDateShipped)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
aDateShipped
- java.sql.Timestamppublic void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)
Set the primary key for this object
aInitKey_orderItemsId
- java.lang.Stringpublic void setInitKey_ordShipHstNum(java.lang.String aInitKey_ordShipHstNum)
Set the primary key for this object
aInitKey_ordShipHstNum
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of last update.
setLastupdate
in interface OrderItemShippingHistoryAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of last update.
aLastupdate
- java.sql.Timestamppublic void setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
aOrderItemsId
- java.lang.Longpublic void setOrderItemsId(java.lang.String aOrderItemsId)
This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
setOrderItemsId
in interface OrderItemShippingHistoryAccessBeanData
aOrderItemsId
- java.lang.Stringpublic void setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
aOrdShipHstNum
- java.lang.Integerpublic void setOrdShipHstNum(java.lang.String aOrdShipHstNum)
This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this row for an OrderItem.
setOrdShipHstNum
in interface OrderItemShippingHistoryAccessBeanData
aOrdShipHstNum
- java.lang.Stringpublic void setQtyReturned(java.lang.Integer aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
aQtyReturned
- java.lang.Integerpublic void setQtyReturned(java.lang.String aQtyReturned)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The amount returned by the customer.
setQtyReturned
in interface OrderItemShippingHistoryAccessBeanData
aQtyReturned
- java.lang.Stringpublic void setQtyShipped(java.lang.Integer aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
aQtyShipped
- java.lang.Integerpublic void setQtyShipped(java.lang.String aQtyShipped)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity shipped from this receipt.
setQtyShipped
in interface OrderItemShippingHistoryAccessBeanData
aQtyShipped
- java.lang.Stringpublic void setReceiptId(java.lang.Long aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped inventory.
aReceiptId
- java.lang.Longpublic void setReceiptId(java.lang.String aReceiptId)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The receipt for the shipped inventory.
setReceiptId
in interface OrderItemShippingHistoryAccessBeanData
aReceiptId
- java.lang.Stringpublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped inventory.
aVersionSpcId
- java.lang.Longpublic void setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The item that describes the shipped inventory.
setVersionSpcId
in interface OrderItemShippingHistoryAccessBeanData
aVersionSpcId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |