com.ibm.commerce.contract.beans

Interface AttachmentInputDataBean

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


    public interface AttachmentInputDataBean
    extends com.ibm.commerce.beans.InputDataBean
    This interface extends InputDataBean to provide an interface for the AttachmentDataBean.
    • Field Summary

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

        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
      void setDataBeanKeyAttachmentId(java.lang.String aAttachmentId)
      Sets the attachment ID.
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Method Detail

      • setDataBeanKeyAttachmentId

        void setDataBeanKeyAttachmentId(java.lang.String aAttachmentId)
        Sets the attachment ID.
        Parameters:
        aAttachmentId - The attachment ID.