public class ScheduledPaymentInstallmentVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,ScheduledPaymentInstallmentVO> |
BY |
static Property<CurrencyAmountDTO,ScheduledPaymentInstallmentVO> |
CURRENCY_AMOUNT |
static Property<DateTime,ScheduledPaymentInstallmentVO> |
DUE_DATE |
static Property<java.lang.Integer,ScheduledPaymentInstallmentVO> |
NUMBER |
static Property<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentVO> |
STATUS |
static Property<java.lang.Long,ScheduledPaymentInstallmentVO> |
TRANSFER_ID |
ID| Constructor and Description |
|---|
ScheduledPaymentInstallmentVO() |
ScheduledPaymentInstallmentVO(java.lang.Long id) |
ScheduledPaymentInstallmentVO(Property<T,? super ScheduledPaymentInstallmentVO> 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
|
UserVO |
getBy() |
CurrencyAmountDTO |
getCurrencyAmount() |
DateTime |
getDueDate() |
int |
getNumber() |
ScheduledPaymentInstallmentStatus |
getStatus() |
java.lang.Long |
getTransferId() |
void |
setBy(UserVO by) |
void |
setCurrencyAmount(CurrencyAmountDTO currencyAmount) |
void |
setDueDate(DateTime dueDate) |
void |
setNumber(int number) |
void |
setStatus(ScheduledPaymentInstallmentStatus status) |
void |
setTransferId(java.lang.Long transferId) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,ScheduledPaymentInstallmentVO> BY
public static final Property<CurrencyAmountDTO,ScheduledPaymentInstallmentVO> CURRENCY_AMOUNT
public static final Property<DateTime,ScheduledPaymentInstallmentVO> DUE_DATE
public static final Property<java.lang.Integer,ScheduledPaymentInstallmentVO> NUMBER
public static final Property<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentVO> STATUS
public static final Property<java.lang.Long,ScheduledPaymentInstallmentVO> TRANSFER_ID
public ScheduledPaymentInstallmentVO()
public ScheduledPaymentInstallmentVO(java.lang.Long id)
public ScheduledPaymentInstallmentVO(Property<T,? super ScheduledPaymentInstallmentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic UserVO getBy()
public CurrencyAmountDTO getCurrencyAmount()
public DateTime getDueDate()
public int getNumber()
public ScheduledPaymentInstallmentStatus getStatus()
public java.lang.Long getTransferId()
public void setBy(UserVO by)
public void setCurrencyAmount(CurrencyAmountDTO currencyAmount)
public void setDueDate(DateTime dueDate)
public void setNumber(int number)
public void setStatus(ScheduledPaymentInstallmentStatus status)
public void setTransferId(java.lang.Long transferId)