Interface Auditable


  • public interface Auditable
    Interface to be implemented by Resources that contain and can be retrieved using the Resource#createdAt.
    Since:
    0.5.0
    • Method Detail

      • getCreatedAt

        java.util.Date getCreatedAt()
        Returns the Resource's created date.
        Returns:
        the Resource's created date.
      • getModifiedAt

        java.util.Date getModifiedAt()
        Returns the Resource's last modification date.
        Returns:
        the Resource's last modification date.