public class DecimalRangeDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.math.BigDecimal,DecimalRangeDTO> |
MAX |
static Property<java.math.BigDecimal,DecimalRangeDTO> |
MIN |
| Constructor and Description |
|---|
DecimalRangeDTO() |
DecimalRangeDTO(Property<T,? super DecimalRangeDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.math.BigDecimal |
getMax() |
java.math.BigDecimal |
getMin() |
void |
setMax(java.math.BigDecimal max) |
void |
setMin(java.math.BigDecimal min) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.math.BigDecimal,DecimalRangeDTO> MAX
public static final Property<java.math.BigDecimal,DecimalRangeDTO> MIN
public DecimalRangeDTO()
public DecimalRangeDTO(Property<T,? super DecimalRangeDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.math.BigDecimal getMax()
public java.math.BigDecimal getMin()
public void setMax(java.math.BigDecimal max)
public void setMin(java.math.BigDecimal min)
public java.lang.String toString()
toString in class java.lang.Object