Interface Auditable


public interface Auditable
Interface to be implemented by any object needing to be audited.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the date and time of the creation for this object.
    Gets the date and time of the last update for this object.
  • Method Details

    • getCreationDate

      Instant getCreationDate()
      Gets the date and time of the creation for this object.
      Returns:
      Creation date and time for this object
    • getModificationDate

      Instant getModificationDate()
      Gets the date and time of the last update for this object.
      Returns:
      Date and time of the last update