com.ibm.commerce.utf.commands

Class CopyRFQCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CopyRFQCmdImpl

        public CopyRFQCmdImpl()
        CopyRFQCmdImpl constructor comment.
    • Method Detail

      • reset

        public void reset()
        Reset the command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getNewRFQId

        public 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.
        Specified by:
        getNewRFQId in interface CopyRFQCmd
        Returns:
        The Long RFQ id value of the new copy.
      • getNewRFQName

        public java.lang.String getNewRFQName()
        Returns the unique name for the new RFQ
        Specified by:
        getNewRFQName in interface CopyRFQCmd
        Returns:
        The unique String name value for the new RFQ.
      • getSourceRFQId

        public java.lang.Long getSourceRFQId()
        Returns the source RFQ unique id used for the copy.
        Specified by:
        getSourceRFQId in interface CopyRFQCmd
        Returns:
        The Long unique source RFQ id value used to copy from.
      • setNewRFQName

        public void setNewRFQName(java.lang.String name)
        Sets the unique name for the new RFQ
        Specified by:
        setNewRFQName in interface CopyRFQCmd
        Parameters:
        The - unique String name value for the new RFQ.
      • setSourceRFQId

        public void setSourceRFQId(java.lang.Long rfqId)
        Sets the source of RFQ id to copy from.
        Specified by:
        setSourceRFQId in interface CopyRFQCmd
        Parameters:
        rfqId - The source Long unique RFQ id value.
      • getCopyAttachment

        public boolean getCopyAttachment()
        Gets the copyAttachment
        Specified by:
        getCopyAttachment in interface CopyRFQCmd
        Returns:
        Returns a boolean
      • setCopyAttachment

        public void setCopyAttachment(boolean copyAttachment)
        Sets the copyAttachment
        Specified by:
        setCopyAttachment in interface CopyRFQCmd
        Parameters:
        copyAttachment - The copyAttachment to set
      • getSourceAccessType

        public java.lang.Integer getSourceAccessType()
        Gets the sourceAccessType
        Returns:
        Returns a java.lang.Integer
      • setSourceAccessType

        public void setSourceAccessType(java.lang.Integer sourceAccessType)
        Sets the sourceAccessType
        Parameters:
        sourceAccessType - The sourceAccessType to set
      • getSourceStoreId

        public java.lang.Integer getSourceStoreId()
        Returns the sourceStoreId.
        Returns:
        java.lang.Integer
      • setSourceStoreId

        public void setSourceStoreId(java.lang.Integer sourceStoreId)
        Sets the sourceStoreId.
        Parameters:
        sourceStoreId - The sourceStoreId to set