com.ibm.commerce.taxation.objects
Interface CalculationCodeTaxExemptAccessBeanData

All Known Implementing Classes:
CalculationCodeTaxExemptAccessBean

public interface CalculationCodeTaxExemptAccessBeanData

Each row of this table indicates that monetary amounts calculated using a particular CalculationCode are exempt from taxation of a particular TaxCategory.


Method Summary
java.lang.String getCalculationCodeId()
java.lang.String getTaxCategoryId()
void setCalculationCodeId(java.lang.String newValue)
void setTaxCategoryId(java.lang.String newValue)

Method Detail

getCalculationCodeId

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

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)

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)

Feedback