@Entity(value="Collection") public class Collection extends Object
| Constructor and Description |
|---|
Collection() |
| Modifier and Type | Method and Description |
|---|---|
org.bson.types.ObjectId |
getId()
Return the ObjectID of an entry in the Collection Lookup Table
|
String |
getNewCollectionId()
String representation of the new collectionID
|
String |
getOldCollectionId()
String representation of the old collectionID
|
void |
setId(org.bson.types.ObjectId id)
Set the ObjectID of the entry in the Lookup Table
|
void |
setNewCollectionId(String newCollectionId)
Set the new collectionID
|
void |
setOldCollectionId(String oldCollectionId)
Set the old collectionID
|
public org.bson.types.ObjectId getId()
public void setId(org.bson.types.ObjectId id)
id - The ObjectIDpublic String getNewCollectionId()
public void setNewCollectionId(String newCollectionId)
newCollectionId - The new collectionIDpublic String getOldCollectionId()
public void setOldCollectionId(String oldCollectionId)
oldCollectionId - The old collectionIDCopyright © 2017 Europeana Foundation. All rights reserved.