Package org.cyclos.model.banking.rates
Class ARateParametersDTO
- 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
-
- org.cyclos.model.banking.rates.ARateParametersDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ARateParametersDTO extends TimeBasedRateParametersDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.banking.rates.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 ARateParametersDTO()ARateParametersDTO(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.banking.rates.TimeBasedRateParametersDTO
doGetProperties, getInitValue, setInitValue
-
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, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-