public interface Entity
| 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) |
org.bson.types.ObjectId getId()
void setId(org.bson.types.ObjectId id)
id - String getUri()
void setUri(String uri)
uri - String getContent()
void setContent(String content)
content - long getTimestamp()
void setTimestamp(long timestamp)
timestamp - Copyright © 2015 Europeana Foundation. All rights reserved.