com.ibm.commerce.order.objects
Class OrderAdjustmentTaxExemptBean

com.ibm.commerce.order.objects.OrderAdjustmentTaxExemptBean
All Implemented Interfaces:
java.io.Serializable

public class OrderAdjustmentTaxExemptBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderAdjustmentTaxExemptBean

public OrderAdjustmentTaxExemptBean()
Method Detail

getOrderAdjustmentId

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.

Returns:
java.lang.Long

getTaxCategoryId

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.

Returns:
java.lang.Integer

setOrderAdjustmentId

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.

Parameters:
aOrderAdjustmentId - java.lang.Long
Returns:
void

setTaxCategoryId

public 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.

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