Interface ILastModifiedAtSetter<Holder>

Type Parameters:
Holder - Type of the object that contains the information.
All Known Subinterfaces:
IEntityFileSystemBeanAdapter<Entry,Entity,Scope>, ILastModifiedAtAccessor<Holder>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ILastModifiedAtSetter<Holder>
Setter for the time when the last modification to an object was made.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the time when the last modification to an object was made.
  • Method Details

    • setLastModifiedAt

      void setLastModifiedAt(Holder object, Instant value)
      Sets the time when the last modification to an object was made.
      Parameters:
      object - The object that holds the information.
      value - The time when the last modification to an object was made.