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
 
 
- 
- 
Method Summary
- 
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedByGetter
getCreatedBy 
- 
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedBySetter
setCreatedBy 
 - 
 
 -