Class Account

    • Field Detail

      • user

        protected User user
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getCreationDate

        public Date getCreationDate()
      • getCustomCreditLimit

        public BigDecimal getCustomCreditLimit()
        Returns the cached customized lower credit limit for this account. Shouldn't be used directly, because when not customized will get the value from products. Instead, use AccountServiceLocal#getLimitLog(Account, Date) passing a null date.
      • getCustomUpperCreditLimit

        public BigDecimal getCustomUpperCreditLimit()
        Returns the cached customized upper credit limit for this account. Shouldn't be used directly, because when not customized will get the value from products. Instead, use AccountServiceLocal#getLimitLog(Account, Date) passing a null date.
      • getNegativeSince

        public Date getNegativeSince()
      • getNumber

        public String getNumber()
      • isHasCustomCreditLimit

        public boolean isHasCustomCreditLimit()
      • isHasCustomUpperCreditLimit

        public boolean isHasCustomUpperCreditLimit()
      • setAccountRates

        public void setAccountRates​(AccountRates accountRates)
      • setClosedAccountBalances

        public void setClosedAccountBalances​(Set<ClosedAccountBalance> closedAccountBalances)
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • setCustomCreditLimit

        public void setCustomCreditLimit​(BigDecimal customCreditLimit)
      • setCustomUpperCreditLimit

        public void setCustomUpperCreditLimit​(BigDecimal customUpperCreditLimit)
      • setHasCustomCreditLimit

        public void setHasCustomCreditLimit​(boolean hasCustomCreditLimit)
      • setHasCustomUpperCreditLimit

        public void setHasCustomUpperCreditLimit​(boolean hasCustomUpperCreditLimit)
      • setNegativeSince

        public void setNegativeSince​(Date negativeSince)
      • setNumber

        public void setNumber​(String number)