@Entity public class SystemAccountType extends AccountType
| 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) |
getAccounts, getCurrency, getCustomFieldsForList, getCustomFieldsForSearch, getFromTransferTypes, getNetwork, getToTransferTypes, getTransferFilters, setAccounts, setCurrency, setCustomFieldsForList, setCustomFieldsForSearch, setFromTransferTypes, setToTransferTypes, setTransferFiltersgetDescription, getInternalName, setDescription, setInternalName, toStringgetDataTranslationType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic 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)