Class RecurringPaymentPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- org.cyclos.model.banking.transactions.BasePaymentPreviewVO
-
- org.cyclos.model.banking.transactions.BaseInternalPaymentPreviewVO
-
- org.cyclos.model.banking.transactions.RecurringPaymentPreviewVO
-
- All Implemented Interfaces:
Serializable
public class RecurringPaymentPreviewVO extends BaseInternalPaymentPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<TransferFeePreviewVO,RecurringPaymentPreviewVO>FEESstatic BasicProperty<CurrencyAmountDTO,RecurringPaymentPreviewVO>MAIN_AMOUNTstatic BasicProperty<PerformRecurringPaymentDTO,RecurringPaymentPreviewVO>RECURRING_PAYMENT-
Fields inherited from class org.cyclos.model.banking.transactions.BaseInternalPaymentPreviewVO
PENDING_AUTHORIZATION, TO_ACCOUNT
-
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 RecurringPaymentPreviewVO()RecurringPaymentPreviewVO(Property<T,? super RecurringPaymentPreviewVO> 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()PerformRecurringPaymentDTOgetRecurringPayment()voidsetFees(List<TransferFeePreviewVO> fees)voidsetMainAmount(CurrencyAmountDTO mainAmount)voidsetRecurringPayment(PerformRecurringPaymentDTO recurringPayment)-
Methods inherited from class org.cyclos.model.banking.transactions.BaseInternalPaymentPreviewVO
getToAccount, isPendingAuthorization, setPendingAuthorization, setToAccount
-
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,RecurringPaymentPreviewVO> FEES
-
MAIN_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,RecurringPaymentPreviewVO> MAIN_AMOUNT
-
RECURRING_PAYMENT
public static final BasicProperty<PerformRecurringPaymentDTO,RecurringPaymentPreviewVO> RECURRING_PAYMENT
-
-
Constructor Detail
-
RecurringPaymentPreviewVO
public RecurringPaymentPreviewVO()
-
RecurringPaymentPreviewVO
public RecurringPaymentPreviewVO(Property<T,? super RecurringPaymentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseInternalPaymentPreviewVO
-
getFees
public List<TransferFeePreviewVO> getFees()
-
setFees
public void setFees(List<TransferFeePreviewVO> fees)
-
getMainAmount
public CurrencyAmountDTO getMainAmount()
-
setMainAmount
public void setMainAmount(CurrencyAmountDTO mainAmount)
-
getRecurringPayment
public PerformRecurringPaymentDTO getRecurringPayment()
-
setRecurringPayment
public void setRecurringPayment(PerformRecurringPaymentDTO recurringPayment)
-
-