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