|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderItemAdjustmentBean
This bean provides access to the ORDIADJUST table.
The following is a description of this table:
Each row in this table represents an OrderItemAdjustment.
Constructor Summary | |
OrderItemAdjustmentBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the ORDIADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Long |
getOrderAdjustmentId()
This method provides access to the ORDIADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemAdjustmentId()
This method provides access to the ORDIADJUST.ORDIADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the ORDIADJUST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDIADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)
This method provides access to the ORDIADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIADJUST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderItemAdjustmentBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the ORDIADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the adjustment, in the currency of the OrderItem. A negative amount represents a discount. A positive amount represents a surcharge.
public java.lang.Long getOrderAdjustmentId()
This method provides access to the ORDIADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment of which this OrderItemAdjustment is a part.
public java.lang.Long getOrderItemAdjustmentId()
This method provides access to the ORDIADJUST.ORDIADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getOrderItemId()
This method provides access to the ORDIADJUST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem to which this OrderItemAdjustment applies.
public void setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDIADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the adjustment, in the currency of the OrderItem. A negative amount represents a discount. A positive amount represents a surcharge.
aAmount
- java.math.BigDecimalpublic void setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)
This method provides access to the ORDIADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment of which this OrderItemAdjustment is a part.
aOrderAdjustmentId
- java.lang.Longpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIADJUST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem to which this OrderItemAdjustment applies.
aOrderItemId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |