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

@Entity public class CostCenter extends org.cardanofoundation.lob.app.support.spring_audit.CommonEntity implements org.springframework.data.domain.Persistable<CostCenter.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

    Modifier and Type
    Method
    Description
     

    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

    • CostCenter

      public CostCenter()
  • Method Details