com.ibm.commerce.negotiation.operation

Class NumericRangeDataBeanHelper

  • java.lang.Object
    • com.ibm.commerce.negotiation.operation.NumericRangeDataBeanHelper


  • public class NumericRangeDataBeanHelper
    extends java.lang.Object
    NumericRangeDataBeanHelper Helper class for NumericRangeDataBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NumericRangeDataBeanHelper(java.lang.String range, java.lang.String sDelim)
      NumericRangeDataBeanHelper constructor comment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDelim()
      Gets the delimiter string.
      NumericRangeDataBean getNumericRangeDataBean()
      Gets the DataBean.
      java.lang.String getRangeText()
      Gets the text that defines the range values.
      void parseText()
      Parse the range text to set up lowerlimit, upperlimit, and increment..
      void setDelim(java.lang.String newDelim)
      Sets delimiter.
      void setNumericRangeDataBean(java.math.BigDecimal ll, java.math.BigDecimal ul, java.math.BigDecimal inc)
      Sets the data bean that will be processed.
      void setRangeText(java.lang.String newRangeText)
      Sets the ascii text that represents the range values.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NumericRangeDataBeanHelper

        public NumericRangeDataBeanHelper(java.lang.String range,
                                          java.lang.String sDelim)
        NumericRangeDataBeanHelper constructor comment.
        Parameters:
        range - String
        sDelim - String
    • Method Detail

      • getDelim

        public java.lang.String getDelim()
        Gets the delimiter string.
        Returns:
        java.lang.String
      • getNumericRangeDataBean

        public NumericRangeDataBean getNumericRangeDataBean()
        Gets the DataBean.
        Returns:
        com.ibm.commerce.negotiation.beans.NumericRangeDataBean
      • getRangeText

        public java.lang.String getRangeText()
        Gets the text that defines the range values.
        Returns:
        java.lang.String
      • setDelim

        public void setDelim(java.lang.String newDelim)
        Sets delimiter.
        Parameters:
        newDelim - java.lang.String
      • setNumericRangeDataBean

        public void setNumericRangeDataBean(java.math.BigDecimal ll,
                                            java.math.BigDecimal ul,
                                            java.math.BigDecimal inc)
        Sets the data bean that will be processed.
        Parameters:
        ll - BigDecimal - set Lower Limit
        ul - BigDecimal - set Upper Limit
        inc - BigDecimal - set Increment
      • setRangeText

        public void setRangeText(java.lang.String newRangeText)
        Sets the ascii text that represents the range values.
        Parameters:
        newRangeText - java.lang.String