com.ibm.commerce.rfq.commands

Interface RespondProductPQCmd

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


    public interface RespondProductPQCmd
    extends TaskCommand
    Responds to the price and quantity of a product.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • setResponseId

        void setResponseId(java.lang.Long newResponseId)
        Sets response ID
        Parameters:
        newResponseId - java.lang.Long
      • setResProduct

        void setResProduct(com.ibm.commerce.rfq.utils.RFQResProduct newResProduct)
        Sets response product
        Parameters:
        newResProduct - com.ibm.commerce.rfq.utils.RFQResProduct
      • getRFQResponseProductId

        java.lang.Long getRFQResponseProductId()
        Gets the RFQ response product ID.
        Returns:
        The RFQ response product ID.