com.ibm.commerce.order.objects
Class OrderItemOfferRelationshipBean

com.ibm.commerce.order.objects.OrderItemOfferRelationshipBean
All Implemented Interfaces:
java.io.Serializable

public class OrderItemOfferRelationshipBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderItemOfferRelationshipBean

public OrderItemOfferRelationshipBean()
Method Detail

getOfferId

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.

Returns:
java.lang.Long

getOrderItemId

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.

Returns:
java.lang.Long

setOfferId

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.

Parameters:
aOfferId - java.lang.Long
Returns:
void

setOrderItemId

public 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.

Parameters:
aOrderItemId - java.lang.Long
Returns:
void