|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderItemTradingRelationshipBean
This bean provides access to the ORDITRD table.
The following is a description of this table:
Each row of this table indicates a TradingAgreement that was searched to obtain the price for an OrderItem. These rows are created by the OrderItemAdd and OrderItemUpdate commands.
Constructor Summary | |
OrderItemTradingRelationshipBean()
|
Method Summary | |
java.lang.Long |
getOrderItemId()
This method provides access to the ORDITRD.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingId()
This method provides access to the ORDITRD.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDITRD.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the ORDITRD.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderItemTradingRelationshipBean()
Method Detail |
public java.lang.Long getOrderItemId()
This method provides access to the ORDITRD.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
public java.lang.Long getTradingId()
This method provides access to the ORDITRD.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TradingAgreement.
public void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDITRD.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderItem.
aOrderItemId
- java.lang.Longpublic void setTradingId(java.lang.Long aTradingId)
This method provides access to the ORDITRD.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TradingAgreement.
aTradingId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |