Class ExternalPaymentPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- org.cyclos.model.banking.transactions.BasePaymentPreviewVO
-
- org.cyclos.model.banking.transactions.ExternalPaymentPreviewVO
-
- All Implemented Interfaces:
Serializable
public class ExternalPaymentPreviewVO extends BasePaymentPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<TransferFeePreviewVO,ExternalPaymentPreviewVO>FEESstatic BasicProperty<CurrencyAmountDTO,ExternalPaymentPreviewVO>MAIN_AMOUNTstatic BasicProperty<PerformExternalPaymentDTO,ExternalPaymentPreviewVO>PAYMENT-
Fields inherited from class org.cyclos.model.banking.transactions.BasePaymentPreviewVO
CONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, SKIP_CONFIRMATION, TOTAL_AMOUNT
-
-
Constructor Summary
Constructors Constructor Description ExternalPaymentPreviewVO()ExternalPaymentPreviewVO(Property<T,? super ExternalPaymentPreviewVO> 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()PerformExternalPaymentDTOgetPayment()voidsetFees(List<TransferFeePreviewVO> fees)voidsetMainAmount(CurrencyAmountDTO mainAmount)voidsetPayment(PerformExternalPaymentDTO payment)-
Methods inherited from class org.cyclos.model.banking.transactions.BasePaymentPreviewVO
getConfirmationMessage, getConfirmationPasswordInput, getFromAccount, getTotalAmount, isSkipConfirmation, setConfirmationMessage, setConfirmationPasswordInput, setFromAccount, setSkipConfirmation, setTotalAmount
-
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,ExternalPaymentPreviewVO> FEES
-
MAIN_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,ExternalPaymentPreviewVO> MAIN_AMOUNT
-
PAYMENT
public static final BasicProperty<PerformExternalPaymentDTO,ExternalPaymentPreviewVO> PAYMENT
-
-
Constructor Detail
-
ExternalPaymentPreviewVO
public ExternalPaymentPreviewVO()
-
ExternalPaymentPreviewVO
public ExternalPaymentPreviewVO(Property<T,? super ExternalPaymentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasePaymentPreviewVO
-
getFees
public List<TransferFeePreviewVO> getFees()
-
setFees
public void setFees(List<TransferFeePreviewVO> fees)
-
getMainAmount
public CurrencyAmountDTO getMainAmount()
-
setMainAmount
public void setMainAmount(CurrencyAmountDTO mainAmount)
-
getPayment
public PerformExternalPaymentDTO getPayment()
-
setPayment
public void setPayment(PerformExternalPaymentDTO payment)
-
-