Class InstallmentVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transactions.InstallmentVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class InstallmentVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,InstallmentVO>AMOUNTstatic BasicProperty<BasicUserVO,InstallmentVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,InstallmentVO>DUE_DATEstatic BasicProperty<Integer,InstallmentVO>NUMBERstatic BasicProperty<InstallmentStatus,InstallmentVO>STATUSstatic BasicProperty<DateTime,InstallmentVO>TRANSFER_DATEstatic BasicProperty<Long,InstallmentVO>TRANSFER_IDstatic BasicProperty<String,InstallmentVO>TRANSFER_TRANSACTION_NUMBER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description InstallmentVO()InstallmentVO(Long id)InstallmentVO(Property<T,? super InstallmentVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()BasicUserVOgetBy()DateTimegetDueDate()intgetNumber()InstallmentStatusgetStatus()DateTimegetTransferDate()LonggetTransferId()StringgetTransferTransactionNumber()voidsetAmount(BigDecimal amount)voidsetBy(BasicUserVO by)voidsetDueDate(DateTime dueDate)voidsetNumber(int number)voidsetStatus(InstallmentStatus status)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,InstallmentVO> AMOUNT
-
BY
public static final BasicProperty<BasicUserVO,InstallmentVO> BY
-
DUE_DATE
public static final BasicProperty<DateTime,InstallmentVO> DUE_DATE
-
NUMBER
public static final BasicProperty<Integer,InstallmentVO> NUMBER
-
STATUS
public static final BasicProperty<InstallmentStatus,InstallmentVO> STATUS
-
TRANSFER_DATE
public static final BasicProperty<DateTime,InstallmentVO> TRANSFER_DATE
-
TRANSFER_ID
public static final BasicProperty<Long,InstallmentVO> TRANSFER_ID
-
TRANSFER_TRANSACTION_NUMBER
public static final BasicProperty<String,InstallmentVO> TRANSFER_TRANSACTION_NUMBER
-
-
Constructor Detail
-
InstallmentVO
public InstallmentVO()
-
InstallmentVO
public InstallmentVO(Long id)
-
InstallmentVO
public InstallmentVO(Property<T,? super InstallmentVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
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)
-
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)
-
-