com.ibm.commerce.order.objects
Class OrderItemTradingRelationshipBean

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

public class OrderItemTradingRelationshipBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderItemTradingRelationshipBean

public OrderItemTradingRelationshipBean()
Method Detail

getOrderItemId

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.

Returns:
java.lang.Long

getTradingId

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.

Returns:
java.lang.Long

setOrderItemId

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.

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

setTradingId

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

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