com.ibm.commerce.utf.commands

Interface ModifyRFQCatentryRelCmd

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


    public interface ModifyRFQCatentryRelCmd
    extends TaskCommand
    Updates the relationship between a catalog entry and the RFQ.

    This command modifies an object representing the relationship between a catalog entry and an RFQ. This object captures the following information:

    • The ID of the RFQ.
    • The ID of the catalog entry.
    • The price quoted by the buyer for the catalog entry.
    • The quantity requested by the buyer.
    • The currency in which the price is quoted.
    • The quantity unit.
    • 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

      • setCatentryId

        void setCatentryId(java.lang.Long newCatentryid)
        Stores the catalog entry ID.
        Parameters:
        newCatentryid - The catalog entry ID.
      • setCurrency

        void setCurrency(java.lang.String newCurrency)
        Stores the currency.
        Parameters:
        newCurrency - The currency.
      • setOfferingId

        void setOfferingId(java.lang.Long newOfferingid)
        Stores the RFQ ID.
        Parameters:
        newOfferingid - The ID of the RFQ.
      • setPrice

        void setPrice(java.lang.String price)
        Stores the price quoted for the catalog entry.
        Parameters:
        price - The price of the catalog entry.
      • setQtyunit

        void setQtyunit(java.lang.String newQtyunit)
        Stores the quantity unit.
        Parameters:
        newQtyunit - The quantity unit.
      • setQuantity

        void setQuantity(java.lang.String quantity)
        Stores the requested quantity
        Parameters:
        quantity - The requested quantity.