|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.orderstatus.objects.OrderFulfillmentStatusBean
This bean provides access to the ORDSTAT table.
The following is a description of this table:
This table contains information about the status of an order for an Order Status Update inbound message. Each row in the table contains information about a single order.
Constructor Summary | |
OrderFulfillmentStatusBean()
|
Method Summary | |
java.sql.Timestamp |
getActualShipDateTime()
This method provides access to the ORDSTAT.OSASTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getComment()
This method provides access to the ORDSTAT.OSCMNT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getCurrency()
This method provides access to the ORDSTAT.OSCPCUR column of DB2 type CHAR(10) NULL. |
java.lang.Integer |
getField1()
This method provides access to the ORDSTAT.FIELD1 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the ORDSTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDSTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getInvoiceDateTime()
This method provides access to the ORDSTAT.OSINVTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getInvoiceValue()
This method provides access to the ORDSTAT.OSINVVAL column of DB2 type DECIMAL(20,5) NULL. |
java.sql.Timestamp |
getLastUpdateTime()
This method provides access to the ORDSTAT.OSUPDTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMerchantOrderNumber()
This method provides access to the ORDSTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDSTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getOrderStatus()
This method provides access to the ORDSTAT.OSSTATUS column of DB2 type CHAR(32) NULL. |
java.lang.Long |
getOrderStatusId()
This method provides access to the ORDSTAT.ORDSTAT_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getPlaceDateTime()
This method provides access to the ORDSTAT.OSPLTIME column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getPriceTotal()
This method provides access to the ORDSTAT.OSPRTOT column of DB2 type DECIMAL(20,5) NULL. |
java.sql.Timestamp |
getRequestShipDateTime()
This method provides access to the ORDSTAT.OSRSTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getScheduleShipDateTime()
This method provides access to the ORDSTAT.OSSSTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getSequenceNumber()
This method provides access to the ORDSTAT.OSSEQNUM column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getShipCondition()
This method provides access to the ORDSTAT.OSSCOND column of DB2 type CHAR(2) NULL. |
java.lang.String |
getShippingModeFlag()
This method provides access to the ORDSTAT.OSSMFLAG column of DB2 type CHAR(1) NULL. |
java.math.BigDecimal |
getShippingTaxTotal()
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTotal()
This method provides access to the ORDSTAT.OSSHTOT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTaxTotal()
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getVersioning()
This method provides access to the ORDSTAT.OSVERNBR column of DB2 type INTEGER NULL. |
void |
setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDSTAT.OSASTIME column of DB2 type TIMESTAMP NULL. |
void |
setComment(java.lang.String aComment)
This method provides access to the ORDSTAT.OSCMNT column of DB2 type VARCHAR(254) NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the ORDSTAT.OSCPCUR column of DB2 type CHAR(10) NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDSTAT.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the ORDSTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDSTAT.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDSTAT.OSINVTIME column of DB2 type TIMESTAMP NULL. |
void |
setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDSTAT.OSINVVAL column of DB2 type DECIMAL(20,5) NULL. |
void |
setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)
This method provides access to the ORDSTAT.OSUPDTIME column of DB2 type TIMESTAMP NULL. |
void |
setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDSTAT.OSMORDER column of DB2 type CHAR(30) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDSTAT.ORDERS_ID column of DB2 type BIGINT NULL. |
void |
setOrderStatus(java.lang.String aOrderStatus)
This method provides access to the ORDSTAT.OSSTATUS column of DB2 type CHAR(32) NULL. |
void |
setOrderStatusId(java.lang.Long aOrderStatusId)
This method provides access to the ORDSTAT.ORDSTAT_ID column of DB2 type BIGINT NOT NULL. |
void |
setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDSTAT.OSPLTIME column of DB2 type TIMESTAMP NULL. |
void |
setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDSTAT.OSPRTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDSTAT.OSRSTIME column of DB2 type TIMESTAMP NULL. |
void |
setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDSTAT.OSSSTIME column of DB2 type TIMESTAMP NULL. |
void |
setSequenceNumber(java.lang.String aSequenceNumber)
This method provides access to the ORDSTAT.OSSEQNUM column of DB2 type VARCHAR(64) NULL. |
void |
setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDSTAT.OSSCOND column of DB2 type CHAR(2) NULL. |
void |
setShippingModeFlag(java.lang.String aShippingModeFlag)
This method provides access to the ORDSTAT.OSSMFLAG column of DB2 type CHAR(1) NULL. |
void |
setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDSTAT.OSSHTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL. |
void |
setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDSTAT.OSVERNBR column of DB2 type INTEGER NULL. |
Constructor Detail |
public OrderFulfillmentStatusBean()
Method Detail |
public java.sql.Timestamp getActualShipDateTime()
This method provides access to the ORDSTAT.OSASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Actual shipping time stamp.
public java.lang.String getComment()
This method provides access to the ORDSTAT.OSCMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comments for this order status.
public java.lang.String getCurrency()
This method provides access to the ORDSTAT.OSCPCUR 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.
public java.lang.Integer getField1()
This method provides access to the ORDSTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2()
This method provides access to the ORDSTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the ORDSTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.sql.Timestamp getInvoiceDateTime()
This method provides access to the ORDSTAT.OSINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp.
public java.math.BigDecimal getInvoiceValue()
This method provides access to the ORDSTAT.OSINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice.
public java.sql.Timestamp getLastUpdateTime()
This method provides access to the ORDSTAT.OSUPDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Last update time stamp for the order.
public java.lang.String getMerchantOrderNumber()
This method provides access to the ORDSTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the back end system.
public java.lang.Long getOrderId()
This method provides access to the ORDSTAT.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 table.
public java.lang.String getOrderStatus()
This method provides access to the ORDSTAT.OSSTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the order.
public java.lang.Long getOrderStatusId()
This method provides access to the ORDSTAT.ORDSTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order status reference number. This is the primary key for this table.
public java.sql.Timestamp getPlaceDateTime()
This method provides access to the ORDSTAT.OSPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Order placed time stamp.
public java.math.BigDecimal getPriceTotal()
This method provides access to the ORDSTAT.OSPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the order.
public java.sql.Timestamp getRequestShipDateTime()
This method provides access to the ORDSTAT.OSRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested shipping time stamp.
public java.sql.Timestamp getScheduleShipDateTime()
This method provides access to the ORDSTAT.OSSSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Scheduled shipping time stamp.
public java.lang.String getSequenceNumber()
This method provides access to the ORDSTAT.OSSEQNUM column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Order status sequence number for serialization.
public java.lang.String getShipCondition()
This method provides access to the ORDSTAT.OSSCOND 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) and SP (ship partial order).
public java.lang.String getShippingModeFlag()
This method provides access to the ORDSTAT.OSSMFLAG column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Code indicating the level for the shipping address and shipping mode. Valid values are O (order level), I (item level).
public java.math.BigDecimal getShippingTaxTotal()
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the order.
public java.math.BigDecimal getShippingTotal()
This method provides access to the ORDSTAT.OSSHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the order.
public java.math.BigDecimal getTaxTotal()
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the order.
public java.lang.Integer getVersioning()
This method provides access to the ORDSTAT.OSVERNBR 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.
public void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
This method provides access to the ORDSTAT.OSASTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Actual shipping time stamp.
aActualShipDateTime
- java.sql.Timestamppublic void setComment(java.lang.String aComment)
This method provides access to the ORDSTAT.OSCMNT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comments for this order status.
aComment
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the ORDSTAT.OSCPCUR 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.
aCurrency
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDSTAT.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the ORDSTAT.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the ORDSTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
This method provides access to the ORDSTAT.OSINVTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Invoice time stamp.
aInvoiceDateTime
- java.sql.Timestamppublic void setInvoiceValue(java.math.BigDecimal aInvoiceValue)
This method provides access to the ORDSTAT.OSINVVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Net value of the invoice.
aInvoiceValue
- java.math.BigDecimalpublic void setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)
This method provides access to the ORDSTAT.OSUPDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Last update time stamp for the order.
aLastUpdateTime
- java.sql.Timestamppublic void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
This method provides access to the ORDSTAT.OSMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Order number generated by the back end system.
aMerchantOrderNumber
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDSTAT.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 table.
aOrderId
- java.lang.Longpublic void setOrderStatus(java.lang.String aOrderStatus)
This method provides access to the ORDSTAT.OSSTATUS column of DB2 type CHAR(32) NULL.
The following is a description of this column:
Status of the order.
aOrderStatus
- java.lang.Stringpublic void setOrderStatusId(java.lang.Long aOrderStatusId)
This method provides access to the ORDSTAT.ORDSTAT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order status reference number. This is the primary key for this table.
aOrderStatusId
- java.lang.Longpublic void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
This method provides access to the ORDSTAT.OSPLTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Order placed time stamp.
aPlaceDateTime
- java.sql.Timestamppublic void setPriceTotal(java.math.BigDecimal aPriceTotal)
This method provides access to the ORDSTAT.OSPRTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total product price for the order.
aPriceTotal
- java.math.BigDecimalpublic void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
This method provides access to the ORDSTAT.OSRSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested shipping time stamp.
aRequestShipDateTime
- java.sql.Timestamppublic void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
This method provides access to the ORDSTAT.OSSSTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Scheduled shipping time stamp.
aScheduleShipDateTime
- java.sql.Timestamppublic void setSequenceNumber(java.lang.String aSequenceNumber)
This method provides access to the ORDSTAT.OSSEQNUM column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Order status sequence number for serialization.
aSequenceNumber
- java.lang.Stringpublic void setShipCondition(java.lang.String aShipCondition)
This method provides access to the ORDSTAT.OSSCOND 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) and SP (ship partial order).
aShipCondition
- java.lang.Stringpublic void setShippingModeFlag(java.lang.String aShippingModeFlag)
This method provides access to the ORDSTAT.OSSMFLAG column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Code indicating the level for the shipping address and shipping mode. Valid values are O (order level), I (item level).
aShippingModeFlag
- java.lang.Stringpublic void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the order.
aShippingTaxTotal
- java.math.BigDecimalpublic void setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the ORDSTAT.OSSHTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total shipping charges for the order.
aShippingTotal
- java.math.BigDecimalpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the ORDSTAT.OSSHTXTOT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Total tax on shipping charges for the order.
aTaxTotal
- java.math.BigDecimalpublic void setVersioning(java.lang.Integer aVersioning)
This method provides access to the ORDSTAT.OSVERNBR 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.
aVersioning
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |