Adding H2020 Classification, topic code and topic description to H2020 projects #46

Merged
claudio.atzori merged 59 commits from miriam.baglioni/dnet-hadoop:h2020classification into master 2020-10-05 14:14:39 +02:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 9f54f69e6d - Show all commits

View File

@ -26,6 +26,16 @@ public class CSVProject implements Serializable {
private String participantCountries;
private String subjects;
private String topicdescription;
public String getTopicdescription() {
return topicdescription;
}
public void setTopicdescription(String topicdescription) {
this.topicdescription = topicdescription;
}
public String getRcn() {
return rcn;
}