Module org.refcodes.mixin
Package org.refcodes.mixin
Interface CreatedDateAccessor.CreatedDateMutator
- All Known Subinterfaces:
CreatedDateAccessor.CreatedDateProperty
- Enclosing interface:
- CreatedDateAccessor
public static interface CreatedDateAccessor.CreatedDateMutator
Provides a mutator for a "created" date property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreatedDate
(Date aCreatedDate) Sets the "created" date for the date property.
-
Method Details
-
setCreatedDate
Sets the "created" date for the date property.- Parameters:
aCreatedDate
- The "created" date to be stored by the date property.
-