|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.CalculationCodeTaxExemptBean
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.
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 |
public CalculationCodeTaxExemptBean()
Method Detail |
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.
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.
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.
aCalculationCodeId
- java.lang.Integerpublic 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.
aTaxCategoryId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |