Interface Auditable

  • All Known Implementing Classes:
    Order

    public interface Auditable
    Auditable object contract. Example 3.7. Example of interface / group hosting constraints
    • Method Detail

      • getCreationDate

        @NotNull
        @NotNull String getCreationDate()
      • getLastUpdate

        @NotNull
        @NotNull String getLastUpdate()
      • getLastModifier

        @NotNull
        @NotNull String getLastModifier()
      • getLastReader

        @NotNull
        @NotNull String getLastReader()