com.ibm.commerce.negotiation.beans

Interface OpenCryBidControlRuleInputDataBean

  • All Known Implementing Classes:
    OpenCryBidControlRuleDataBean


    public interface OpenCryBidControlRuleInputDataBean
    The interface of open cry bid control rule input data bean
    • Method Detail

      • setCommandInterfaceName

        void setCommandInterfaceName(java.lang.String ifname)
        Sets the commandInterfaceName.
        Parameters:
        ifname - the new command interface name.
      • setMinQuant

        void setMinQuant(java.lang.String newMinQuant)
        Sets the minimum bid quantity.
        Parameters:
        newMinQuant - the minimum bid quantity.
      • setMinValue

        void setMinValue(java.lang.String newMinValue)
        Sets the minimum bid value.
        Parameters:
        newMinValue - the minimum bid value.
      • setPriceRanges

        void setPriceRanges(NumericRangeDataBean[] newPriceRanges)
        Loads an array of price-range (NumericRangeDataBean) objects.
        Parameters:
        newPriceRanges - an array of price-range (NumericRangeDataBean) objects.