com.ibm.commerce.taxation.objects
Class CalculationCodeTaxExemptBean

com.ibm.commerce.taxation.objects.CalculationCodeTaxExemptBean
All Implemented Interfaces:
java.io.Serializable

public class CalculationCodeTaxExemptBean
implements java.io.Serializable

This bean provides access to the CALCODTXEX table.

The following is a description of this table:

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

See Also:
Serialized Form

Constructor Summary
CalculationCodeTaxExemptBean()
           
 
Method Summary
 java.lang.Integer getCalculationCodeId()
          This method provides access to the CALCODTXEX.CALCODE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getTaxCategoryId()
          This method provides access to the CALCODTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
 void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
          This method provides access to the CALCODTXEX.CALCODE_ID column of DB2 type INTEGER NOT NULL.
 void setTaxCategoryId(java.lang.String aTaxCategoryId)
          This method provides access to the CALCODTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

CalculationCodeTaxExemptBean

public CalculationCodeTaxExemptBean()
Method Detail

getCalculationCodeId

public java.lang.Integer getCalculationCodeId()

This method provides access to the CALCODTXEX.CALCODE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationCode whose calculated monetary amounts are tax exempt.

Returns:
java.lang.Integer

getTaxCategoryId

public java.lang.String getTaxCategoryId()

This method provides access to the CALCODTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory from which calculated amounts are tax exempt.

Returns:
java.lang.String

setCalculationCodeId

public void setCalculationCodeId(java.lang.Integer aCalculationCodeId)

This method provides access to the CALCODTXEX.CALCODE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationCode whose calculated monetary amounts are tax exempt.

Parameters:
aCalculationCodeId - java.lang.Integer
Returns:
void

setTaxCategoryId

public void setTaxCategoryId(java.lang.String aTaxCategoryId)

This method provides access to the CALCODTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory from which calculated amounts are tax exempt.

Parameters:
aTaxCategoryId - java.lang.String
Returns:
void