com.ibm.commerce.negotiation.beans
Interface NumericRangeSmartDataBean

All Known Implementing Classes:
NumericRangeDataBean

public interface NumericRangeSmartDataBean


Method Summary
 java.math.BigDecimal getIncrement()
          Gets the required bid increment.
 java.math.BigDecimal getLowerLimit()
          Gets the lowerLimit of a bid price-range.
 java.math.BigDecimal getUpperLimit()
          Gets the upperLimit of a bid price-range.
 

Method Detail

getIncrement

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

getLowerLimit

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

getUpperLimit

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