public class CurrencyVOWithDRate extends CurrencyVO implements ICurrency
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,CurrencyVOWithDRate> |
D_RATE_ENABLED |
GLOBAL, PRECISION, PREFIX, SUFFIX, SYMBOL, TRANSACTION_NUMBER_PATTERN, TRANSACTION_NUMBER_PREFIX, TRANSACTION_NUMBER_SUFFIXINTERNAL_NAMENAMEID| Constructor and Description |
|---|
CurrencyVOWithDRate() |
CurrencyVOWithDRate(java.lang.Long id) |
CurrencyVOWithDRate(Property<T,? super CurrencyVOWithDRate> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isDRateEnabled() |
void |
setDRateEnabled(boolean DRateEnabled) |
getPrecision, getPrefix, getSuffix, getSymbol, getTransactionNumberPattern, getTransactionNumberPrefix, getTransactionNumberSuffix, isGlobal, setGlobal, setPrecision, setPrefix, setSuffix, setSymbol, setTransactionNumberPattern, setTransactionNumberPrefix, setTransactionNumberSuffixgetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPrecision, getPrefix, getSuffix, getSymbolpublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,CurrencyVOWithDRate> D_RATE_ENABLED
public CurrencyVOWithDRate()
public CurrencyVOWithDRate(java.lang.Long id)
public CurrencyVOWithDRate(Property<T,? super CurrencyVOWithDRate> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CurrencyVOpublic boolean isDRateEnabled()
public void setDRateEnabled(boolean DRateEnabled)
public java.lang.String className()
className in class CurrencyVO