Class ScheduledPaymentPreviewVO
- 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.ScheduledPaymentPreviewVO
-
- All Implemented Interfaces:
Serializable
public class ScheduledPaymentPreviewVO extends BaseInternalPaymentPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<InstallmentPreviewVO,ScheduledPaymentPreviewVO>INSTALLMENTSstatic BasicProperty<PerformScheduledPaymentDTO,ScheduledPaymentPreviewVO>SCHEDULED_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 ScheduledPaymentPreviewVO()ScheduledPaymentPreviewVO(Property<T,? super ScheduledPaymentPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<InstallmentPreviewVO>getInstallments()PerformScheduledPaymentDTOgetScheduledPayment()voidsetInstallments(List<InstallmentPreviewVO> installments)voidsetScheduledPayment(PerformScheduledPaymentDTO scheduledPayment)-
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
-
INSTALLMENTS
public static final ListProperty<InstallmentPreviewVO,ScheduledPaymentPreviewVO> INSTALLMENTS
-
SCHEDULED_PAYMENT
public static final BasicProperty<PerformScheduledPaymentDTO,ScheduledPaymentPreviewVO> SCHEDULED_PAYMENT
-
-
Constructor Detail
-
ScheduledPaymentPreviewVO
public ScheduledPaymentPreviewVO()
-
ScheduledPaymentPreviewVO
public ScheduledPaymentPreviewVO(Property<T,? super ScheduledPaymentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseInternalPaymentPreviewVO
-
getInstallments
public List<InstallmentPreviewVO> getInstallments()
-
setInstallments
public void setInstallments(List<InstallmentPreviewVO> installments)
-
getScheduledPayment
public PerformScheduledPaymentDTO getScheduledPayment()
-
setScheduledPayment
public void setScheduledPayment(PerformScheduledPaymentDTO scheduledPayment)
-
-