Class InstallmentTransferVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transactions.TransVO
-
- org.cyclos.model.banking.transfers.TransferVO
-
- org.cyclos.model.banking.transfers.TransferDetailedVO
-
- org.cyclos.model.banking.transfers.InstallmentTransferVO
-
- All Implemented Interfaces:
Serializable,HasRates,HasTransactionNumber,IEntity,HasDisplay
public class InstallmentTransferVO extends TransferDetailedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<InstallmentVO,InstallmentTransferVO>INSTALLMENT-
Fields inherited from class org.cyclos.model.banking.transfers.TransferDetailedVO
A_RATE, CHARGED_BACK_BY, CHILDREN, D_RATE, DESCRIPTION, PARENT
-
Fields inherited from class org.cyclos.model.banking.transfers.TransferVO
NATURE, STATUSES, TRANSACTION_ID, TRANSACTION_TRANSACTION_NUMBER
-
Fields inherited from class org.cyclos.model.banking.transactions.TransVO
CURRENCY_AMOUNT, DATE, DISPLAY, FROM, TO, TRANSACTION_NUMBER, TYPE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description InstallmentTransferVO()InstallmentTransferVO(Long id)InstallmentTransferVO(Property<T,? super InstallmentTransferVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()InstallmentVOgetInstallment()voidsetInstallment(InstallmentVO installment)-
Methods inherited from class org.cyclos.model.banking.transfers.TransferDetailedVO
getARate, getChargedBackBy, getChildren, getDescription, getDRate, getParent, setARate, setChargedBackBy, setChildren, setDescription, setDRate, setParent
-
Methods inherited from class org.cyclos.model.banking.transfers.TransferVO
getNature, getStatuses, getTransactionId, getTransactionTransactionNumber, setNature, setStatuses, setTransactionId, setTransactionTransactionNumber
-
Methods inherited from class org.cyclos.model.banking.transactions.TransVO
getCurrencyAmount, getDate, getDisplay, getFrom, getTo, getTransactionNumber, getType, setCurrencyAmount, setDate, setDisplay, setFrom, setTo, setTransactionNumber, setType, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
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
-
INSTALLMENT
public static final BasicProperty<InstallmentVO,InstallmentTransferVO> INSTALLMENT
-
-
Constructor Detail
-
InstallmentTransferVO
public InstallmentTransferVO()
-
InstallmentTransferVO
public InstallmentTransferVO(Long id)
-
InstallmentTransferVO
public InstallmentTransferVO(Property<T,? super InstallmentTransferVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransferDetailedVO
-
getInstallment
public InstallmentVO getInstallment()
-
setInstallment
public void setInstallment(InstallmentVO installment)
-
className
public String className()
- Overrides:
classNamein classTransferDetailedVO
-
-