Package org.cyclos.entities.banking
Class AccountFeeTransfer
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.Transfer
-
- org.cyclos.entities.banking.AccountFeeTransfer
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasCurrencyAmount,Trans,HasNetwork,ProcessableForProxying,RatedEntity,HasTransactionNumber,IEntity,HasAmount
@Entity public class AccountFeeTransfer extends Transfer
A transfer generated from an account fee charge
-
-
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 AccountFeeTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountFeegetAccountFee()AccountFeeLoggetAccountFeeLog()TransferNaturegetTransferNature()voidsetAccountFeeLog(AccountFeeLog accountFeeLog)-
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
-
getAccountFee
public AccountFee getAccountFee()
-
getAccountFeeLog
public AccountFeeLog getAccountFeeLog()
-
getTransferNature
public TransferNature getTransferNature()
- Specified by:
getTransferNaturein classTransfer
-
setAccountFeeLog
public void setAccountFeeLog(AccountFeeLog accountFeeLog)
-
-