com.ibm.commerce.negotiation.beans

Interface OpenCryBidControlRuleSmartDataBean

  • All Known Implementing Classes:
    OpenCryBidControlRuleDataBean


    public interface OpenCryBidControlRuleSmartDataBean
    The interface of open cry bid control rule smart data bean.
    • Method Detail

      • getCommandInterfaceName

        java.lang.String getCommandInterfaceName()
        Gets the commandInterfaceName.
        Returns:
        if not null, the commandInterfaceName; otherwise OpenCryBidControlRuleBeanCmd.NAME.
      • getMinQuant

        java.lang.String getMinQuant()
        Gets the minimum bid quantity from a rule.
        Returns:
        the minimum bid quantity.
      • getMinValue

        java.lang.String getMinValue()
        Gets the minimum bid value.
        Returns:
        the minimum bid value.
      • getPriceRanges

        NumericRangeDataBean[] getPriceRanges()
        Gets an array of NumericRangeDataBean price-range objects.
        Returns:
        array of NumericRangeDataBean (price range) objects.