java.lang.Object
org.cardanofoundation.lob.app.support.spring_audit.CommonEntity
org.cardanofoundation.lob.app.organisation.domain.entity.ChartOfAccount
All Implemented Interfaces:
org.springframework.data.domain.Persistable<ChartOfAccount.Id>

@Entity public class ChartOfAccount extends org.cardanofoundation.lob.app.support.spring_audit.CommonEntity implements org.springframework.data.domain.Persistable<ChartOfAccount.Id>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonEntity

    createdAt, createdBy, isNew, updatedAt, updatedBy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.cardanofoundation.lob.app.support.spring_audit.CommonEntity

    getCreatedAt, getCreatedBy, getUpdatedAt, getUpdatedBy, isNew, setCreatedAt, setCreatedBy, setNew, setUpdatedAt, setUpdatedBy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.domain.Persistable

    getId, isNew
  • Constructor Details

    • ChartOfAccount

      public ChartOfAccount()