public class ScheduledPaymentVO extends TransactionDetailedVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyAmountDTO,ScheduledPaymentVO> |
DUE_AMOUNT |
static ListProperty<ScheduledPaymentInstallmentVO,ScheduledPaymentVO> |
INSTALLMENTS |
static BasicProperty<ScheduledPaymentStatus,ScheduledPaymentVO> |
STATUS |
ACCESS_CLIENT, BY, CHANNEL, CUSTOM_VALUESAUTHORIZATION_STATUS, CURRENCY_AMOUNT, DATE, DESCRIPTION, FROM_NAME, FROM_OWNER, NATURE, TO_NAME, 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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyAmountDTO |
getDueAmount() |
java.util.List<ScheduledPaymentInstallmentVO> |
getInstallments() |
ScheduledPaymentStatus |
getStatus() |
void |
setDueAmount(CurrencyAmountDTO dueAmount) |
void |
setInstallments(java.util.List<ScheduledPaymentInstallmentVO> installments) |
void |
setStatus(ScheduledPaymentStatus status) |
getAccessClient, getBy, getChannel, getCustomValues, setAccessClient, setBy, setChannel, setCustomValuesgetAuthorizationStatus, getCurrencyAmount, getDate, getDescription, getFromName, getFromOwner, getNature, getToName, getToOwner, getTransactionNumber, getType, setAuthorizationStatus, setCurrencyAmount, setDate, setDescription, setFromName, setFromOwner, setNature, setToName, setToOwner, setTransactionNumber, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, 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 BasicProperty<CurrencyAmountDTO,ScheduledPaymentVO> DUE_AMOUNT
public static final ListProperty<ScheduledPaymentInstallmentVO,ScheduledPaymentVO> INSTALLMENTS
public static final BasicProperty<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 TransactionDetailedVOpublic CurrencyAmountDTO getDueAmount()
public void setDueAmount(CurrencyAmountDTO dueAmount)
public java.util.List<ScheduledPaymentInstallmentVO> getInstallments()
public void setInstallments(java.util.List<ScheduledPaymentInstallmentVO> installments)
public ScheduledPaymentStatus getStatus()
public void setStatus(ScheduledPaymentStatus status)
public java.lang.String className()
className in class TransactionDetailedVO