|
||||||||
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.orderstatus.objects.OrderFulfillmentItemStatusAccessBean
This bean provides access to the ORDISTAT table.
The following is a description of this table:
This table contains information about the items within a single order for an Order Status Update inbound message. Each row contains information about a single item.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderFulfillmentItemStatusAccessBean()
Default constructor. |
|
OrderFulfillmentItemStatusAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
OrderFulfillmentItemStatusAccessBean(java.util.Hashtable ahsProperty)
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). |
OrderFulfillmentItemStatusAccessBean |
findByMaxVersion(java.lang.String sMerchantOrder,
java.lang.String sItemNumber,
java.lang.String sMerchantOrderCopy,
java.lang.String sItemNumberCopy)
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified OrderId and OrderItemId. |
OrderFulfillmentItemStatusAccessBean |
findByMerchantOrderAndItemNumber(java.lang.String sMerchantOrder,
java.lang.String sItemNumber)
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified MerchantOrder and ItemNumber. |
OrderFulfillmentItemStatusAccessBean |
findByOrderIdAndItemId(java.lang.Long lOrderId,
java.lang.Long lOrderItemId)
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified OrderId and OrderItemId. |
java.sql.Timestamp |
getActualShipDateTime()
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCurrency()
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL. |
java.lang.Integer |
getField1()
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getInvoiceDateTime()
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getInvoiceValue()
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getItemComment()
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMerchantItemNumber()
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL. |
java.lang.String |
getMerchantOrderNumber()
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getOrderItemStatus()
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL. |
java.lang.Long |
getOrderItemStatusId()
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPartNumber()
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL. |
java.sql.Timestamp |
getPlaceDateTime()
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getPriceTotal()
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getQuantityConfirmed()
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL. |
java.lang.Integer |
getQuantityRequested()
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL. |
java.lang.Integer |
getQuantityShipped()
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getRequestShipDateTime()
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getScheduleShipDateTime()
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getShipCondition()
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL. |
java.math.BigDecimal |
getShippingTaxTotal()
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTotal()
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTaxTotal()
This method provides access to the ORDISTAT.OITXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getUnitOfMeasure()
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL. |
java.math.BigDecimal |
getUnitPrice()
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getVersioning()
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_orderItemStatusId(java.lang.Long aInitKey_orderItemStatusId)
Set the primary key for this object |
void |
setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL. |
void |
setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL. |
void |
setItemComment(java.lang.String aItemComment)
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL. |
void |
setMerchantItemNumber(java.lang.String aMerchantItemNumber)
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL. |
void |
setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemStatus(java.lang.String aOrderItemStatus)
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL. |
void |
setOrderItemStatusId(java.lang.Long aOrderItemStatusId)
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL. |
void |
setPartNumber(java.lang.String aPartNumber)
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL. |
void |
setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL. |
void |
setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL. |
void |
setQuantityRequested(java.lang.Integer aQuantityRequested)
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL. |
void |
setQuantityShipped(java.lang.Integer aQuantityShipped)
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL. |
void |
setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL. |
void |
setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL. |
void |
setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL. |
void |
setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDISTAT.OITXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setUnitOfMeasure(java.lang.String aUnitOfMeasure)
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL. |
void |
setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL. |
void |
setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER 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 OrderFulfillmentItemStatusAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrderFulfillmentItemStatusAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic OrderFulfillmentItemStatusAccessBean(java.util.Hashtable ahsProperty) 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. The property list provided will be used to set data in the newly created row.
The list entries may include:
Long orderId; //ORDERS_ID
String merchantOrderNumber; //OSMORDER
Long orderItemId; //ORDERITMES_ID
String merchantItemNumber; //OIMITEM
String partNumber; //PARTNUMBER
String unitOfMeasure; //OIUOFM
Integer quantityRequested; //OIQTREQUEST
Integer quantityConfirmed; //OIQTCONFIRM
Integer quantityShipped; //OIQTSHIP
String currency; //OICPCUR
BigDecimal unitPrice; //OIUNPRC
BigDecimal priceTotal; //OIPRTOT
BigDecimal taxTotal; //OITXTOT
BigDecimal shippingTotal; //OISHTOT
BigDecimal shippingTaxTotal; //OISHTXTOT
String orderItemStatus; //OISTATUS
Timestamp placeDateTime; //OIPLTIME
Timestamp requestShipDateTime; //OIRSTIME
Timestamp scheduleShipDateTime; //OISSTIME
Timestamp actualShipDateTime; //OIASTIME
Timestamp invoiceDateTime; //OIINVTIME
BigDecimal invoiceValue; //OIINVVAL
String shipCondtion; //OISCOND
String itemComment; //OICMNT
int field1; //FIELD1
BigDecimal field2; //FIELD2
String field3; //FIELD3
By default, the order item status version number (i.e. OIVERNBR) will be set to 0 of DB2 type INTEGER NULL.
ahsProperty
- java.util.Hashtablejavax.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 OrderFulfillmentItemStatusAccessBean findByMaxVersion(java.lang.String sMerchantOrder, java.lang.String sItemNumber, java.lang.String sMerchantOrderCopy, java.lang.String sItemNumberCopy) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified OrderId and OrderItemId.
The SQL query used to fetch the requested row from the ORDISTAT table is:
SELECT * FROM ORDISTAT T1 WHERE (T1.OSMORDER = ?) AND (T1.OIMITEM = ?) AND (T1.OIVERNBR = (SELECT MAX(OIVERNBR) FROM ORDISTAT WHERE OSMORDER = ? AND OIMITEM = ?))
sMerchantOrder
- java.lang.StringsItemNumber
- java.lang.StringsMerchantOrderCopy
- java.lang.String (the same value as 'sMerchantOrder')sItemNumberCopy
- java.lang.String (the same value as 'sItemNumber')java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic OrderFulfillmentItemStatusAccessBean findByMerchantOrderAndItemNumber(java.lang.String sMerchantOrder, java.lang.String sItemNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified MerchantOrder and ItemNumber.
The SQL query used to fetch the requested row from the ORDISTAT table is:
SELECT * FROM ORDISTAT T1 WHERE (T1.OSMORDER = ?) AND (T1.OIMITEM = ?) AND (T1.OIVERNBR = 0) FOR UPDATE
sMerchantOrder
- java.lang.StringsItemNumber
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic OrderFulfillmentItemStatusAccessBean findByOrderIdAndItemId(java.lang.Long lOrderId, java.lang.Long lOrderItemId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the OrderFulfillmentItemStatusAccessBean with the specified OrderId and OrderItemId.
The SQL query used to fetch the requested row from the ORDISTAT table is:
SELECT * FROM ORDISTAT T1 WHERE (T1.ORDERS_ID = ?) AND (T1.ORDERITMES_ID = ?) AND (T1.OIVERNBR = 0) FOR UPDATE
lOrderId
- java.lang.LonglOrderItemId
- 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.sql.Timestamp getActualShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The actual shipping time stamp for the OrderItem.
getActualShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Currency in which the price is expressed. This is a currency code as per ISO 4217 standards.
getCurrency
in interface OrderFulfillmentItemStatusAccessBeanData
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField1
in interface OrderFulfillmentItemStatusAccessBeanData
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface OrderFulfillmentItemStatusAccessBeanData
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface OrderFulfillmentItemStatusAccessBeanData
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 getInvoiceDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp for OrderItem.
getInvoiceDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
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 getInvoiceValue() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice for an OrderItem.
getInvoiceValue
in interface OrderFulfillmentItemStatusAccessBeanData
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 getItemComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment to the status of this OrderItem.
getItemComment
in interface OrderFulfillmentItemStatusAccessBeanData
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 getMerchantItemNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL.
The following is a description of this column:
OrderItem number generated by a back end system.
getMerchantItemNumber
in interface OrderFulfillmentItemStatusAccessBeanData
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 getMerchantOrderNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the back end system.
getMerchantOrderNumber
in interface OrderFulfillmentItemStatusAccessBeanData
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 getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce order reference number. Foreign key that references the ORDERS_ID column in the ORDERS time.
getOrderId
in interface OrderFulfillmentItemStatusAccessBeanData
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 getOrderItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce OrderItem reference number. Foreign key that references the ORDERITEMS_ID column in the ORDERITEMS table.
getOrderItemId
in interface OrderFulfillmentItemStatusAccessBeanData
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 getOrderItemStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the OrderItem.
getOrderItemStatus
in interface OrderFulfillmentItemStatusAccessBeanData
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 getOrderItemStatusId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
OrderItem status reference number. This is a primary key for this table.
getOrderItemStatusId
in interface OrderFulfillmentItemStatusAccessBeanData
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 getPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Part number or SKU.
getPartNumber
in interface OrderFulfillmentItemStatusAccessBeanData
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 getPlaceDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when the OrderItem was placed.
getPlaceDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
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 getPriceTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the OrderItem.
getPriceTotal
in interface OrderFulfillmentItemStatusAccessBeanData
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 getQuantityConfirmed() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items confirmed.
getQuantityConfirmed
in interface OrderFulfillmentItemStatusAccessBeanData
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 getQuantityRequested() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items requested.
getQuantityRequested
in interface OrderFulfillmentItemStatusAccessBeanData
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 getQuantityShipped() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items shipped.
getQuantityShipped
in interface OrderFulfillmentItemStatusAccessBeanData
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 getRequestShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when shipping was requested for the OrderItem.
getRequestShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
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 getScheduleShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp for the scheduled shipping of the OrderItem.
getScheduleShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
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 getShipCondition() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code indicating if partial shipment of the order is accepted. Valid values are SC = ship complete order or SP = ship partial order.
getShipCondition
in interface OrderFulfillmentItemStatusAccessBeanData
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 getShippingTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
getShippingTaxTotal
in interface OrderFulfillmentItemStatusAccessBeanData
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 getShippingTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the OrderItem.
getShippingTotal
in interface OrderFulfillmentItemStatusAccessBeanData
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 getTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OITXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax for the OrderItem.
getTaxTotal
in interface OrderFulfillmentItemStatusAccessBeanData
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 getUnitOfMeasure() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Unit of measure for the OrderItem.
getUnitOfMeasure
in interface OrderFulfillmentItemStatusAccessBeanData
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 getUnitPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Unit price for the OrderItem.
getUnitPrice
in interface OrderFulfillmentItemStatusAccessBeanData
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 getVersioning() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL.
The following is a description of this column:
Order status version number. A value of "0" (zero) indicates the most recent version of the order. The highest value indicates the second most recent version of the order.
getVersioning
in interface OrderFulfillmentItemStatusAccessBeanData
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 setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDISTAT.OIASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The actual shipping time stamp for the OrderItem.
setActualShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
aActualShipDateTime
- java.sql.Timestamppublic void setCurrency(java.lang.String aCurrency)
This method provides access to the ORDISTAT.OICPCUR column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Currency in which the price is expressed. This is a currency code as per ISO 4217 standards.
setCurrency
in interface OrderFulfillmentItemStatusAccessBeanData
aCurrency
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface OrderFulfillmentItemStatusAccessBeanData
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the ORDISTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface OrderFulfillmentItemStatusAccessBeanData
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface OrderFulfillmentItemStatusAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_orderItemStatusId(java.lang.Long aInitKey_orderItemStatusId)
Set the primary key for this object
aInitKey_orderItemStatusId
- java.lang.Longpublic void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDISTAT.OIINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp for OrderItem.
setInvoiceDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
aInvoiceDateTime
- java.sql.Timestamppublic void setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDISTAT.OIINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice for an OrderItem.
setInvoiceValue
in interface OrderFulfillmentItemStatusAccessBeanData
aInvoiceValue
- java.math.BigDecimalpublic void setItemComment(java.lang.String aItemComment)
This method provides access to the ORDISTAT.OICMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment to the status of this OrderItem.
setItemComment
in interface OrderFulfillmentItemStatusAccessBeanData
aItemComment
- java.lang.Stringpublic void setMerchantItemNumber(java.lang.String aMerchantItemNumber)
This method provides access to the ORDISTAT.OIMITEM column of DB2 type CHAR(30) NULL.
The following is a description of this column:
OrderItem number generated by a back end system.
setMerchantItemNumber
in interface OrderFulfillmentItemStatusAccessBeanData
aMerchantItemNumber
- java.lang.Stringpublic void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDISTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the back end system.
setMerchantOrderNumber
in interface OrderFulfillmentItemStatusAccessBeanData
aMerchantOrderNumber
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDISTAT.ORDERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce order reference number. Foreign key that references the ORDERS_ID column in the ORDERS time.
setOrderId
in interface OrderFulfillmentItemStatusAccessBeanData
aOrderId
- java.lang.Longpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDISTAT.ORDERITMES_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
WebSphere Commerce OrderItem reference number. Foreign key that references the ORDERITEMS_ID column in the ORDERITEMS table.
setOrderItemId
in interface OrderFulfillmentItemStatusAccessBeanData
aOrderItemId
- java.lang.Longpublic void setOrderItemStatus(java.lang.String aOrderItemStatus)
This method provides access to the ORDISTAT.OISTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the OrderItem.
setOrderItemStatus
in interface OrderFulfillmentItemStatusAccessBeanData
aOrderItemStatus
- java.lang.Stringpublic void setOrderItemStatusId(java.lang.Long aOrderItemStatusId)
This method provides access to the ORDISTAT.ORDISTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
OrderItem status reference number. This is a primary key for this table.
setOrderItemStatusId
in interface OrderFulfillmentItemStatusAccessBeanData
aOrderItemStatusId
- java.lang.Longpublic void setPartNumber(java.lang.String aPartNumber)
This method provides access to the ORDISTAT.PARTNUMBER column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Part number or SKU.
setPartNumber
in interface OrderFulfillmentItemStatusAccessBeanData
aPartNumber
- java.lang.Stringpublic void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDISTAT.OIPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when the OrderItem was placed.
setPlaceDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
aPlaceDateTime
- java.sql.Timestamppublic void setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDISTAT.OIPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the OrderItem.
setPriceTotal
in interface OrderFulfillmentItemStatusAccessBeanData
aPriceTotal
- java.math.BigDecimalpublic void setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)
This method provides access to the ORDISTAT.OIQTCONFIRM column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items confirmed.
setQuantityConfirmed
in interface OrderFulfillmentItemStatusAccessBeanData
aQuantityConfirmed
- java.lang.Integerpublic void setQuantityRequested(java.lang.Integer aQuantityRequested)
This method provides access to the ORDISTAT.OIQTREQUEST column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items requested.
setQuantityRequested
in interface OrderFulfillmentItemStatusAccessBeanData
aQuantityRequested
- java.lang.Integerpublic void setQuantityShipped(java.lang.Integer aQuantityShipped)
This method provides access to the ORDISTAT.OIQTSHIP column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity of items shipped.
setQuantityShipped
in interface OrderFulfillmentItemStatusAccessBeanData
aQuantityShipped
- java.lang.Integerpublic void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDISTAT.OIRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp when shipping was requested for the OrderItem.
setRequestShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
aRequestShipDateTime
- java.sql.Timestamppublic void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDISTAT.OISSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time stamp for the scheduled shipping of the OrderItem.
setScheduleShipDateTime
in interface OrderFulfillmentItemStatusAccessBeanData
aScheduleShipDateTime
- java.sql.Timestamppublic void setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDISTAT.OISCOND column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code indicating if partial shipment of the order is accepted. Valid values are SC = ship complete order or SP = ship partial order.
setShipCondition
in interface OrderFulfillmentItemStatusAccessBeanData
aShipCondition
- java.lang.Stringpublic void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDISTAT.OISHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the OrderItem.
setShippingTaxTotal
in interface OrderFulfillmentItemStatusAccessBeanData
aShippingTaxTotal
- java.math.BigDecimalpublic void setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDISTAT.OISHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the OrderItem.
setShippingTotal
in interface OrderFulfillmentItemStatusAccessBeanData
aShippingTotal
- java.math.BigDecimalpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDISTAT.OITXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax for the OrderItem.
setTaxTotal
in interface OrderFulfillmentItemStatusAccessBeanData
aTaxTotal
- java.math.BigDecimalpublic void setUnitOfMeasure(java.lang.String aUnitOfMeasure)
This method provides access to the ORDISTAT.OIUOFM column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Unit of measure for the OrderItem.
setUnitOfMeasure
in interface OrderFulfillmentItemStatusAccessBeanData
aUnitOfMeasure
- java.lang.Stringpublic void setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the ORDISTAT.OIUNPRC column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Unit price for the OrderItem.
setUnitPrice
in interface OrderFulfillmentItemStatusAccessBeanData
aUnitPrice
- java.math.BigDecimalpublic void setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDISTAT.OIVERNBR column of DB2 type INTEGER NULL.
The following is a description of this column:
Order status version number. A value of "0" (zero) indicates the most recent version of the order. The highest value indicates the second most recent version of the order.
setVersioning
in interface OrderFulfillmentItemStatusAccessBeanData
aVersioning
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |