com.ibm.commerce.contract.beans

Interface TradingAttachmentRelationSmartDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable, com.ibm.commerce.beans.SmartDataBean
    All Known Implementing Classes:
    TradingAttachmentRelationDataBean


    public interface TradingAttachmentRelationSmartDataBean
    extends com.ibm.commerce.beans.SmartDataBean
    This interface extends SmartDataBean to provide an interface for the TradingAttachmentRelationDataBean.
    • Field Summary

      • Fields inherited from interface com.ibm.commerce.beans.SmartDataBean

        COPYRIGHT
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getDataBeanKeyAttachmentId()
      Gets the attachment ID.
      java.lang.String getDataBeanKeyTradingId()
      Gets the trading agreement ID.
      • Methods inherited from interface com.ibm.commerce.beans.SmartDataBean

        getCommandContext, populate, setCommandContext
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Method Detail

      • getDataBeanKeyAttachmentId

        java.lang.String getDataBeanKeyAttachmentId()
        Gets the attachment ID.
        Returns:
        The attachment ID.
      • getDataBeanKeyTradingId

        java.lang.String getDataBeanKeyTradingId()
        Gets the trading agreement ID.
        Returns:
        The trading agreement ID.