Package org.cyclos.entities.banking
Class GeneratedTransferType
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.ConfigurationEntity
-
- org.cyclos.entities.banking.TransferType
-
- org.cyclos.entities.banking.GeneratedTransferType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasCurrency,HasNetwork,ProcessableForDataTranslation,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class GeneratedTransferType extends TransferType
Transfer type used by automatically generated transfers
-
-
Constructor Summary
Constructors Constructor Description GeneratedTransferType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferTypeNaturegetNature()booleanisEnabled()-
Methods inherited from class org.cyclos.entities.banking.TransferType
getCurrency, getDataTranslationType, getDescriptionAvailability, getDirection, getDisplayTemplate, getdRateCreationValue, getFrom, getInitialStatuses, getMaxChargebackTime, getNetwork, getStatusFlows, getTo, getTransferFees, getValueForEmptyDescription, isFromSystem, isFromUser, isIgnoreAccountLimits, isLockFrom, isLockTo, isNotifyPaymentReceived, isToSystem, isToUser, setDescriptionAvailability, setDirection, setDisplayTemplate, setdRateCreationValue, setFrom, setIgnoreAccountLimits, setInitialStatuses, setLockFrom, setLockTo, setMaxChargebackTime, setNotifyPaymentReceived, setStatusFlows, setTo, setTransferFees, setValueForEmptyDescription
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.banking.HasCurrency
round, withCurrency
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getNature
public TransferTypeNature getNature()
- Specified by:
getNaturein classTransferType
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classTransferType
-
-