|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.OrderTaxBean
This bean provides access to the ORDTAX table.
The following is a description of this table:
Each row of this table represents the total of the tax amounts of a particular TaxCategory for all the OrderItems in an Order.
Constructor Summary | |
OrderTaxBean()
|
Method Summary | |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the ORDTAX.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getOrdersId()
This method provides access to the ORDTAX.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.math.BigDecimal |
getTaxAmount()
This method provides access to the ORDTAX.TAXAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Integer |
getTaxCategoryId()
This method provides access to the ORDTAX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ORDTAX.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDTAX.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setTaxAmount(java.math.BigDecimal aTaxAmount)
This method provides access to the ORDTAX.TAXAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setTaxCategoryId(java.lang.Integer aTaxCategoryId)
This method provides access to the ORDTAX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public OrderTaxBean()
Method Detail |
public java.sql.Timestamp getLastUpdate()
This method provides access to the ORDTAX.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this information was most recently updated.
public java.lang.Long getOrdersId()
This method provides access to the ORDTAX.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
public java.math.BigDecimal getTaxAmount()
This method provides access to the ORDTAX.TAXAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The tax amount, in the currency of the Order (ORDERS.CURRENCY).
public java.lang.Integer getTaxCategoryId()
This method provides access to the ORDTAX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
public void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ORDTAX.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this information was most recently updated.
aLastUpdate
- java.sql.Timestamppublic void setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDTAX.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
aOrdersId
- java.lang.Longpublic void setTaxAmount(java.math.BigDecimal aTaxAmount)
This method provides access to the ORDTAX.TAXAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The tax amount, in the currency of the Order (ORDERS.CURRENCY).
aTaxAmount
- java.math.BigDecimalpublic void setTaxCategoryId(java.lang.Integer aTaxCategoryId)
This method provides access to the ORDTAX.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 |