Package org.cyclos.model.banking.rates
Class TimeBasedRateParametersDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.banking.rates.RateParametersDTO
-
- org.cyclos.model.banking.rates.TimeBasedRateParametersDTO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
ARateParametersDTO,DRateParametersDTO
public abstract class TimeBasedRateParametersDTO extends RateParametersDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DateTime,TimeBasedRateParametersDTO>INIT_VALUE-
Fields inherited from class org.cyclos.model.banking.rates.RateParametersDTO
CREATION_VALUE, CURRENCY, ENABLED_ON_FORM, END_DATE, SHOW_TO_USER, START_DATE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description TimeBasedRateParametersDTO()TimeBasedRateParametersDTO(Long id)TimeBasedRateParametersDTO(Property<T,? super TimeBasedRateParametersDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()DateTimegetInitValue()voidsetInitValue(DateTime initValue)-
Methods inherited from class org.cyclos.model.banking.rates.RateParametersDTO
getCreationValue, getCurrency, getEndDate, getStartDate, isEnabledOnForm, isShowToUser, setCreationValue, setCurrency, setEnabledOnForm, setEndDate, setShowToUser, setStartDate
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
INIT_VALUE
public static final BasicProperty<DateTime,TimeBasedRateParametersDTO> INIT_VALUE
-
-
Constructor Detail
-
TimeBasedRateParametersDTO
public TimeBasedRateParametersDTO()
-
TimeBasedRateParametersDTO
public TimeBasedRateParametersDTO(Long id)
-
TimeBasedRateParametersDTO
public TimeBasedRateParametersDTO(Property<T,? super TimeBasedRateParametersDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRateParametersDTO
-
getInitValue
public DateTime getInitValue()
-
setInitValue
public void setInitValue(DateTime initValue)
-
-