com.ibm.commerce.contract.objects
Class OrderTCOrderItemPAttributeBean

com.ibm.commerce.contract.objects.TermConditionBean
  |
  +--com.ibm.commerce.contract.objects.OrderTCOrderItemPAttributeBean

public class OrderTCOrderItemPAttributeBean
extends TermConditionBean

This bean provides access to the TERMCOND table.

The following is a description of this table:

This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help.


Constructor Summary
OrderTCOrderItemPAttributeBean()
           
 
Method Summary
 java.lang.Long getCatEntryId()
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 void setCatEntryId(java.lang.Long aCatEntryId)
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 
Methods inherited from class com.ibm.commerce.contract.objects.TermConditionBean
getChangeableFlag, getMandatoryFlag, getReferenceNumber, getTcSequence, getTimeCreated, getTimeUpdated, getTradingId, setChangeableFlag, setMandatoryFlag, setReferenceNumber, setTcSequence, setTimeCreated, setTimeUpdated, setTradingId
 

Constructor Detail

OrderTCOrderItemPAttributeBean

public OrderTCOrderItemPAttributeBean()
Method Detail

getCatEntryId

public java.lang.Long getCatEntryId()

This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

A BIGINT field used to store terms and conditions data.

Returns:
java.lang.Long

setCatEntryId

public void setCatEntryId(java.lang.Long aCatEntryId)

This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

A BIGINT field used to store terms and conditions data.

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