com.ibm.commerce.rfq.commands

Interface CopyRFQAttachmentCmd

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


    public interface CopyRFQAttachmentCmd
    extends TaskCommand
    Copies RFQ attachments.
    • 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

      • getNewRFQId

        java.lang.Long getNewRFQId()
        Returns the RFQ id of the new copy. Note that the RFQ id is only available after the command is successfully executed.
        Returns:
        The Long RFQ id value of the new copy.
      • setNewRFQId

        void setNewRFQId(java.lang.Long newRFQId)
        Sets the unique id for the new RFQ

        Parameters:
        The - unique Long id value for the new RFQ.
      • getSourceRFQId

        java.lang.Long getSourceRFQId()
        Returns the source RFQ unique id used for the copy.

        Returns:
        The Long unique source RFQ id value used to copy from.
      • setSourceRFQId

        void setSourceRFQId(java.lang.Long sourceRfqId)
        Sets the source of RFQ id to copy from.

        Parameters:
        rfqId - The source Long unique RFQ id value.