public class ScheduledPaymentInstallmentDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,ScheduledPaymentInstallmentDTO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,ScheduledPaymentInstallmentDTO> |
DUE_DATE |
| Constructor and Description |
|---|
ScheduledPaymentInstallmentDTO() |
ScheduledPaymentInstallmentDTO(Property<T,? super ScheduledPaymentInstallmentDTO> 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() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setDueDate(DateTime dueDate) |
addPropertyChangeListener, 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,ScheduledPaymentInstallmentDTO> AMOUNT
public static final BasicProperty<DateTime,ScheduledPaymentInstallmentDTO> DUE_DATE
public ScheduledPaymentInstallmentDTO()
public ScheduledPaymentInstallmentDTO(Property<T,? super ScheduledPaymentInstallmentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public DateTime getDueDate()
public void setDueDate(DateTime dueDate)