Package org.cyclos.entities.banking
Class AccountBalanceLimitLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.banking.BaseAccountLimitLog
-
- org.cyclos.entities.banking.AccountBalanceLimitLog
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasNetwork,ProcessableForProxying,IEntity
@Entity public class AccountBalanceLimitLog extends BaseAccountLimitLog
Stores the history of an account's lower and upper credit limits
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description AccountBalanceLimitLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetCreditLimit()BigDecimalgetUpperCreditLimit()booleanisCreditLimitFromProduct()booleanisUpperCreditLimitFromProduct()voidsetCreditLimit(BigDecimal creditLimit)voidsetCreditLimitFromProduct(boolean creditLimitFromProduct)voidsetUpperCreditLimit(BigDecimal upperCreditLimit)voidsetUpperCreditLimitFromProduct(boolean upperCreditLimitFromProduct)-
Methods inherited from class org.cyclos.entities.banking.BaseAccountLimitLog
getAccount, getBy, getCurrency, getDescription, getModifiedAt, getNetwork, setAccount, setBy, setDescription, setModifiedAt
-
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, toShortString, toString, 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.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getCreditLimit
public BigDecimal getCreditLimit()
-
getUpperCreditLimit
public BigDecimal getUpperCreditLimit()
-
isCreditLimitFromProduct
public boolean isCreditLimitFromProduct()
-
isUpperCreditLimitFromProduct
public boolean isUpperCreditLimitFromProduct()
-
setCreditLimit
public void setCreditLimit(BigDecimal creditLimit)
-
setCreditLimitFromProduct
public void setCreditLimitFromProduct(boolean creditLimitFromProduct)
-
setUpperCreditLimit
public void setUpperCreditLimit(BigDecimal upperCreditLimit)
-
setUpperCreditLimitFromProduct
public void setUpperCreditLimitFromProduct(boolean upperCreditLimitFromProduct)
-
-