com.ibm.commerce.utf.commands

Interface CopyRFQCmd

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


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

      • 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.
      • getNewRFQName

        java.lang.String getNewRFQName()
        returns the unique name for the new RFQ

        Returns:
        The unique String name 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.
      • setNewRFQName

        void setNewRFQName(java.lang.String name)
        Sets the unique name for the new RFQ

        Parameters:
        The - unique String name value for the new RFQ.
      • setSourceRFQId

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

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

        boolean getCopyAttachment()
        Gets the copyAttachment
        Returns:
        Returns a boolean
      • setCopyAttachment

        void setCopyAttachment(boolean copyAttachment)
        Sets the copyAttachment
        Parameters:
        copyAttachment - The copyAttachment to set