public class StandardLastModificationDateFactory extends Object implements LastModificationDateFactory<LastModificationDate>
LastModificationDate
'sConstructor and Description |
---|
StandardLastModificationDateFactory() |
Modifier and Type | Method and Description |
---|---|
LastModificationDate |
createLastModificationDate(Long entityId,
Date date)
Create some form of object that holds the entity id and date
|
public LastModificationDate createLastModificationDate(Long entityId, Date date)
LastModificationDateFactory
createLastModificationDate
in interface LastModificationDateFactory<LastModificationDate>
entityId
- the id of the entitydate
- the last modification date of the entityCopyright © 2019 Communote team. All rights reserved.