forked from D-Net/dnet-hadoop
removed the fulltext element
This commit is contained in:
parent
150dd27431
commit
b6b5498a9a
|
@ -28,8 +28,6 @@ public class Result implements Serializable {
|
|||
|
||||
private String publicationdate; // dateofacceptance;
|
||||
|
||||
private List<String> fulltext;
|
||||
|
||||
private String publisher;
|
||||
|
||||
private String embargoenddate;
|
||||
|
@ -78,14 +76,6 @@ public class Result implements Serializable {
|
|||
|
||||
private Long lastupdatetimestamp;
|
||||
|
||||
public List<String> getFulltext() {
|
||||
return fulltext;
|
||||
}
|
||||
|
||||
public void setFulltext(List<String> fulltext) {
|
||||
this.fulltext = fulltext;
|
||||
}
|
||||
|
||||
public Long getLastupdatetimestamp() {
|
||||
return lastupdatetimestamp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue