Package org.cyclos.entities.banking
Class ImportTransfer
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.Transfer
-
- org.cyclos.entities.banking.ImportTransfer
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,Trans,HasNetwork,ProcessableForProxying,RatedEntity,HasTransactionNumber,IEntity,HasAmount
@Entity public class ImportTransfer extends Transfer
A transfer that has been imported
-
-
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 ImportTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportTransactiongetImportTransaction()TransferNaturegetTransferNature()voidsetImportTransaction(ImportTransaction importTransaction)-
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
-
getImportTransaction
public ImportTransaction getImportTransaction()
-
getTransferNature
public TransferNature getTransferNature()
- Specified by:
getTransferNaturein classTransfer
-
setImportTransaction
public void setImportTransaction(ImportTransaction importTransaction)
-
-