public class ScheduledPaymentVO extends TransactionDetailedVO
| Modifier and Type | Field and Description |
|---|---|
static Property<CurrencyAmountDTO,ScheduledPaymentVO> |
DUE_AMOUNT |
static ListProperty<ScheduledPaymentInstallmentVO,ScheduledPaymentVO> |
INSTALLMENTS |
static Property<ScheduledPaymentStatus,ScheduledPaymentVO> |
STATUS |
CHANNEL, CUSTOM_VALUESAUTHORIZATION_STATUS, CURRENCY_AMOUNT, DATE, DESCRIPTION, FROM_OWNER, NATURE, TO_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
ScheduledPaymentVO() |
ScheduledPaymentVO(java.lang.Long id) |
ScheduledPaymentVO(Property<T,? super ScheduledPaymentVO> 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
|
CurrencyAmountDTO |
getDueAmount() |
java.util.List<ScheduledPaymentInstallmentVO> |
getInstallments() |
ScheduledPaymentStatus |
getStatus() |
void |
setDueAmount(CurrencyAmountDTO dueAmount) |
void |
setInstallments(java.util.List<ScheduledPaymentInstallmentVO> installments) |
void |
setStatus(ScheduledPaymentStatus status) |
getChannel, getCustomValues, setChannel, setCustomValuesgetAuthorizationStatus, getCurrencyAmount, getDate, getDescription, getFromOwner, getNature, getToOwner, getTransactionNumber, getType, setAuthorizationStatus, setCurrencyAmount, setDate, setDescription, setFromOwner, setNature, setToOwner, setTransactionNumber, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<CurrencyAmountDTO,ScheduledPaymentVO> DUE_AMOUNT
public static final ListProperty<ScheduledPaymentInstallmentVO,ScheduledPaymentVO> INSTALLMENTS
public static final Property<ScheduledPaymentStatus,ScheduledPaymentVO> STATUS
public ScheduledPaymentVO()
public ScheduledPaymentVO(java.lang.Long id)
public ScheduledPaymentVO(Property<T,? super ScheduledPaymentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionDetailedVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class TransactionDetailedVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class TransactionDetailedVOpublic CurrencyAmountDTO getDueAmount()
public java.util.List<ScheduledPaymentInstallmentVO> getInstallments()
public ScheduledPaymentStatus getStatus()
public void setDueAmount(CurrencyAmountDTO dueAmount)
public void setInstallments(java.util.List<ScheduledPaymentInstallmentVO> installments)
public void setStatus(ScheduledPaymentStatus status)