com.ibm.commerce.contract.objects
Interface TradingAttachmentRelationAccessBeanData

All Known Implementing Classes:
TradingAttachmentRelationAccessBean

public interface TradingAttachmentRelationAccessBeanData

This table stores information about the trading to attachment relationship for a TradingAgreement.


Method Summary
java.lang.String getAttachmentId()
java.lang.String getTradingId()

Method Detail

getAttachmentId

public java.lang.String getAttachmentId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTradingId

public java.lang.String getTradingId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

Feedback