added topic information

This commit is contained in:
Miriam Baglioni 2020-09-24 15:23:35 +02:00
parent d6206d6e63
commit 9f54f69e6d
1 changed files with 10 additions and 0 deletions

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;
}