com.ibm.commerce.contract.objects
Class TradingAttachmentRelationBean

com.ibm.commerce.contract.objects.TradingAttachmentRelationBean

public class TradingAttachmentRelationBean

This bean provides access to the TRDATTACH table.

The following is a description of this table:

The trading to attachment relationship table.


Constructor Summary
TradingAttachmentRelationBean()
           
 
Method Summary
 java.lang.Long getAttachmentId()
          This method provides access to the TRDATTACH.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getTradingId()
          This method provides access to the TRDATTACH.TRADING_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

TradingAttachmentRelationBean

public TradingAttachmentRelationBean()
Method Detail

getAttachmentId

public java.lang.Long getAttachmentId()

This method provides access to the TRDATTACH.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Attachment ID.

Returns:
java.lang.Long

getTradingId

public java.lang.Long getTradingId()

This method provides access to the TRDATTACH.TRADING_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Trading agreement ID.

Returns:
java.lang.Long