Class InstallmentPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.InstallmentPreviewVO
-
- All Implemented Interfaces:
Serializable
public class InstallmentPreviewVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DateTime,InstallmentPreviewVO>DUE_DATEstatic ListProperty<TransferFeePreviewVO,InstallmentPreviewVO>FEESstatic BasicProperty<CurrencyAmountDTO,InstallmentPreviewVO>MAIN_AMOUNTstatic BasicProperty<Integer,InstallmentPreviewVO>NUMBERstatic BasicProperty<CurrencyAmountDTO,InstallmentPreviewVO>TOTAL_AMOUNT
-
Constructor Summary
Constructors Constructor Description InstallmentPreviewVO()InstallmentPreviewVO(Property<T,? super InstallmentPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DateTimegetDueDate()List<TransferFeePreviewVO>getFees()CurrencyAmountDTOgetMainAmount()IntegergetNumber()CurrencyAmountDTOgetTotalAmount()voidsetDueDate(DateTime dueDate)voidsetFees(List<TransferFeePreviewVO> fees)voidsetMainAmount(CurrencyAmountDTO mainAmount)voidsetNumber(Integer number)voidsetTotalAmount(CurrencyAmountDTO totalAmount)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DUE_DATE
public static final BasicProperty<DateTime,InstallmentPreviewVO> DUE_DATE
-
FEES
public static final ListProperty<TransferFeePreviewVO,InstallmentPreviewVO> FEES
-
MAIN_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,InstallmentPreviewVO> MAIN_AMOUNT
-
NUMBER
public static final BasicProperty<Integer,InstallmentPreviewVO> NUMBER
-
TOTAL_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,InstallmentPreviewVO> TOTAL_AMOUNT
-
-
Constructor Detail
-
InstallmentPreviewVO
public InstallmentPreviewVO()
-
InstallmentPreviewVO
public InstallmentPreviewVO(Property<T,? super InstallmentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getDueDate
public DateTime getDueDate()
-
setDueDate
public void setDueDate(DateTime dueDate)
-
getFees
public List<TransferFeePreviewVO> getFees()
-
setFees
public void setFees(List<TransferFeePreviewVO> fees)
-
getMainAmount
public CurrencyAmountDTO getMainAmount()
-
setMainAmount
public void setMainAmount(CurrencyAmountDTO mainAmount)
-
getNumber
public Integer getNumber()
-
setNumber
public void setNumber(Integer number)
-
getTotalAmount
public CurrencyAmountDTO getTotalAmount()
-
setTotalAmount
public void setTotalAmount(CurrencyAmountDTO totalAmount)
-
-