Package org.cyclos.entities.banking
Class UserAccountType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasCurrency,HasNetwork,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class UserAccountType extends AccountType
Type for user accounts
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AccountFee>getAccountFees()IntegerRangegetDefaultYellowBalanceRange()GeneratedTransferTypegetDisposeNegativeType()GeneratedTransferTypegetDisposePositiveType()AccountTypeLimitTypegetLimitType()AccountTypeNaturegetNature()voidsetAccountFees(Set<AccountFee> accountFees)voidsetDefaultYellowBalanceRange(IntegerRange defaultYellowBalanceRange)voidsetDisposeNegativeType(GeneratedTransferType disposeNegativeType)voidsetDisposePositiveType(GeneratedTransferType disposePositiveType)-
Methods inherited from class org.cyclos.entities.banking.AccountType
getCurrency, getCustomFieldsForList, getCustomFieldsForSearch, getDataTranslationType, getFromTransferTypes, getNetwork, getToTransferTypes, getTransferFilters, isMaturityFreeze, isPrintHistoryLandscape, isShowDescriptionInHistoryFilters, isShowDescriptionInHistoryList, setCurrency, setCustomFieldsForList, setCustomFieldsForSearch, setFromTransferTypes, setMaturityFreeze, setPrintHistoryLandscape, setShowDescriptionInHistoryFilters, setShowDescriptionInHistoryList, setToTransferTypes, setTransferFilters
-
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
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, 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.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAccountFees
public Set<AccountFee> getAccountFees()
-
getDefaultYellowBalanceRange
public IntegerRange getDefaultYellowBalanceRange()
-
getDisposeNegativeType
public GeneratedTransferType getDisposeNegativeType()
-
getDisposePositiveType
public GeneratedTransferType getDisposePositiveType()
-
getLimitType
public AccountTypeLimitType getLimitType()
- Specified by:
getLimitTypein classAccountType
-
getNature
public AccountTypeNature getNature()
- Specified by:
getNaturein classAccountType
-
setAccountFees
public void setAccountFees(Set<AccountFee> accountFees)
-
setDefaultYellowBalanceRange
public void setDefaultYellowBalanceRange(IntegerRange defaultYellowBalanceRange)
-
setDisposeNegativeType
public void setDisposeNegativeType(GeneratedTransferType disposeNegativeType)
-
setDisposePositiveType
public void setDisposePositiveType(GeneratedTransferType disposePositiveType)
-
-