Interface ILastModifiedByAccessor<Holder>
-
- Type Parameters:
Holder
- Type of the object that contains the last modification information.
- All Superinterfaces:
ILastModifiedByGetter<Holder>
,ILastModifiedBySetter<Holder>
- All Known Subinterfaces:
IEntityFileSystemBeanAdapter<Entry,Entity,Scope>
public interface ILastModifiedByAccessor<Holder> extends ILastModifiedByGetter<Holder>, ILastModifiedBySetter<Holder>
Accessor (getter+setter) for the name of the user who made the last modification to an object.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedByGetter
getLastModifiedBy
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedBySetter
setLastModifiedBy
-
-