com.ibm.commerce.rfq.commands

Interface CreateTradeAttachmentCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CreateTradeAttachmentCmdImpl


    public interface CreateTradeAttachmentCmd
    extends TaskCommand
    Associates an attachment object to a trading object.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Default implementation class name
        See Also:
        Constant Field Values
    • Method Detail

      • setTradingId

        void setTradingId(java.lang.Long rfqId)
        Sets the rfqId field and uses it to set the rfqId key field of the access bean.
        Parameters:
        rfqId - The rfqId to set
      • setAttachmentId

        void setAttachmentId(java.lang.Long attachmentId)
        Sets the storeId field and uses it to set the attachmentId key field of the access bean.
        Parameters:
        attachmentId - The attachmentId to set