Class BaseAccountLimitLog

    • Constructor Detail

      • BaseAccountLimitLog

        public BaseAccountLimitLog()
    • Method Detail

      • getAccount

        public Account getAccount()
      • getBy

        public User getBy()
      • getCurrency

        public Currency getCurrency()
        This method was created to solve the conversion to the corresponding VO
        Specified by:
        getCurrency in interface HasCurrency
      • getDescription

        public String getDescription()
      • getModifiedAt

        public Date getModifiedAt()
      • setAccount

        public void setAccount​(Account account)
      • setBy

        public void setBy​(User by)
      • setDescription

        public void setDescription​(String description)
      • setModifiedAt

        public void setModifiedAt​(Date modifiedAt)