public class ScheduledPaymentInstallmentVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserVO,ScheduledPaymentInstallmentVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentVO> |
CURRENCY_AMOUNT |
static BasicProperty<DateTime,ScheduledPaymentInstallmentVO> |
DUE_DATE |
static BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentVO> |
NUMBER |
static BasicProperty<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentVO> |
STATUS |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<UserVO,ScheduledPaymentInstallmentVO> BY
public static final BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentVO> CURRENCY_AMOUNT
public static final BasicProperty<DateTime,ScheduledPaymentInstallmentVO> DUE_DATE
public static final BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentVO> NUMBER
public static final BasicProperty<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentVO> STATUS
public static final BasicProperty<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 EntityModelpublic UserVO getBy()
public void setBy(UserVO by)
public CurrencyAmountDTO getCurrencyAmount()
public void setCurrencyAmount(CurrencyAmountDTO currencyAmount)
public DateTime getDueDate()
public void setDueDate(DateTime dueDate)
public int getNumber()
public void setNumber(int number)
public ScheduledPaymentInstallmentStatus getStatus()
public void setStatus(ScheduledPaymentInstallmentStatus status)
public java.lang.Long getTransferId()
public void setTransferId(java.lang.Long transferId)