com.ibm.commerce.order.objects
Interface OrderAdjustmentTaxExemptAccessBeanData

All Known Implementing Classes:
OrderAdjustmentTaxExemptAccessBean

public interface OrderAdjustmentTaxExemptAccessBeanData


Method Summary
 java.lang.String getOrderAdjustmentId()
           
 java.lang.String getTaxCategoryId()
           
 void setOrderAdjustmentId(java.lang.String newValue)
           
 void setTaxCategoryId(java.lang.String newValue)
           
 

Method Detail

getOrderAdjustmentId

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

setOrderAdjustmentId

public void setOrderAdjustmentId(java.lang.String newValue)

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)