com.ibm.commerce.negotiation.beans
Interface NumericRangeSmartDataBean
-
- All Known Implementing Classes:
- NumericRangeDataBean
public interface NumericRangeSmartDataBean
The interface of numeric range smart data bean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description 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
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.
-
-