removed the fulltext element

This commit is contained in:
Miriam Baglioni 2020-08-07 15:29:32 +02:00
parent 150dd27431
commit b6b5498a9a
1 changed files with 0 additions and 10 deletions

View File

@ -28,8 +28,6 @@ public class Result implements Serializable {
private String publicationdate; // dateofacceptance; private String publicationdate; // dateofacceptance;
private List<String> fulltext;
private String publisher; private String publisher;
private String embargoenddate; private String embargoenddate;
@ -78,14 +76,6 @@ public class Result implements Serializable {
private Long lastupdatetimestamp; private Long lastupdatetimestamp;
public List<String> getFulltext() {
return fulltext;
}
public void setFulltext(List<String> fulltext) {
this.fulltext = fulltext;
}
public Long getLastupdatetimestamp() { public Long getLastupdatetimestamp() {
return lastupdatetimestamp; return lastupdatetimestamp;
} }