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 AbstractResource
public javax.ws.rs.core.Response lastModificationDateList() throws Exception
Exception
public Long getEntityId()
public void setEntityId(Long entityId)
entityId
- public Date getLastModificationDate()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate
- Copyright © 2019 Communote team. All rights reserved.