Class TransferFeesPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransferFeesPreviewVO
-
- All Implemented Interfaces:
Serializable
public class TransferFeesPreviewVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<TransferFeePreviewVO,TransferFeesPreviewVO>FEESstatic BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO>MAIN_AMOUNTstatic BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO>TOTAL_AMOUNT
-
Constructor Summary
Constructors Constructor Description TransferFeesPreviewVO()TransferFeesPreviewVO(Property<T,? super TransferFeesPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<TransferFeePreviewVO>getFees()CurrencyAmountDTOgetMainAmount()CurrencyAmountDTOgetTotalAmount()voidsetFees(List<TransferFeePreviewVO> fees)voidsetMainAmount(CurrencyAmountDTO mainAmount)voidsetTotalAmount(CurrencyAmountDTO totalAmount)-
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
-
FEES
public static final ListProperty<TransferFeePreviewVO,TransferFeesPreviewVO> FEES
-
MAIN_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> MAIN_AMOUNT
-
TOTAL_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> TOTAL_AMOUNT
-
-
Constructor Detail
-
TransferFeesPreviewVO
public TransferFeesPreviewVO()
-
TransferFeesPreviewVO
public TransferFeesPreviewVO(Property<T,? super TransferFeesPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getFees
public List<TransferFeePreviewVO> getFees()
-
setFees
public void setFees(List<TransferFeePreviewVO> fees)
-
getMainAmount
public CurrencyAmountDTO getMainAmount()
-
setMainAmount
public void setMainAmount(CurrencyAmountDTO mainAmount)
-
getTotalAmount
public CurrencyAmountDTO getTotalAmount()
-
setTotalAmount
public void setTotalAmount(CurrencyAmountDTO totalAmount)
-
-