com.ibm.commerce.orderstatus.objects
Interface OrderFulfillmentItemStatusAccessBeanData

All Known Implementing Classes:
OrderFulfillmentItemStatusAccessBean

public interface OrderFulfillmentItemStatusAccessBeanData


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

Method Detail

getActualShipDateTime

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

getCurrency

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

getField1

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

getField2

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

getField3

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

getInvoiceDateTime

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

getInvoiceValue

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

getItemComment

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

getMerchantItemNumber

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

getMerchantOrderNumber

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

getOrderId

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

getOrderItemId

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

getOrderItemStatus

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

getOrderItemStatusId

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

getPartNumber

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

getPlaceDateTime

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

getPriceTotal

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

getQuantityConfirmed

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

getQuantityRequested

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

getQuantityShipped

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

getRequestShipDateTime

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

getScheduleShipDateTime

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

getShipCondition

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

getShippingTaxTotal

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

getShippingTotal

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

getTaxTotal

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

getUnitOfMeasure

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

getUnitPrice

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

getVersioning

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

setActualShipDateTime

public void setActualShipDateTime(java.sql.Timestamp newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setField1

public void setField1(java.lang.Integer newValue)

setField2

public void setField2(java.math.BigDecimal newValue)

setField3

public void setField3(java.lang.String newValue)

setInvoiceDateTime

public void setInvoiceDateTime(java.sql.Timestamp newValue)

setInvoiceValue

public void setInvoiceValue(java.math.BigDecimal newValue)

setItemComment

public void setItemComment(java.lang.String newValue)

setMerchantItemNumber

public void setMerchantItemNumber(java.lang.String newValue)

setMerchantOrderNumber

public void setMerchantOrderNumber(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.Long newValue)

setOrderItemId

public void setOrderItemId(java.lang.Long newValue)

setOrderItemStatus

public void setOrderItemStatus(java.lang.String newValue)

setOrderItemStatusId

public void setOrderItemStatusId(java.lang.Long newValue)

setPartNumber

public void setPartNumber(java.lang.String newValue)

setPlaceDateTime

public void setPlaceDateTime(java.sql.Timestamp newValue)

setPriceTotal

public void setPriceTotal(java.math.BigDecimal newValue)

setQuantityConfirmed

public void setQuantityConfirmed(java.lang.Integer newValue)

setQuantityRequested

public void setQuantityRequested(java.lang.Integer newValue)

setQuantityShipped

public void setQuantityShipped(java.lang.Integer newValue)

setRequestShipDateTime

public void setRequestShipDateTime(java.sql.Timestamp newValue)

setScheduleShipDateTime

public void setScheduleShipDateTime(java.sql.Timestamp newValue)

setShipCondition

public void setShipCondition(java.lang.String newValue)

setShippingTaxTotal

public void setShippingTaxTotal(java.math.BigDecimal newValue)

setShippingTotal

public void setShippingTotal(java.math.BigDecimal newValue)

setTaxTotal

public void setTaxTotal(java.math.BigDecimal newValue)

setUnitOfMeasure

public void setUnitOfMeasure(java.lang.String newValue)

setUnitPrice

public void setUnitPrice(java.math.BigDecimal newValue)

setVersioning

public void setVersioning(java.lang.Integer newValue)