Interface ICreatedByAccessor<Holder>

  • Type Parameters:
    Holder - Type of the object that contains the information.
    All Superinterfaces:
    ICreatedByGetter<Holder>, ICreatedBySetter<Holder>

    public interface ICreatedByAccessor<Holder>
    extends ICreatedByGetter<Holder>, ICreatedBySetter<Holder>
    Accessor (getter+setter) for the name of the user who created an object.
    Author:
    XIMA MEDIA GmbH