@Entity public class SystemAccountType extends AccountType
| Modifier and Type | Field and Description |
|---|---|
protected SystemAccount |
account |
| Constructor and Description |
|---|
SystemAccountType() |
| Modifier and Type | Method and Description |
|---|---|
SystemAccount |
getAccount() |
java.math.BigDecimal |
getCreditLimit() |
AccountTypeLimitType |
getLimitType() |
AccountTypeNature |
getNature() |
java.math.BigDecimal |
getUpperCreditLimit() |
void |
setAccount(SystemAccount account) |
void |
setCreditLimit(java.math.BigDecimal creditLimit) |
void |
setLimitType(AccountTypeLimitType limitType) |
void |
setUpperCreditLimit(java.math.BigDecimal upperCreditLimit) |
getCurrency, getCustomFieldsForList, getCustomFieldsForSearch, getDataTranslationType, getFromTransferTypes, getNetwork, getToTransferTypes, getTransferFilters, isMaturityFreeze, setCurrency, setCustomFieldsForList, setCustomFieldsForSearch, setFromTransferTypes, setMaturityFreeze, setToTransferTypes, setTransferFiltersgetDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodeprotected SystemAccount account
public SystemAccount getAccount()
public java.math.BigDecimal getCreditLimit()
public AccountTypeLimitType getLimitType()
getLimitType in class AccountTypepublic AccountTypeNature getNature()
getNature in class AccountTypepublic java.math.BigDecimal getUpperCreditLimit()
public void setAccount(SystemAccount account)
public void setCreditLimit(java.math.BigDecimal creditLimit)
public void setLimitType(AccountTypeLimitType limitType)
public void setUpperCreditLimit(java.math.BigDecimal upperCreditLimit)