Class InstallmentResultVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transactions.InstallmentResultVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class InstallmentResultVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,InstallmentResultVO>AMOUNTstatic StringCLASS_NAMEstatic BasicProperty<DateTime,InstallmentResultVO>DUE_DATEstatic BasicProperty<Integer,InstallmentResultVO>NUMBERstatic BasicProperty<InstallmentStatus,InstallmentResultVO>STATUSstatic BasicProperty<Integer,InstallmentResultVO>TOTAL_INSTALLMENTSstatic BasicProperty<TransactionResultVO,InstallmentResultVO>TRANSACTIONstatic BasicProperty<DateTime,InstallmentResultVO>TRANSFER_DATEstatic BasicProperty<Long,InstallmentResultVO>TRANSFER_IDstatic BasicProperty<String,InstallmentResultVO>TRANSFER_TRANSACTION_NUMBER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description InstallmentResultVO()InstallmentResultVO(Long id)InstallmentResultVO(Property<T,? super InstallmentResultVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()DateTimegetDueDate()intgetNumber()InstallmentStatusgetStatus()IntegergetTotalInstallments()TransactionResultVOgetTransaction()DateTimegetTransferDate()LonggetTransferId()StringgetTransferTransactionNumber()voidsetAmount(BigDecimal amount)voidsetDueDate(DateTime dueDate)voidsetNumber(int number)voidsetStatus(InstallmentStatus status)voidsetTotalInstallments(Integer totalInstallments)voidsetTransaction(TransactionResultVO transaction)voidsetTransferDate(DateTime transferDate)voidsetTransferId(Long transferId)voidsetTransferTransactionNumber(String transferTransactionNumber)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
AMOUNT
public static final BasicProperty<BigDecimal,InstallmentResultVO> AMOUNT
-
DUE_DATE
public static final BasicProperty<DateTime,InstallmentResultVO> DUE_DATE
-
NUMBER
public static final BasicProperty<Integer,InstallmentResultVO> NUMBER
-
STATUS
public static final BasicProperty<InstallmentStatus,InstallmentResultVO> STATUS
-
TOTAL_INSTALLMENTS
public static final BasicProperty<Integer,InstallmentResultVO> TOTAL_INSTALLMENTS
-
TRANSACTION
public static final BasicProperty<TransactionResultVO,InstallmentResultVO> TRANSACTION
-
TRANSFER_DATE
public static final BasicProperty<DateTime,InstallmentResultVO> TRANSFER_DATE
-
TRANSFER_ID
public static final BasicProperty<Long,InstallmentResultVO> TRANSFER_ID
-
TRANSFER_TRANSACTION_NUMBER
public static final BasicProperty<String,InstallmentResultVO> TRANSFER_TRANSACTION_NUMBER
-
-
Constructor Detail
-
InstallmentResultVO
public InstallmentResultVO()
-
InstallmentResultVO
public InstallmentResultVO(Long id)
-
InstallmentResultVO
public InstallmentResultVO(Property<T,? super InstallmentResultVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getDueDate
public DateTime getDueDate()
-
setDueDate
public void setDueDate(DateTime dueDate)
-
getNumber
public int getNumber()
-
setNumber
public void setNumber(int number)
-
getStatus
public InstallmentStatus getStatus()
-
setStatus
public void setStatus(InstallmentStatus status)
-
getTotalInstallments
public Integer getTotalInstallments()
-
setTotalInstallments
public void setTotalInstallments(Integer totalInstallments)
-
getTransaction
public TransactionResultVO getTransaction()
-
setTransaction
public void setTransaction(TransactionResultVO transaction)
-
getTransferDate
public DateTime getTransferDate()
-
setTransferDate
public void setTransferDate(DateTime transferDate)
-
getTransferId
public Long getTransferId()
-
setTransferId
public void setTransferId(Long transferId)
-
getTransferTransactionNumber
public String getTransferTransactionNumber()
-
setTransferTransactionNumber
public void setTransferTransactionNumber(String transferTransactionNumber)
-
-