public class ScheduledPaymentInstallmentEntryVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,ScheduledPaymentInstallmentEntryVO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,ScheduledPaymentInstallmentEntryVO> |
DUE_DATE |
static BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentEntryVO> |
NUMBER |
static BasicProperty<ScheduledPaymentEntryVO,ScheduledPaymentInstallmentEntryVO> |
SCHEDULED_PAYMENT |
static BasicProperty<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentEntryVO> |
STATUS |
ID| Constructor and Description |
|---|
ScheduledPaymentInstallmentEntryVO() |
ScheduledPaymentInstallmentEntryVO(java.lang.Long id) |
ScheduledPaymentInstallmentEntryVO(Property<T,? super ScheduledPaymentInstallmentEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
DateTime |
getDueDate() |
int |
getNumber() |
ScheduledPaymentEntryVO |
getScheduledPayment() |
ScheduledPaymentInstallmentStatus |
getStatus() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setDueDate(DateTime dueDate) |
void |
setNumber(int number) |
void |
setScheduledPayment(ScheduledPaymentEntryVO scheduledPayment) |
void |
setStatus(ScheduledPaymentInstallmentStatus status) |
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<java.math.BigDecimal,ScheduledPaymentInstallmentEntryVO> AMOUNT
public static final BasicProperty<DateTime,ScheduledPaymentInstallmentEntryVO> DUE_DATE
public static final BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentEntryVO> NUMBER
public static final BasicProperty<ScheduledPaymentEntryVO,ScheduledPaymentInstallmentEntryVO> SCHEDULED_PAYMENT
public static final BasicProperty<ScheduledPaymentInstallmentStatus,ScheduledPaymentInstallmentEntryVO> STATUS
public ScheduledPaymentInstallmentEntryVO()
public ScheduledPaymentInstallmentEntryVO(java.lang.Long id)
public ScheduledPaymentInstallmentEntryVO(Property<T,? super ScheduledPaymentInstallmentEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public DateTime getDueDate()
public void setDueDate(DateTime dueDate)
public int getNumber()
public void setNumber(int number)
public ScheduledPaymentEntryVO getScheduledPayment()
public void setScheduledPayment(ScheduledPaymentEntryVO scheduledPayment)
public ScheduledPaymentInstallmentStatus getStatus()
public void setStatus(ScheduledPaymentInstallmentStatus status)