public class DRateParametersDTO extends TimeBasedRateParametersDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.math.BigDecimal,DRateParametersDTO> |
INTEREST_RATE |
INIT_VALUECREATION_VALUE, CURRENCY, ENABLED_ON_FORM, END_DATE, SHOW_TO_USER, START_DATEID| Constructor and Description |
|---|
DRateParametersDTO() |
DRateParametersDTO(java.lang.Long id) |
DRateParametersDTO(Property<T,? super DRateParametersDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getInterestRate() |
void |
setInterestRate(java.math.BigDecimal interestRate) |
getInitValue, setInitValuegetCreationValue, getCurrency, getEndDate, getStartDate, isEnabledOnForm, isShowToUser, setCreationValue, setCurrency, setEnabledOnForm, setEndDate, setShowToUser, setStartDategetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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<java.math.BigDecimal,DRateParametersDTO> INTEREST_RATE
public DRateParametersDTO()
public DRateParametersDTO(java.lang.Long id)
public DRateParametersDTO(Property<T,? super DRateParametersDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TimeBasedRateParametersDTOpublic java.math.BigDecimal getInterestRate()
public void setInterestRate(java.math.BigDecimal interestRate)