Class TransferFeeVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.banking.transferfees.TransferFeeVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
public class TransferFeeVO extends ConfigurationEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,TransferFeeVO>AMOUNTstatic BasicProperty<TransferFeeChargeMode,TransferFeeVO>CHARGE_MODEstatic StringCLASS_NAMEstatic BasicProperty<TransferFeeConfigurationMode,TransferFeeVO>CONFIGURATION_MODEstatic BasicProperty<String,TransferFeeVO>DESCRIPTIONstatic BasicProperty<Boolean,TransferFeeVO>ENABLEDstatic BasicProperty<TransferTypeVO,TransferFeeVO>GENERATED_TRANSFER_TYPE-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description TransferFeeVO()TransferFeeVO(Long id)TransferFeeVO(Property<T,? super TransferFeeVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()TransferFeeChargeModegetChargeMode()TransferFeeConfigurationModegetConfigurationMode()StringgetDescription()TransferTypeVOgetGeneratedTransferType()booleanisEnabled()voidsetAmount(BigDecimal amount)voidsetChargeMode(TransferFeeChargeMode chargeMode)voidsetConfigurationMode(TransferFeeConfigurationMode configurationMode)voidsetDescription(String description)voidsetEnabled(boolean enabled)voidsetGeneratedTransferType(TransferTypeVO generatedTransferType)-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AMOUNT
public static final BasicProperty<BigDecimal,TransferFeeVO> AMOUNT
-
CHARGE_MODE
public static final BasicProperty<TransferFeeChargeMode,TransferFeeVO> CHARGE_MODE
-
CONFIGURATION_MODE
public static final BasicProperty<TransferFeeConfigurationMode,TransferFeeVO> CONFIGURATION_MODE
-
DESCRIPTION
public static final BasicProperty<String,TransferFeeVO> DESCRIPTION
-
ENABLED
public static final BasicProperty<Boolean,TransferFeeVO> ENABLED
-
GENERATED_TRANSFER_TYPE
public static final BasicProperty<TransferTypeVO,TransferFeeVO> GENERATED_TRANSFER_TYPE
-
-
Constructor Detail
-
TransferFeeVO
public TransferFeeVO()
-
TransferFeeVO
public TransferFeeVO(Long id)
-
TransferFeeVO
public TransferFeeVO(Property<T,? super TransferFeeVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classConfigurationEntityVO
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getChargeMode
public TransferFeeChargeMode getChargeMode()
-
setChargeMode
public void setChargeMode(TransferFeeChargeMode chargeMode)
-
getConfigurationMode
public TransferFeeConfigurationMode getConfigurationMode()
-
setConfigurationMode
public void setConfigurationMode(TransferFeeConfigurationMode configurationMode)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getGeneratedTransferType
public TransferTypeVO getGeneratedTransferType()
-
setGeneratedTransferType
public void setGeneratedTransferType(TransferTypeVO generatedTransferType)
-
-