Interface ILastModifiedBySetter<Holder>

Type Parameters:
Holder - Type of the object that contains the last modification information.
All Known Subinterfaces:
IEntityFileSystemBeanAdapter<Entry,Entity,Scope>, ILastModifiedByAccessor<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 ILastModifiedBySetter<Holder>
Setter for the name of the user who made the last modification to an object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the name of the user who made the last modification to the object.
  • Method Details

    • setLastModifiedBy

      void setLastModifiedBy(Holder object, String value)
      Sets the name of the user who made the last modification to the object.
      Parameters:
      object - The object that holds the information.
      value - The name of the user who made the last modification to the object.