com.ibm.commerce.utf.commands

Interface ModifyRFQAttachmentCmd

  • 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:
    ModifyRFQAttachmentCmdImpl


    public interface ModifyRFQAttachmentCmd
    extends TaskCommand
    Modifies RFQ attachment information.
    • 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
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setAttachmentId

        void setAttachmentId(java.lang.Long newAttachmentId)
        Stores the ID of the RFQ attachment.
        Parameters:
        newAttachmentId - The attachment ID.
      • setDocumentdesc

        void setDocumentdesc(java.lang.String newDocumentdesc)
        Stores the document description of the RFQ attachment.
        Parameters:
        newDocumentdesc - The document description.
      • setDocumentURL

        void setDocumentURL(java.lang.String newDocumentURL)
        Stores the document URL of the RFQ attachment.
        Parameters:
        newDocumentURL - The document URL.
      • setMimeencoding

        void setMimeencoding(java.lang.String newMimeencoding)
        Stores the mime encoding of the RFQ attachment.
        Parameters:
        newMimeencoding - The mime encoding.
      • setMimetype

        void setMimetype(java.lang.String newMimetype)
        Stores the mime type of the RFQ attachment.
        Parameters:
        newMimetype - The mime type.
      • setOwnerId

        void setOwnerId(java.lang.Long newOwnerId)
        Stores the owner ID of the RFQ attachment.
        Parameters:
        newOwnerId - The owner ID.
      • setTradingId

        void setTradingId(java.lang.Long newTradingId)
        Stores the trading agreement ID which is also the RFQ ID.
        Parameters:
        newTradingId - The RFQ ID.
      • setUsage

        void setUsage(java.lang.String newUsage)
        Stores the attachment usage.
        Parameters:
        newUsage - The attachment usage.