com.ibm.commerce.orderstatus.objects
Class OrderFulfillmentItemStatusBean

com.ibm.commerce.orderstatus.objects.OrderFulfillmentItemStatusBean
All Implemented Interfaces:
java.io.Serializable

public class OrderFulfillmentItemStatusBean
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
OrderFulfillmentItemStatusBean()
           
 
Method Summary
 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.OISHTXTOT 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 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 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.OISHTXTOT 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.
 

Constructor Detail

OrderFulfillmentItemStatusBean

public OrderFulfillmentItemStatusBean()
Method Detail

getActualShipDateTime

public java.sql.Timestamp getActualShipDateTime()

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.

Returns:
java.sql.Timestamp

getCurrency

public java.lang.String getCurrency()

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.

Returns:
java.lang.String

getField1

public java.lang.Integer getField1()

This method provides access to the ORDISTAT.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer

getField2

public java.math.BigDecimal getField2()

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.

Returns:
java.math.BigDecimal

getField3

public java.lang.String getField3()

This method provides access to the ORDISTAT.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getInvoiceDateTime

public java.sql.Timestamp getInvoiceDateTime()

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.

Returns:
java.sql.Timestamp

getInvoiceValue

public java.math.BigDecimal getInvoiceValue()

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.

Returns:
java.math.BigDecimal

getItemComment

public java.lang.String getItemComment()

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.

Returns:
java.lang.String

getMerchantItemNumber

public java.lang.String getMerchantItemNumber()

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.

Returns:
java.lang.String

getMerchantOrderNumber

public java.lang.String getMerchantOrderNumber()

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 backend system.

Returns:
java.lang.String

getOrderId

public java.lang.Long getOrderId()

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.

Returns:
java.lang.Long

getOrderItemId

public java.lang.Long getOrderItemId()

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.

Returns:
java.lang.Long

getOrderItemStatus

public java.lang.String getOrderItemStatus()

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.

Returns:
java.lang.String

getOrderItemStatusId

public java.lang.Long getOrderItemStatusId()

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.

Returns:
java.lang.Long

getPartNumber

public java.lang.String getPartNumber()

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.

Returns:
java.lang.String

getPlaceDateTime

public java.sql.Timestamp getPlaceDateTime()

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.

Returns:
java.sql.Timestamp

getPriceTotal

public java.math.BigDecimal getPriceTotal()

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.

Returns:
java.math.BigDecimal

getQuantityConfirmed

public java.lang.Integer getQuantityConfirmed()

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.

Returns:
java.lang.Integer

getQuantityRequested

public java.lang.Integer getQuantityRequested()

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.

Returns:
java.lang.Integer

getQuantityShipped

public java.lang.Integer getQuantityShipped()

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.

Returns:
java.lang.Integer

getRequestShipDateTime

public java.sql.Timestamp getRequestShipDateTime()

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.

Returns:
java.sql.Timestamp

getScheduleShipDateTime

public java.sql.Timestamp getScheduleShipDateTime()

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.

Returns:
java.sql.Timestamp

getShipCondition

public java.lang.String getShipCondition()

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.

Returns:
java.lang.String

getShippingTaxTotal

public java.math.BigDecimal getShippingTaxTotal()

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.

Returns:
java.math.BigDecimal

getShippingTotal

public java.math.BigDecimal getShippingTotal()

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.

Returns:
java.math.BigDecimal

getTaxTotal

public java.math.BigDecimal getTaxTotal()

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.

Returns:
java.math.BigDecimal

getUnitOfMeasure

public java.lang.String getUnitOfMeasure()

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.

Returns:
java.lang.String

getUnitPrice

public java.math.BigDecimal getUnitPrice()

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.

Returns:
java.math.BigDecimal

getVersioning

public java.lang.Integer getVersioning()

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.

Returns:
java.lang.Integer

setActualShipDateTime

public 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.

Parameters:
aActualShipDateTime - java.sql.Timestamp
Returns:
void

setCurrency

public 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.

Parameters:
aCurrency - java.lang.String
Returns:
void

setField1

public 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.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public 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.

Parameters:
aField2 - java.math.BigDecimal
Returns:
void

setField3

public 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.

Parameters:
aField3 - java.lang.String
Returns:
void

setInvoiceDateTime

public 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.

Parameters:
aInvoiceDateTime - java.sql.Timestamp
Returns:
void

setInvoiceValue

public 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.

Parameters:
aInvoiceValue - java.math.BigDecimal
Returns:
void

setItemComment

public 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.

Parameters:
aItemComment - java.lang.String
Returns:
void

setMerchantItemNumber

public 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 backend system.

Parameters:
aMerchantItemNumber - java.lang.String
Returns:
void

setMerchantOrderNumber

public 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 backend system.

Parameters:
aMerchantOrderNumber - java.lang.String
Returns:
void

setOrderId

public 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.

Parameters:
aOrderId - java.lang.Long
Returns:
void

setOrderItemId

public 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.

Parameters:
aOrderItemId - java.lang.Long
Returns:
void

setOrderItemStatus

public 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.

Parameters:
aOrderItemStatus - java.lang.String
Returns:
void

setOrderItemStatusId

public 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.

Parameters:
aOrderItemStatusId - java.lang.Long
Returns:
void

setPartNumber

public 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.

Parameters:
aPartNumber - java.lang.String
Returns:
void

setPlaceDateTime

public 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.

Parameters:
aPlaceDateTime - java.sql.Timestamp
Returns:
void

setPriceTotal

public 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.

Parameters:
aPriceTotal - java.math.BigDecimal
Returns:
void

setQuantityConfirmed

public 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.

Parameters:
aQuantityConfirmed - java.lang.Integer
Returns:
void

setQuantityRequested

public 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.

Parameters:
aQuantityRequested - java.lang.Integer
Returns:
void

setQuantityShipped

public 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.

Parameters:
aQuantityShipped - java.lang.Integer
Returns:
void

setRequestShipDateTime

public 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.

Parameters:
aRequestShipDateTime - java.sql.Timestamp
Returns:
void

setScheduleShipDateTime

public 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.

Parameters:
aScheduleShipDateTime - java.sql.Timestamp
Returns:
void

setShipCondition

public 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.

Parameters:
aShipCondition - java.lang.String
Returns:
void

setShippingTaxTotal

public 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.

Parameters:
aShippingTaxTotal - java.math.BigDecimal
Returns:
void

setShippingTotal

public 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.

Parameters:
aShippingTotal - java.math.BigDecimal
Returns:
void

setTaxTotal

public void setTaxTotal(java.math.BigDecimal aTaxTotal)

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.

Parameters:
aTaxTotal - java.math.BigDecimal
Returns:
void

setUnitOfMeasure

public 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.

Parameters:
aUnitOfMeasure - java.lang.String
Returns:
void

setUnitPrice

public 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.

Parameters:
aUnitPrice - java.math.BigDecimal
Returns:
void

setVersioning

public 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.

Parameters:
aVersioning - java.lang.Integer
Returns:
void