com.ibm.commerce.order.objects
Interface OrderItemComponentAccessBeanData

All Known Implementing Classes:
OrderItemComponentAccessBean

public interface OrderItemComponentAccessBeanData

Each rows contains information about the components of a configured OrderItem.


Method Summary
 java.lang.String getCatalogEntryId()
           
 java.lang.String getCatalogQuantity()
           
 java.lang.String getConfigurationId()
           
 java.lang.String getCurrency()
           
 java.lang.String getInventoryQuantity()
           
 java.lang.String getItemSpecificationId()
           
 java.lang.String getOrderItemComponentId()
           
 java.lang.String getOrderItemId()
           
 java.lang.String getRequired()
           
 java.lang.String getSupplierData()
          getSupplierData
 java.lang.String getSupplierPartNumber()
          getSupplierPartNumber
 java.lang.String getUnitPrice()
           
 void setCatalogEntryId(java.lang.String newValue)
           
 void setCatalogQuantity(java.lang.String newValue)
           
 void setConfigurationId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setInventoryQuantity(java.lang.String newValue)
           
 void setItemSpecificationId(java.lang.String newValue)
           
 void setOrderItemId(java.lang.String newValue)
           
 void setRequired(java.lang.String newValue)
           
 void setSupplierData(java.lang.String newValue)
          setSupplierData
 void setSupplierPartNumber(java.lang.String newValue)
          setSupplierPartNumber
 void setUnitPrice(java.lang.String newValue)            
 

Method Detail

getConfigurationId

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

setConfigurationId

public void setConfigurationId(java.lang.String newValue)

getCatalogEntryId

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

setCatalogEntryId

public void setCatalogEntryId(java.lang.String newValue)

getUnitPrice

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

setUnitPrice

public void setUnitPrice(java.lang.String newValue)

getCurrency

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

setCurrency

public void setCurrency(java.lang.String newValue)

getOrderItemId

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

setOrderItemId

public void setOrderItemId(java.lang.String newValue)

getInventoryQuantity

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

setInventoryQuantity

public void setInventoryQuantity(java.lang.String newValue)

getItemSpecificationId

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

setItemSpecificationId

public void setItemSpecificationId(java.lang.String newValue)

getOrderItemComponentId

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

getRequired

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

setRequired

public void setRequired(java.lang.String newValue)

getCatalogQuantity

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

setCatalogQuantity

public void setCatalogQuantity(java.lang.String newValue)

getSupplierPartNumber

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

setSupplierPartNumber

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

getSupplierData

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

setSupplierData

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