com.ibm.commerce.order.objects
Interface OrderItemComponentAccessBeanData

All Known Implementing Classes:
OrderItemComponentAccessBean

public interface OrderItemComponentAccessBeanData


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 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 setUnitPrice(java.lang.String newValue)
           
 

Method Detail

getCatalogEntryId

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

getCatalogQuantity

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

getCurrency

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

getInventoryQuantity

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

getItemSpecificationId

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

getOrderItemComponentId

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

getRequired

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

getUnitPrice

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

setCatalogEntryId

public void setCatalogEntryId(java.lang.String newValue)

setCatalogQuantity

public void setCatalogQuantity(java.lang.String newValue)

setConfigurationId

public void setConfigurationId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setInventoryQuantity

public void setInventoryQuantity(java.lang.String newValue)

setItemSpecificationId

public void setItemSpecificationId(java.lang.String newValue)

setOrderItemId

public void setOrderItemId(java.lang.String newValue)

setRequired

public void setRequired(java.lang.String newValue)

setUnitPrice

public void setUnitPrice(java.lang.String newValue)