public class ScheduledPaymentPreviewVO extends BaseInternalPaymentPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<ScheduledPaymentInstallmentPreviewVO,ScheduledPaymentPreviewVO> |
INSTALLMENTS |
static BasicProperty<PerformScheduledPaymentDTO,ScheduledPaymentPreviewVO> |
SCHEDULED_PAYMENT |
PENDING_AUTHORIZATION, TO_ACCOUNTCONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, TOTAL_AMOUNT| Constructor and Description |
|---|
ScheduledPaymentPreviewVO() |
ScheduledPaymentPreviewVO(Property<T,? super ScheduledPaymentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ScheduledPaymentInstallmentPreviewVO> |
getInstallments() |
PerformScheduledPaymentDTO |
getScheduledPayment() |
void |
setInstallments(java.util.List<ScheduledPaymentInstallmentPreviewVO> installments) |
void |
setScheduledPayment(PerformScheduledPaymentDTO scheduledPayment) |
getToAccount, isPendingAuthorization, setPendingAuthorization, setToAccountgetConfirmationMessage, getConfirmationPasswordInput, getFromAccount, getTotalAmount, setConfirmationMessage, setConfirmationPasswordInput, setFromAccount, setTotalAmountaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<ScheduledPaymentInstallmentPreviewVO,ScheduledPaymentPreviewVO> INSTALLMENTS
public static final BasicProperty<PerformScheduledPaymentDTO,ScheduledPaymentPreviewVO> SCHEDULED_PAYMENT
public ScheduledPaymentPreviewVO()
public ScheduledPaymentPreviewVO(Property<T,? super ScheduledPaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseInternalPaymentPreviewVOpublic java.util.List<ScheduledPaymentInstallmentPreviewVO> getInstallments()
public void setInstallments(java.util.List<ScheduledPaymentInstallmentPreviewVO> installments)
public PerformScheduledPaymentDTO getScheduledPayment()
public void setScheduledPayment(PerformScheduledPaymentDTO scheduledPayment)