public class CurrencyAmountRangeDTO extends DecimalRangeDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,CurrencyAmountRangeDTO> |
CURRENCY |
MAX, MIN| Constructor and Description |
|---|
CurrencyAmountRangeDTO() |
CurrencyAmountRangeDTO(Property<T,? super CurrencyAmountRangeDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
void |
setCurrency(CurrencyVO currency) |
java.lang.String |
toString() |
getMax, getMin, setMax, setMinaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<CurrencyVO,CurrencyAmountRangeDTO> CURRENCY
public CurrencyAmountRangeDTO()
public CurrencyAmountRangeDTO(Property<T,? super CurrencyAmountRangeDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DecimalRangeDTOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.String toString()
toString in class DecimalRangeDTOpublic java.lang.String className()
className in class DecimalRangeDTO