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 1 additions and 10 deletions
Showing only changes of commit 9e19c9a221 - Show all commits

View File

@ -25,16 +25,7 @@ public class CSVProject implements Serializable {
private String participants;
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;