forked from D-Net/dnet-hadoop
removed the duration attribute (most of the times it is set to 0)
This commit is contained in:
parent
57c87b7653
commit
e163b1df79
|
@ -24,7 +24,7 @@ public class Project implements Serializable {
|
||||||
|
|
||||||
private String keywords;
|
private String keywords;
|
||||||
|
|
||||||
private String duration;
|
// private String duration; removed because the most of the times is set to 0
|
||||||
|
|
||||||
private boolean openaccessmandateforpublications;
|
private boolean openaccessmandateforpublications;
|
||||||
|
|
||||||
|
@ -111,13 +111,13 @@ public class Project implements Serializable {
|
||||||
this.keywords = keywords;
|
this.keywords = keywords;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDuration() {
|
// public String getDuration() {
|
||||||
return duration;
|
// return duration;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
public void setDuration(String duration) {
|
// public void setDuration(String duration) {
|
||||||
this.duration = duration;
|
// this.duration = duration;
|
||||||
}
|
// }
|
||||||
|
|
||||||
public boolean isOpenaccessmandateforpublications() {
|
public boolean isOpenaccessmandateforpublications() {
|
||||||
return openaccessmandateforpublications;
|
return openaccessmandateforpublications;
|
||||||
|
|
Loading…
Reference in New Issue