com.ibm.commerce.negotiation.beans

Class NumericRangeDataBean

  • java.lang.Object
    • com.ibm.commerce.negotiation.beans.NumericRangeDataBean
    • Constructor Detail

      • NumericRangeDataBean

        public NumericRangeDataBean()
        Constructs a NumericRangeDataBean.
    • Method Detail

      • getIncrement

        public java.math.BigDecimal getIncrement()
        Gets the required bid increment.
        Specified by:
        getIncrement in interface NumericRangeSmartDataBean
        Returns:
        the minimum bid increment.
      • getLowerLimit

        public java.math.BigDecimal getLowerLimit()
        Gets the lowerLimit of a bid price-range.
        Specified by:
        getLowerLimit in interface NumericRangeSmartDataBean
        Returns:
        the bid price-range lower limit.
      • getUpperLimit

        public java.math.BigDecimal getUpperLimit()
        Gets the upperLimit of a bid price-range.
        Specified by:
        getUpperLimit in interface NumericRangeSmartDataBean
        Returns:
        the bid price-range upper limit.
      • setIncrement

        public void setIncrement(java.math.BigDecimal newIncrement)
        Sets the required bid increment.
        Specified by:
        setIncrement in interface NumericRangeInputDataBean
        Parameters:
        newIncrement - the minimum bid increment.
      • setLowerLimit

        public void setLowerLimit(java.math.BigDecimal newLowerLimit)
        Sets the lowerLimit of a bid price-range.
        Specified by:
        setLowerLimit in interface NumericRangeInputDataBean
        Parameters:
        newLowerLimit - the lower limit of a price range
      • setUpperLimit

        public void setUpperLimit(java.math.BigDecimal newUpperLimit)
        Sets the upperLimit of a bid price-range.
        Specified by:
        setUpperLimit in interface NumericRangeInputDataBean
        Parameters:
        newUpperLimit - the upper limit of a price range.
      • getFormattedLowerLimit

        public java.lang.String getFormattedLowerLimit()
        Gets the formatted lower limit
        Returns:
        formatted lower limit
      • getLowerLimitForEdit

        public java.lang.String getLowerLimitForEdit()
        Gets the lower limit for edit
        Returns:
        lower limit for edit
      • getFormattedUpperLimit

        public java.lang.String getFormattedUpperLimit()
        Gets the formatted upper limit
        Returns:
        formatted upper limit
      • getUpperLimitForEdit

        public java.lang.String getUpperLimitForEdit()
        Gets the upper limit for edit
        Returns:
        upper limit for edit
      • getFormattedIncrement

        public java.lang.String getFormattedIncrement()
        Gets the formatted Increment
        Returns:
        formatted Increment
      • getIncrementForEdit

        public java.lang.String getIncrementForEdit()
        Gets the Increment for edit
        Returns:
        Increment for edit
      • setCommandContext

        public void setCommandContext(CommandContext cmdContext)
        Sets command context.
        Parameters:
        commandContext - The command context.