Interface Auditable<U>

All Known Implementing Classes:
AbstractAuditable

public interface Auditable<U>
Auditable interface
  • Method Details

    • getCreatedBy

      U getCreatedBy()
    • setCreatedBy

      void setCreatedBy(U createdBy)
    • getCreationDate

      Date getCreationDate()
    • setCreationDate

      void setCreationDate(Date creationDate)
    • getLastModifiedBy

      U getLastModifiedBy()
    • setLastModifiedBy

      void setLastModifiedBy(U lastModifiedBy)
    • getLastModifiedDate

      Date getLastModifiedDate()
    • setLastModifiedDate

      void setLastModifiedDate(Date lastModifiedDate)
    • copyAuditInfo

      default void copyAuditInfo(Auditable<U> source)