public class ScheduledPaymentInstallmentPreviewVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,ScheduledPaymentInstallmentPreviewVO> |
DUE_DATE |
static ListProperty<TransferFeePreviewVO,ScheduledPaymentInstallmentPreviewVO> |
FEES |
static BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentPreviewVO> |
MAIN_AMOUNT |
static BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentPreviewVO> |
NUMBER |
static BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentPreviewVO> |
TOTAL_AMOUNT |
| Constructor and Description |
|---|
ScheduledPaymentInstallmentPreviewVO() |
ScheduledPaymentInstallmentPreviewVO(Property<T,? super ScheduledPaymentInstallmentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getDueDate() |
java.util.List<TransferFeePreviewVO> |
getFees() |
CurrencyAmountDTO |
getMainAmount() |
java.lang.Integer |
getNumber() |
CurrencyAmountDTO |
getTotalAmount() |
void |
setDueDate(DateTime dueDate) |
void |
setFees(java.util.List<TransferFeePreviewVO> fees) |
void |
setMainAmount(CurrencyAmountDTO mainAmount) |
void |
setNumber(java.lang.Integer number) |
void |
setTotalAmount(CurrencyAmountDTO totalAmount) |
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<DateTime,ScheduledPaymentInstallmentPreviewVO> DUE_DATE
public static final ListProperty<TransferFeePreviewVO,ScheduledPaymentInstallmentPreviewVO> FEES
public static final BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentPreviewVO> MAIN_AMOUNT
public static final BasicProperty<java.lang.Integer,ScheduledPaymentInstallmentPreviewVO> NUMBER
public static final BasicProperty<CurrencyAmountDTO,ScheduledPaymentInstallmentPreviewVO> TOTAL_AMOUNT
public ScheduledPaymentInstallmentPreviewVO()
public ScheduledPaymentInstallmentPreviewVO(Property<T,? super ScheduledPaymentInstallmentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic DateTime getDueDate()
public void setDueDate(DateTime dueDate)
public java.util.List<TransferFeePreviewVO> getFees()
public void setFees(java.util.List<TransferFeePreviewVO> fees)
public CurrencyAmountDTO getMainAmount()
public void setMainAmount(CurrencyAmountDTO mainAmount)
public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
public CurrencyAmountDTO getTotalAmount()
public void setTotalAmount(CurrencyAmountDTO totalAmount)