com.ibm.commerce.order.objects
Interface OrderAdjustmentTaxExemptAccessBeanData

All Known Implementing Classes:
OrderAdjustmentTaxExemptAccessBean

public interface OrderAdjustmentTaxExemptAccessBeanData

Each row of this table indicates that an OrderAdjustment is exempt from taxation of a particular TaxCategory. For example, an &quo


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

Method Detail

getTaxCategoryId

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

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)

getOrderAdjustmentId

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

setOrderAdjustmentId

public void setOrderAdjustmentId(java.lang.String newValue)

Feedback