| Constructor and Description |
|---|
EntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
A string representation of the content of the remote resource
|
org.bson.types.ObjectId |
getId()
Morphia ObjectId
|
long |
getTimestamp()
A timestamp of the creation of the stored resource in the DB.
|
String |
getUri()
The URI of the remote resource
|
void |
setContent(String content) |
void |
setId(org.bson.types.ObjectId id)
Morphia Id setter
|
void |
setTimestamp(long timestamp) |
void |
setUri(String uri) |
public org.bson.types.ObjectId getId()
Entitypublic void setId(org.bson.types.ObjectId id)
Entitypublic String getUri()
Entitypublic String getContent()
EntitygetContent in interface Entitypublic void setContent(String content)
setContent in interface Entitypublic long getTimestamp()
EntitygetTimestamp in interface Entitypublic void setTimestamp(long timestamp)
setTimestamp in interface EntityCopyright © 2017 Europeana Foundation. All rights reserved.