com.ibm.commerce.taxation.objects
Interface OrderItemTaxAccessBeanData

All Known Implementing Classes:
OrderItemTaxAccessBean

public interface OrderItemTaxAccessBeanData


Method Summary
 java.lang.String getOrderItemsId()
           
 java.lang.String getTaxAmount()
           
 java.lang.String getTaxCategoryId()
           
 void setOrderItemsId(java.lang.String newValue)
           
 void setTaxAmount(java.lang.String newValue)
           
 void setTaxCategoryId(java.lang.String newValue)
           
 

Method Detail

getOrderItemsId

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

getTaxCategoryId

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

setOrderItemsId

public void setOrderItemsId(java.lang.String newValue)

setTaxAmount

public void setTaxAmount(java.lang.String newValue)

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)