@Entity(value="EuropeanaIdRegistry") public class EuropeanaIdRegistry extends Object
| Constructor and Description |
|---|
EuropeanaIdRegistry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCid() |
String |
getEid() |
org.bson.types.ObjectId |
getId()
Get the record ID
|
Date |
getLast_checked() |
String |
getOrid() |
String |
getSessionID() |
String |
getXmlchecksum() |
boolean |
isDeleted()
Is the id's record deleted
|
void |
setCid(String cid) |
void |
setDeleted(boolean deleted)
Set the record of the id as deleted
|
void |
setEid(String eid) |
void |
setId(org.bson.types.ObjectId id)
Set the recordID
|
void |
setLast_checked(Date last_checked) |
void |
setOrid(String orid) |
void |
setSessionID(String sessionID) |
void |
setXmlchecksum(String xmlchecksum) |
public org.bson.types.ObjectId getId()
public void setId(org.bson.types.ObjectId id)
id - The id to setpublic String getEid()
public void setEid(String eid)
eid - the eid to setpublic String getCid()
public String getOrid()
public String getXmlchecksum()
public Date getLast_checked()
public String getSessionID()
public void setCid(String cid)
cid - the cid to setpublic void setOrid(String orid)
orid - the orid to setpublic void setXmlchecksum(String xmlchecksum)
xmlchecksum - the xmlchecksum to setpublic void setLast_checked(Date last_checked)
last_checked - the last_checked to setpublic void setSessionID(String sessionID)
sessionID - the sessionID to setpublic boolean isDeleted()
public void setDeleted(boolean deleted)
deleted - Copyright © 2015 Europeana Foundation. All rights reserved.