Interface ICreatedBySetter<Holder>

Type Parameters:
Holder - Type of the object that contains the information.
All Known Subinterfaces:
ICreatedByAccessor<Holder>, IEntityFileSystemBeanAdapter<Entry,Entity,Scope>
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 ICreatedBySetter<Holder>
Setter for the name of the user who created an object.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCreatedBy(Holder object, String value)
    Sets the name of the user who created an object.
  • Method Details

    • setCreatedBy

      void setCreatedBy(Holder object, String value)
      Sets the name of the user who created an object.
      Parameters:
      object - The object that holds the information.
      value - The name of the user who created an object.