|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderAdjustmentBean
This bean provides access to the ORDADJUST table.
The following is a description of this table:
Each row of this table represents an OrderAdjustment.
Constructor Summary | |
OrderAdjustmentBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Integer |
getCalculationCodeId()
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationUsageId()
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getDisplayLevel()
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getOrderAdjustmentId()
This method provides access to the ORDADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
void |
setDisplayLevel(java.lang.Integer aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderAdjustmentBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
public java.lang.Integer getCalculationCodeId()
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
public java.lang.Integer getCalculationUsageId()
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
public java.lang.Integer getDisplayLevel()
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
public java.lang.Long getOrderAdjustmentId()
This method provides access to the ORDADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getOrderId()
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
public void setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
aAmount
- java.math.BigDecimalpublic void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
aCalculationCodeId
- java.lang.Integerpublic void setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
aCalculationUsageId
- java.lang.Integerpublic void setDisplayLevel(java.lang.Integer aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
aDisplayLevel
- java.lang.Integerpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
aOrderId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |