public class PerformScheduledPaymentDTO extends PerformInternalTransactionDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<DateTime,PerformScheduledPaymentDTO> |
FIRST_INSTALLMENT_DATE |
static Property<java.lang.Boolean,PerformScheduledPaymentDTO> |
FIRST_INSTALLMENT_IS_NOW |
static ListProperty<ScheduledPaymentInstallmentDTO,PerformScheduledPaymentDTO> |
INSTALLMENTS |
static Property<java.lang.Integer,PerformScheduledPaymentDTO> |
INSTALLMENTS_COUNT |
TOAMOUNT, CONFIRMATION_PASSWORD, CURRENCY, CUSTOM_VALUES, DESCRIPTION, FROM, NFC_CHALLENGE, TYPE| Constructor and Description |
|---|
PerformScheduledPaymentDTO() |
PerformScheduledPaymentDTO(Property<T,? super PerformScheduledPaymentDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
DateTime |
getFirstInstallmentDate() |
java.util.List<ScheduledPaymentInstallmentDTO> |
getInstallments() |
java.lang.Integer |
getInstallmentsCount() |
boolean |
isFirstInstallmentIsNow() |
void |
setFirstInstallmentDate(DateTime firstInstallmentDate) |
void |
setFirstInstallmentIsNow(boolean firstInstallmentIsNow) |
void |
setInstallments(java.util.List<ScheduledPaymentInstallmentDTO> installments) |
void |
setInstallmentsCount(java.lang.Integer installmentsCount) |
getTo, setTogetAmount, getConfirmationPassword, getCurrency, getCustomValues, getDescription, getFrom, getNfcChallenge, getType, setAmount, setConfirmationPassword, setCurrency, setCustomValues, setDescription, setFrom, setNfcChallenge, setTypeaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DateTime,PerformScheduledPaymentDTO> FIRST_INSTALLMENT_DATE
public static final Property<java.lang.Boolean,PerformScheduledPaymentDTO> FIRST_INSTALLMENT_IS_NOW
public static final ListProperty<ScheduledPaymentInstallmentDTO,PerformScheduledPaymentDTO> INSTALLMENTS
public static final Property<java.lang.Integer,PerformScheduledPaymentDTO> INSTALLMENTS_COUNT
public PerformScheduledPaymentDTO()
public PerformScheduledPaymentDTO(Property<T,? super PerformScheduledPaymentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PerformInternalTransactionDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class PerformInternalTransactionDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class PerformInternalTransactionDTOpublic DateTime getFirstInstallmentDate()
public boolean isFirstInstallmentIsNow()
public java.util.List<ScheduledPaymentInstallmentDTO> getInstallments()
public java.lang.Integer getInstallmentsCount()
public void setFirstInstallmentDate(DateTime firstInstallmentDate)
public void setFirstInstallmentIsNow(boolean firstInstallmentIsNow)
public void setInstallments(java.util.List<ScheduledPaymentInstallmentDTO> installments)
public void setInstallmentsCount(java.lang.Integer installmentsCount)