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