Class AccountFeeData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<AccountFeeDTO>
-
- org.cyclos.model.banking.accountfees.AccountFeeData
-
- All Implemented Interfaces:
Serializable
public class AccountFeeData extends EntityData<AccountFeeDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CurrencyVO,AccountFeeData>CURRENCYstatic ListProperty<CustomScriptVO,AccountFeeData>CUSTOM_SCRIPTSstatic ListProperty<TransferTypeVO,AccountFeeData>TO_SYSTEM_TRANSFER_TYPESstatic ListProperty<TransferTypeVO,AccountFeeData>TO_USER_TRANSFER_TYPES-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description AccountFeeData()AccountFeeData(Property<T,? super AccountFeeData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CurrencyVOgetCurrency()List<CustomScriptVO>getCustomScripts()List<TransferTypeVO>getToSystemTransferTypes()List<TransferTypeVO>getToUserTransferTypes()voidsetCurrency(CurrencyVO currency)voidsetCustomScripts(List<CustomScriptVO> customScripts)voidsetToSystemTransferTypes(List<TransferTypeVO> toSystemTransferTypes)voidsetToUserTransferTypes(List<TransferTypeVO> toUserTransferTypes)-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CURRENCY
public static final BasicProperty<CurrencyVO,AccountFeeData> CURRENCY
-
CUSTOM_SCRIPTS
public static final ListProperty<CustomScriptVO,AccountFeeData> CUSTOM_SCRIPTS
-
TO_SYSTEM_TRANSFER_TYPES
public static final ListProperty<TransferTypeVO,AccountFeeData> TO_SYSTEM_TRANSFER_TYPES
-
TO_USER_TRANSFER_TYPES
public static final ListProperty<TransferTypeVO,AccountFeeData> TO_USER_TRANSFER_TYPES
-
-
Constructor Detail
-
AccountFeeData
public AccountFeeData()
-
AccountFeeData
public AccountFeeData(Property<T,? super AccountFeeData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<AccountFeeDTO>
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getCustomScripts
public List<CustomScriptVO> getCustomScripts()
-
setCustomScripts
public void setCustomScripts(List<CustomScriptVO> customScripts)
-
getToSystemTransferTypes
public List<TransferTypeVO> getToSystemTransferTypes()
-
setToSystemTransferTypes
public void setToSystemTransferTypes(List<TransferTypeVO> toSystemTransferTypes)
-
getToUserTransferTypes
public List<TransferTypeVO> getToUserTransferTypes()
-
setToUserTransferTypes
public void setToUserTransferTypes(List<TransferTypeVO> toUserTransferTypes)
-
-