java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.TradingAttachmentRelationBeanBase
This bean provides access to the TRDATTACH table.
The following is a description of this table:
The trading to attachment relationship table.
Field Summary | |
---|---|
java.lang.Long |
attachmentId |
java.lang.Long |
tradingId |
Constructor Summary | |
---|---|
TradingAttachmentRelationBeanBase() |
Method Summary | |
---|---|
com.ibm.commerce.contract.objects.TradingAttachmentRelationKey |
ejbCreate(java.lang.Long argTradingId,
java.lang.Long argAttachmentId) Constructs an TradingAttachmentRelationAccessBean object with the specified trading ID, and attachment ID |
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.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Long tradingId
public java.lang.Long attachmentId
Constructor Detail |
---|
public TradingAttachmentRelationBeanBase()
Method Detail |
---|
public com.ibm.commerce.contract.objects.TradingAttachmentRelationKey ejbCreate(java.lang.Long argTradingId, java.lang.Long argAttachmentId) throws javax.ejb.CreateException
argTradingId
- The ID of the trading agreement.argAttachmentId
- The ID of the attachment.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.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.
public java.lang.Long getTradingId()
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.