Interface Timestamped

All Known Implementing Classes:
TimestampedBaseEntity, TimestampedEntity, VersionedBaseEntity, VersionedEntity

public interface Timestamped

Base interface for timestamped entity.

Author:
Bauke Scholtz
  • Method Details

    • setCreated

      void setCreated(Instant created)
    • getCreated

      Instant getCreated()
    • setLastModified

      void setLastModified(Instant lastModified)
    • getLastModified

      Instant getLastModified()