Interface Auditable<U>

  • All Known Implementing Classes:
    AbstractAuditable

    public interface Auditable<U>
    Auditable interface
    • Method Detail

      • 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)