public class LastModificationDateResource extends AbstractResource
| Constructor and Description |
|---|
LastModificationDateResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getEntityId()
Returns the EntityId.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,DefaultParameter,GetCollectionLastModificationDateParameter> |
getResourceHandler() |
int |
hashCode() |
javax.ws.rs.core.Response |
lastModificationDateList() |
void |
setEntityId(Long entityId)
Sets EntityId.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,DefaultParameter,GetCollectionLastModificationDateParameter> getResourceHandler()
getResourceHandler in class AbstractResourcepublic javax.ws.rs.core.Response lastModificationDateList()
throws Exception
Exceptionpublic Long getEntityId()
public void setEntityId(Long entityId)
entityId - public Date getLastModificationDate()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate - Copyright © 2019 Communote team. All rights reserved.