com.ibm.commerce.negotiation.beans

Interface NumericRangeSmartDataBean

  • All Known Implementing Classes:
    NumericRangeDataBean


    public interface NumericRangeSmartDataBean
    The interface of numeric range smart data bean.
    • Method Detail

      • getIncrement

        java.math.BigDecimal getIncrement()
        Gets the required bid increment.
        Returns:
        the minimum bid increment.
      • getLowerLimit

        java.math.BigDecimal getLowerLimit()
        Gets the lowerLimit of a bid price-range.
        Returns:
        the bid price-range lower limit.
      • getUpperLimit

        java.math.BigDecimal getUpperLimit()
        Gets the upperLimit of a bid price-range.
        Returns:
        the bid price-range upper limit.