com.ibm.commerce.taxation.objects
Interface CalculationCodeTaxExemptAccessBeanData

All Known Implementing Classes:
CalculationCodeTaxExemptAccessBean

public interface CalculationCodeTaxExemptAccessBeanData


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

getTaxCategoryId

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

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)