|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderAdjustmentTaxExemptBean
This bean provides access to the ORDADJTXEX table.
The following is a description of this table:
Each row of this table indicates that an OrderAdjustment is exempt from taxation of a particular TaxCategory. For example, an "after tax rebate" can be represented as a negative OrderAdjustment that is exempt from taxation of all TaxCategories.
Constructor Summary | |
OrderAdjustmentTaxExemptBean()
|
Method Summary | |
java.lang.Long |
getOrderAdjustmentId()
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getTaxCategoryId()
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
void |
setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setTaxCategoryId(java.lang.Integer aTaxCategoryId)
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public OrderAdjustmentTaxExemptBean()
Method Detail |
public java.lang.Long getOrderAdjustmentId()
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
public java.lang.Integer getTaxCategoryId()
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
public void setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
aOrderAdjustmentId
- java.lang.Longpublic void setTaxCategoryId(java.lang.Integer aTaxCategoryId)
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
aTaxCategoryId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |