public class CurrencyAmountRangeDTO extends DecimalRangeDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<CurrencyVO,CurrencyAmountRangeDTO> |
CURRENCY |
MAX, MIN| Constructor and Description |
|---|
CurrencyAmountRangeDTO() |
CurrencyAmountRangeDTO(Property<T,? super CurrencyAmountRangeDTO> 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
|
CurrencyVO |
getCurrency() |
void |
setCurrency(CurrencyVO currency) |
java.lang.String |
toString() |
getMax, getMin, setMax, setMinaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<CurrencyVO,CurrencyAmountRangeDTO> CURRENCY
public CurrencyAmountRangeDTO()
public CurrencyAmountRangeDTO(Property<T,? super CurrencyAmountRangeDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DecimalRangeDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class DecimalRangeDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class DecimalRangeDTOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.String toString()
toString in class DecimalRangeDTO