Package org.cyclos.entities.banking
Class SystemAccountType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasCurrency,HasNetwork,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class SystemAccountType extends AccountType
Type for system accounts
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<SystemAccount>accounts
-
Constructor Summary
Constructors Constructor Description SystemAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemAccountgetAccount()BigDecimalgetCreditLimit()AccountTypeLimitTypegetLimitType()AccountTypeNaturegetNature()BigDecimalgetUpperCreditLimit()voidsetAccount(SystemAccount account)voidsetCreditLimit(BigDecimal creditLimit)voidsetLimitType(AccountTypeLimitType limitType)voidsetUpperCreditLimit(BigDecimal upperCreditLimit)-
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
-
-
-
-
Field Detail
-
accounts
protected Set<SystemAccount> accounts
-
-
Method Detail
-
getAccount
public SystemAccount getAccount()
-
getCreditLimit
public BigDecimal getCreditLimit()
-
getLimitType
public AccountTypeLimitType getLimitType()
- Specified by:
getLimitTypein classAccountType
-
getNature
public AccountTypeNature getNature()
- Specified by:
getNaturein classAccountType
-
getUpperCreditLimit
public BigDecimal getUpperCreditLimit()
-
setAccount
public void setAccount(SystemAccount account)
-
setCreditLimit
public void setCreditLimit(BigDecimal creditLimit)
-
setLimitType
public void setLimitType(AccountTypeLimitType limitType)
-
setUpperCreditLimit
public void setUpperCreditLimit(BigDecimal upperCreditLimit)
-
-