java.lang.Objectcom.ibm.commerce.negotiation.operation.NumericRangeDataBeanHelper
NumericRangeDataBeanHelper Helper class for NumericRangeDataBean.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
Constructor Summary | |
NumericRangeDataBeanHelper(java.lang.String range, java.lang.String sDelim) NumericRangeDataBeanHelper constructor comment. |
Method Summary | |
java.lang.String | getDelim() get the delimiter string. |
NumericRangeDataBean | getNumericRangeDataBean() get the DataBean. |
java.lang.String | getRangeText() Get 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) Set delimiter. |
void | setNumericRangeDataBean(java.math.BigDecimal ll, java.math.BigDecimal ul, java.math.BigDecimal inc) set the databean that will be processed. |
void | setRangeText(java.lang.String newRangeText) set the ascii text that represents the range values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public NumericRangeDataBeanHelper(java.lang.String range, java.lang.String sDelim)
Method Detail |
public java.lang.String getDelim()
public NumericRangeDataBean getNumericRangeDataBean()
public java.lang.String getRangeText()
public void parseText() throws ECApplicationException
public void setDelim(java.lang.String newDelim)
public void setNumericRangeDataBean(java.math.BigDecimal ll, java.math.BigDecimal ul, java.math.BigDecimal inc)
public void setRangeText(java.lang.String newRangeText)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.