Interface ByLastModified<T,U>

Type Parameters:
T - the generic type of time measurement
U - the generic type of the user or account
All Superinterfaces:
LastModified<T>
All Known Subinterfaces:
Auditable<T,U>, IdentifiableByLastModified<PK,T,U>, IdentifiableTraceable<PK,T,U>, IdentifiableTraceableVersionable<PK,T,U>, Traceable<T,U>

public interface ByLastModified<T,U> extends LastModified<T>
The interface ByLastModified can be implemented from an data that needs the data of the point of time from its last modification and who last modified
  • Field Details

    • COLUMN_NAME_LAST_MODIFIED_BY

      static final String COLUMN_NAME_LAST_MODIFIED_BY
      The Constant for the column name 'lastModifiedBy'.
      See Also:
  • Method Details

    • getLastModifiedBy

      U getLastModifiedBy()
      Gets the user or account that last modified this data
      Returns:
      the user or account that last modified this data
    • setLastModifiedBy

      void setLastModifiedBy(U user)
      Sets the user or account that last modified this data
      Parameters:
      user - the user or account that last modified this data