Package org.cyclos.entities.banking
Class BalanceDisposalTransfer
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.Transfer
-
- org.cyclos.entities.banking.BalanceDisposalTransfer
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,Trans,HasNetwork,ProcessableForProxying,RatedEntity,HasTransactionNumber,IEntity,HasAmount
@Entity public class BalanceDisposalTransfer extends Transfer
A transfer generated when an account is being disposed with non-zero balance
-
-
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.Transfer
pendingNotification
-
-
Constructor Summary
Constructors Constructor Description BalanceDisposalTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferNaturegetTransferNature()-
Methods inherited from class org.cyclos.entities.banking.Transfer
fromTransaction, getAccessClient, getAmount, getChannel, getChargedBackBy, getChildren, getCurrency, getCustomValues, getDate, getEmissionDate, getExpirationDate, getFrom, getFromName, getFromOwner, getNetwork, getParent, getRoot, getStatus, getStatuses, getTo, getToName, getToOwner, getTransaction, getTransactionId, getTransactionNumber, getTransactionTransactionNumber, getType, isPendingNotification, setAmount, setChargedBackBy, setChildren, setDate, setEmissionDate, setExpirationDate, setFrom, setParent, setPendingNotification, setStatus, setTo, setTransaction, setTransactionNumber, setType
-
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.banking.HasCurrencyAmount
getCurrencyAmount
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.entities.banking.Trans
getActualAmount, getCustomValuesForExport, getFromOwnerOrType, getFromType, getFromUser, getRelatedAccount, getRelatedOwner, getToOwnerOrType, getToType, getToUser, getTransactionNumberOrId, isDebit, isFromSystem, isFromUser, isToSystem, isToUser
-
-
-
-
Method Detail
-
getTransferNature
public TransferNature getTransferNature()
- Specified by:
getTransferNaturein classTransfer
-
-