Interface ICreatedAtAccessor<Holder>
- 
- Type Parameters:
 Holder- Type of the object that contains the information.
- All Superinterfaces:
 ICreatedAtGetter<Holder>,ICreatedAtSetter<Holder>
public interface ICreatedAtAccessor<Holder> extends ICreatedAtGetter<Holder>, ICreatedAtSetter<Holder>
Accessor (getter+setter) for the time when an object was created.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
- 
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedAtGetter
getCreatedAt 
- 
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedAtSetter
setCreatedAt 
 - 
 
 -