com.ibm.commerce.orderstatus.objects
Interface OrderFulfillmentItemStatusAccessBeanData

All Known Implementing Classes:
OrderFulfillmentItemStatusAccessBean

public interface OrderFulfillmentItemStatusAccessBeanData

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


Method Summary
java.sql.Timestamp getActualShipDateTime()
getActualShipDateTime
java.lang.String getCurrency()
getCurrency
java.lang.Integer getField1()
getField1
java.math.BigDecimal getField2()
getField2
java.lang.String getField3()
getField3
java.sql.Timestamp getInvoiceDateTime()
getInvoiceDateTime
java.math.BigDecimal getInvoiceValue()
getInvoiceValue
java.lang.String getItemComment()
getItemComment
java.lang.String getMerchantItemNumber()
getMerchantItemNumber
java.lang.String getMerchantOrderNumber()
getMerchantOrderNumber
java.lang.Long getOrderId()
getOrderId
java.lang.Long getOrderItemId()
getOrderItemId
java.lang.String getOrderItemStatus()
getOrderItemStatus
java.lang.Long getOrderItemStatusId()
getOrderItemStatusId
java.lang.Long getOrdstatId()
getOrdstatId
java.lang.String getPartNumber()
getPartNumber
java.sql.Timestamp getPlaceDateTime()
getPlaceDateTime
java.math.BigDecimal getPriceTotal()
getPriceTotal
java.lang.Integer getQuantityConfirmed()
getQuantityConfirmed
java.lang.Integer getQuantityRequested()
getQuantityRequested
java.lang.Integer getQuantityShipped()
getQuantityShipped
java.sql.Timestamp getRequestShipDateTime()
getRequestShipDateTime
java.sql.Timestamp getScheduleShipDateTime()
getScheduleShipDateTime
java.lang.String getShipCondition()
getShipCondition
java.math.BigDecimal getShippingTaxTotal()
getShippingTaxTotal
java.math.BigDecimal getShippingTotal()
getShippingTotal
java.lang.String getSupplierData()
getSupplierData
java.math.BigDecimal getTaxTotal()
getTaxTotal
java.lang.String getUnitOfMeasure()
getUnitOfMeasure
java.math.BigDecimal getUnitPrice()
getUnitPrice
java.lang.Integer getVersioning()
getVersioning
void setActualShipDateTime(java.sql.Timestamp newValue)
setActualShipDateTime
void setCurrency(java.lang.String newValue)
setCurrency
void setField1(java.lang.Integer newValue)
setField1
void setField2(java.math.BigDecimal newValue)
setField2
void setField3(java.lang.String newValue)
setField3
void setInvoiceDateTime(java.sql.Timestamp newValue)
setInvoiceDateTime
void setInvoiceValue(java.math.BigDecimal newValue)
setInvoiceValue
void setItemComment(java.lang.String newValue)
setItemComment
void setMerchantItemNumber(java.lang.String newValue)
setMerchantItemNumber
void setMerchantOrderNumber(java.lang.String newValue)
setMerchantOrderNumber
void setOrderId(java.lang.Long newValue)
setOrderId
void setOrderItemId(java.lang.Long newValue)
setOrderItemId
void setOrderItemStatus(java.lang.String newValue)
setOrderItemStatus
void setOrderItemStatusId(java.lang.Long newValue)
setOrderItemStatusId
void setOrdstatId(java.lang.Long newValue)
setOrdstatId
void setPartNumber(java.lang.String newValue)
setPartNumber
void setPlaceDateTime(java.sql.Timestamp newValue)
setPlaceDateTime
void setPriceTotal(java.math.BigDecimal newValue)
setPriceTotal
void setQuantityConfirmed(java.lang.Integer newValue)
setQuantityConfirmed
void setQuantityRequested(java.lang.Integer newValue)
setQuantityRequested
void setQuantityShipped(java.lang.Integer newValue)
setQuantityShipped
void setRequestShipDateTime(java.sql.Timestamp newValue)
setRequestShipDateTime
void setScheduleShipDateTime(java.sql.Timestamp newValue)
setScheduleShipDateTime
void setShipCondition(java.lang.String newValue)
setShipCondition
void setShippingTaxTotal(java.math.BigDecimal newValue)
setShippingTaxTotal
void setShippingTotal(java.math.BigDecimal newValue)
setShippingTotal
void setSupplierData(java.lang.String newValue)
setSupplierData
void setTaxTotal(java.math.BigDecimal newValue)
setTaxTotal
void setUnitOfMeasure(java.lang.String newValue)
setUnitOfMeasure
void setUnitPrice(java.math.BigDecimal newValue)
setUnitPrice
void setVersioning(java.lang.Integer newValue) setVersioning

Method Detail

getActualShipDateTime

public java.sql.Timestamp getActualShipDateTime()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getActualShipDateTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setActualShipDateTime

public void setActualShipDateTime(java.sql.Timestamp newValue)
setActualShipDateTime

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getCurrency
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrency

public void setCurrency(java.lang.String newValue)
setCurrency

getField1

public java.lang.Integer getField1()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getField1
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.Integer newValue)
setField1

getField2

public java.math.BigDecimal getField2()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getField2
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField2

public void setField2(java.math.BigDecimal newValue)
setField2

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
getField3
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField3

public void setField3(java.lang.String newValue)
setField3

getInvoiceDateTime

public java.sql.Timestamp getInvoiceDateTime()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getInvoiceDateTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInvoiceDateTime

public void setInvoiceDateTime(java.sql.Timestamp newValue)
setInvoiceDateTime

getInvoiceValue

public java.math.BigDecimal getInvoiceValue()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
getInvoiceValue
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInvoiceValue

public void setInvoiceValue(java.math.BigDecimal newValue)
setInvoiceValue

getItemComment

public java.lang.String getItemComment()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getItemComment
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setItemComment

public void setItemComment(java.lang.String newValue)
setItemComment

getMerchantItemNumber

public java.lang.String getMerchantItemNumber()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getMerchantItemNumber
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMerchantItemNumber

public void setMerchantItemNumber(java.lang.String newValue)
setMerchantItemNumber

getMerchantOrderNumber

public java.lang.String getMerchantOrderNumber()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
getMerchantOrderNumber
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMerchantOrderNumber

public void setMerchantOrderNumber(java.lang.String newValue)
setMerchantOrderNumber

getOrderId

public java.lang.Long getOrderId()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
getOrderId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderId

public void setOrderId(java.lang.Long newValue)
setOrderId

getOrderItemId

public java.lang.Long getOrderItemId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getOrderItemId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemId

public void setOrderItemId(java.lang.Long newValue)
setOrderItemId

getOrderItemStatus

public java.lang.String getOrderItemStatus()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getOrderItemStatus
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemStatus

public void setOrderItemStatus(java.lang.String newValue)
setOrderItemStatus

getOrderItemStatusId

public java.lang.Long getOrderItemStatusId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getOrderItemStatusId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemStatusId

public void setOrderItemStatusId(java.lang.Long newValue)
setOrderItemStatusId

getPartNumber

public java.lang.String getPartNumber()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getPartNumber
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPartNumber

public void setPartNumber(java.lang.String newValue)
setPartNumber

getPlaceDateTime

public java.sql.Timestamp getPlaceDateTime()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getPlaceDateTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPlaceDateTime

public void setPlaceDateTime(java.sql.Timestamp newValue)
setPlaceDateTime

getPriceTotal

public java.math.BigDecimal getPriceTotal()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getPriceTotal
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPriceTotal

public void setPriceTotal(java.math.BigDecimal newValue)
setPriceTotal

getQuantityConfirmed

public java.lang.Integer getQuantityConfirmed()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getQuantityConfirmed
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQuantityConfirmed

public void setQuantityConfirmed(java.lang.Integer newValue)
setQuantityConfirmed

getQuantityRequested

public java.lang.Integer getQuantityRequested()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getQuantityRequested
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQuantityRequested

public void setQuantityRequested(java.lang.Integer newValue)
setQuantityRequested

getQuantityShipped

public java.lang.Integer getQuantityShipped()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
getQuantityShipped
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQuantityShipped

public void setQuantityShipped(java.lang.Integer newValue)
setQuantityShipped

getRequestShipDateTime

public java.sql.Timestamp getRequestShipDateTime()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException
getRequestShipDateTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRequestShipDateTime

public void setRequestShipDateTime(java.sql.Timestamp newValue)
setRequestShipDateTime

getScheduleShipDateTime

public java.sql.Timestamp getScheduleShipDateTime()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
getScheduleShipDateTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setScheduleShipDateTime

public void setScheduleShipDateTime(java.sql.Timestamp newValue)
setScheduleShipDateTime

getShipCondition

public java.lang.String getShipCondition()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getShipCondition
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShipCondition

public void setShipCondition(java.lang.String newValue)
setShipCondition

getShippingTaxTotal

public java.math.BigDecimal getShippingTaxTotal()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getShippingTaxTotal
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingTaxTotal

public void setShippingTaxTotal(java.math.BigDecimal newValue)
setShippingTaxTotal

getShippingTotal

public java.math.BigDecimal getShippingTotal()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getShippingTotal
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingTotal

public void setShippingTotal(java.math.BigDecimal newValue)
setShippingTotal

getSupplierData

public java.lang.String getSupplierData()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getSupplierData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSupplierData

public void setSupplierData(java.lang.String newValue)
setSupplierData

getTaxTotal

public java.math.BigDecimal getTaxTotal()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getTaxTotal
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTaxTotal

public void setTaxTotal(java.math.BigDecimal newValue)
setTaxTotal

getUnitOfMeasure

public java.lang.String getUnitOfMeasure()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getUnitOfMeasure
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUnitOfMeasure

public void setUnitOfMeasure(java.lang.String newValue)
setUnitOfMeasure

getUnitPrice

public java.math.BigDecimal getUnitPrice()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getUnitPrice
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUnitPrice

public void setUnitPrice(java.math.BigDecimal newValue)
setUnitPrice

getVersioning

public java.lang.Integer getVersioning()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getVersioning
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersioning

public void setVersioning(java.lang.Integer newValue)
setVersioning

getOrdstatId

public java.lang.Long getOrdstatId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getOrdstatId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrdstatId

public void setOrdstatId(java.lang.Long newValue)
setOrdstatId

Feedback