Package org.cyclos.entities.banking
Class ScheduledPaymentInstallment
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.Installment
-
- org.cyclos.entities.banking.ScheduledPaymentInstallment
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,Trans,HasNetwork,ProcessableForProxying,HasTransactionNumber,IEntity,HasAmount
@Entity public class ScheduledPaymentInstallment extends Installment
Represents an installment within a scheduled payment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.banking.Installment
dueDate, transaction
-
-
Constructor Summary
Constructors Constructor Description ScheduledPaymentInstallment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallmentAmountReservationgetAmountDereservation()ScheduledPaymentgetScheduledPayment()voidsetAmountDereservation(InstallmentAmountReservation amountDereservation)voidsetScheduledPayment(ScheduledPayment scheduledPayment)-
Methods inherited from class org.cyclos.entities.banking.Installment
getAccessClient, getAmount, getBy, getChannel, getCurrency, getCurrencyAmount, getCustomValues, getDate, getDueDate, getFrom, getFromName, getNetwork, getNumber, getStatus, getTo, getToName, getTotalInstallments, getTransaction, getTransactionNumber, getTransfer, getTransferDate, getTransferId, getTransferTransactionNumber, getType, setAmount, setBy, setDueDate, setNumber, setStatus, setTransaction, setTransfer
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.banking.HasCurrency
round, withCurrency
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.entities.banking.Trans
getActualAmount, getCustomValuesForExport, getFromOwner, getFromOwnerOrType, getFromType, getFromUser, getRelatedAccount, getRelatedOwner, getToOwner, getToOwnerOrType, getToType, getToUser, getTransactionNumberOrId, isDebit, isFromSystem, isFromUser, isToSystem, isToUser
-
-
-
-
Method Detail
-
getAmountDereservation
public InstallmentAmountReservation getAmountDereservation()
-
getScheduledPayment
public ScheduledPayment getScheduledPayment()
-
setAmountDereservation
public void setAmountDereservation(InstallmentAmountReservation amountDereservation)
-
setScheduledPayment
public void setScheduledPayment(ScheduledPayment scheduledPayment)
-
-