Class TransferFeeData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<TransferFeeDTO>
-
- org.cyclos.model.banking.transferfees.TransferFeeData
-
- All Implemented Interfaces:
Serializable
public class TransferFeeData extends EntityData<TransferFeeDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CurrencyVO,TransferFeeData>CURRENCYstatic ListProperty<CustomScriptVO,TransferFeeData>CUSTOM_SCRIPTSstatic ListProperty<TransferTypeWithCurrencyVO,TransferFeeData>POSSIBLE_GENERATED_TRANSFER_TYPESstatic ListProperty<BasicGroupVO,TransferFeeData>POSSIBLE_GROUPS-
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 TransferFeeData()TransferFeeData(Property<T,? super TransferFeeData> 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<TransferTypeWithCurrencyVO>getPossibleGeneratedTransferTypes()List<BasicGroupVO>getPossibleGroups()voidsetCurrency(CurrencyVO currency)voidsetCustomScripts(List<CustomScriptVO> customScripts)voidsetPossibleGeneratedTransferTypes(List<TransferTypeWithCurrencyVO> possibleGeneratedTransferTypes)voidsetPossibleGroups(List<BasicGroupVO> possibleGroups)-
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,TransferFeeData> CURRENCY
-
CUSTOM_SCRIPTS
public static final ListProperty<CustomScriptVO,TransferFeeData> CUSTOM_SCRIPTS
-
POSSIBLE_GENERATED_TRANSFER_TYPES
public static final ListProperty<TransferTypeWithCurrencyVO,TransferFeeData> POSSIBLE_GENERATED_TRANSFER_TYPES
-
POSSIBLE_GROUPS
public static final ListProperty<BasicGroupVO,TransferFeeData> POSSIBLE_GROUPS
-
-
Constructor Detail
-
TransferFeeData
public TransferFeeData()
-
TransferFeeData
public TransferFeeData(Property<T,? super TransferFeeData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<TransferFeeDTO>
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getCustomScripts
public List<CustomScriptVO> getCustomScripts()
-
setCustomScripts
public void setCustomScripts(List<CustomScriptVO> customScripts)
-
getPossibleGeneratedTransferTypes
public List<TransferTypeWithCurrencyVO> getPossibleGeneratedTransferTypes()
-
setPossibleGeneratedTransferTypes
public void setPossibleGeneratedTransferTypes(List<TransferTypeWithCurrencyVO> possibleGeneratedTransferTypes)
-
getPossibleGroups
public List<BasicGroupVO> getPossibleGroups()
-
setPossibleGroups
public void setPossibleGroups(List<BasicGroupVO> possibleGroups)
-
-