com.ibm.commerce.order.objects
Interface OrderItemAccessBeanData

All Known Implementing Classes:
OrderItemAccessBean

public interface OrderItemAccessBeanData


Method Summary
 java.lang.String getAddressId()
           
 java.lang.String getAllocatedFulfillmentCenterId()
           
 java.lang.String getAllocatedQuantity()
           
 java.lang.String getAllocationAddressId()
           
 java.lang.String getAllocationGroup()
           
 java.lang.String getBasePrice()
           
 java.lang.String getBasePriceCurrency()
           
 java.lang.String getCatalogEntryId()
           
 java.lang.String getComment()
           
 java.lang.String getConfigurationId()
           
 java.lang.String getContractId()
           
 java.lang.String getCorrelationGroup()
           
 java.lang.String getCurrency()
           
 java.lang.String getDescription()
           
 java.lang.String getEstimatedAvailableTime()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getFulfillmentCenterId()
           
 java.lang.String getFulfillmentStatus()
           
 java.lang.String getInventoryStatus()
           
 java.lang.String getItemSpecId()
           
 java.lang.String getLastAllocatedUpdate()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getLineItemType()
           
 java.lang.String getMemberId()
           
 java.lang.String getNeededQuantity()
           
 java.lang.String getOfferId()
           
 java.lang.String getOrderId()
           
 java.lang.String getOrderItemId()
           
 java.lang.String getOrderReleaseNumber()
           
 java.lang.String getOutputqID()
           
 java.lang.String getPartNumber()
           
 java.lang.String getPrepareFlags()
           
 java.lang.String getPrice()
           
 java.lang.String getPromisedAvailableTime()
           
 java.lang.String getQuantity()
           
 java.lang.String getShippingCharge()
           
 java.lang.String getShippingModeId()
           
 java.lang.String getShippingOffset()
           
 java.lang.String getShippingTaxAmount()
           
 java.lang.String getStatus()
           
 java.lang.String getStoreId()
           
 java.lang.String getTaxAmount()
           
 java.lang.String getTermAndConditionId()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeReleased()
           
 java.lang.String getTimeShipped()
           
 java.lang.String getTotalAdjustment()
           
 java.lang.String getTotalProduct()
           
 java.lang.String getTrackingDate()
           
 java.lang.String getTrackingNumber()
           
 void setAddressId(java.lang.String newValue)
           
 void setAllocatedFulfillmentCenterId(java.lang.String newValue)
           
 void setAllocatedQuantity(java.lang.String newValue)
           
 void setAllocationAddressId(java.lang.String newValue)
           
 void setAllocationGroup(java.lang.String newValue)
           
 void setBasePrice(java.lang.String newValue)
           
 void setBasePriceCurrency(java.lang.String newValue)
           
 void setCatalogEntryId(java.lang.String newValue)
           
 void setComment(java.lang.String newValue)
           
 void setConfigurationId(java.lang.String newValue)
           
 void setContractId(java.lang.String newValue)
           
 void setCorrelationGroup(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setEstimatedAvailableTime(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setFulfillmentCenterId(java.lang.String newValue)
           
 void setFulfillmentStatus(java.lang.String newValue)
           
 void setInventoryStatus(java.lang.String newValue)
           
 void setItemSpecId(java.lang.String newValue)
           
 void setLastAllocatedUpdate(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setLineItemType(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setNeededQuantity(java.lang.String newValue)
           
 void setOfferId(java.lang.String newValue)
           
 void setOrderId(java.lang.String newValue)
           
 void setOrderReleaseNumber(java.lang.String newValue)
           
 void setOutputqID(java.lang.String newValue)
           
 void setPartNumber(java.lang.String newValue)
           
 void setPrepareFlags(java.lang.String newValue)
           
 void setPrice(java.lang.String newValue)
           
 void setPromisedAvailableTime(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setShippingCharge(java.lang.String newValue)
           
 void setShippingModeId(java.lang.String newValue)
           
 void setShippingOffset(java.lang.String newValue)
           
 void setShippingTaxAmount(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setTaxAmount(java.lang.String newValue)
           
 void setTermAndConditionId(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 void setTimeReleased(java.lang.String newValue)
           
 void setTimeShipped(java.lang.String newValue)
           
 void setTotalAdjustment(java.lang.String newValue)
           
 void setTotalProduct(java.lang.String newValue)
           
 void setTrackingDate(java.lang.String newValue)
           
 void setTrackingNumber(java.lang.String newValue)
           
 

Method Detail

getAddressId

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

getAllocatedFulfillmentCenterId

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

getAllocatedQuantity

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

getAllocationAddressId

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

getAllocationGroup

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

getBasePrice

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

getBasePriceCurrency

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

getCatalogEntryId

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

getComment

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

getConfigurationId

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

getContractId

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

getCorrelationGroup

public java.lang.String getCorrelationGroup()
                                     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

getDescription

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

getEstimatedAvailableTime

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

getField1

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

getField2

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

getFulfillmentCenterId

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

getFulfillmentStatus

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

getInventoryStatus

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

getItemSpecId

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

getLastAllocatedUpdate

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

getLastUpdate

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

getLineItemType

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

getMemberId

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

getNeededQuantity

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

getOfferId

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

getOrderId

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

getOrderItemId

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

getOrderReleaseNumber

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

getOutputqID

public java.lang.String getOutputqID()
                              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

getPrepareFlags

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

getPrice

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

getPromisedAvailableTime

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

getQuantity

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

getShippingCharge

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

getShippingModeId

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

getShippingOffset

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

getShippingTaxAmount

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

getStatus

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

getStoreId

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

getTaxAmount

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

getTermAndConditionId

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

getTimeCreated

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

getTimeReleased

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

getTimeShipped

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

getTotalAdjustment

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

getTotalProduct

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

getTrackingDate

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

getTrackingNumber

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

setAddressId

public void setAddressId(java.lang.String newValue)

setAllocatedFulfillmentCenterId

public void setAllocatedFulfillmentCenterId(java.lang.String newValue)

setAllocatedQuantity

public void setAllocatedQuantity(java.lang.String newValue)

setAllocationAddressId

public void setAllocationAddressId(java.lang.String newValue)

setAllocationGroup

public void setAllocationGroup(java.lang.String newValue)

setBasePrice

public void setBasePrice(java.lang.String newValue)

setBasePriceCurrency

public void setBasePriceCurrency(java.lang.String newValue)

setCatalogEntryId

public void setCatalogEntryId(java.lang.String newValue)

setComment

public void setComment(java.lang.String newValue)

setConfigurationId

public void setConfigurationId(java.lang.String newValue)

setContractId

public void setContractId(java.lang.String newValue)

setCorrelationGroup

public void setCorrelationGroup(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setEstimatedAvailableTime

public void setEstimatedAvailableTime(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.String newValue)

setFulfillmentStatus

public void setFulfillmentStatus(java.lang.String newValue)

setInventoryStatus

public void setInventoryStatus(java.lang.String newValue)

setItemSpecId

public void setItemSpecId(java.lang.String newValue)

setLastAllocatedUpdate

public void setLastAllocatedUpdate(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setLineItemType

public void setLineItemType(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setNeededQuantity

public void setNeededQuantity(java.lang.String newValue)

setOfferId

public void setOfferId(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)

setOrderReleaseNumber

public void setOrderReleaseNumber(java.lang.String newValue)

setOutputqID

public void setOutputqID(java.lang.String newValue)

setPartNumber

public void setPartNumber(java.lang.String newValue)

setPrepareFlags

public void setPrepareFlags(java.lang.String newValue)

setPrice

public void setPrice(java.lang.String newValue)

setPromisedAvailableTime

public void setPromisedAvailableTime(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setShippingCharge

public void setShippingCharge(java.lang.String newValue)

setShippingModeId

public void setShippingModeId(java.lang.String newValue)

setShippingOffset

public void setShippingOffset(java.lang.String newValue)

setShippingTaxAmount

public void setShippingTaxAmount(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)

setTaxAmount

public void setTaxAmount(java.lang.String newValue)

setTermAndConditionId

public void setTermAndConditionId(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

setTimeReleased

public void setTimeReleased(java.lang.String newValue)

setTimeShipped

public void setTimeShipped(java.lang.String newValue)

setTotalAdjustment

public void setTotalAdjustment(java.lang.String newValue)

setTotalProduct

public void setTotalProduct(java.lang.String newValue)

setTrackingDate

public void setTrackingDate(java.lang.String newValue)

setTrackingNumber

public void setTrackingNumber(java.lang.String newValue)