forked from D-Net/dnet-hadoop
added topic information
This commit is contained in:
parent
d6206d6e63
commit
9f54f69e6d
|
@ -26,6 +26,16 @@ public class CSVProject implements Serializable {
|
||||||
private String participantCountries;
|
private String participantCountries;
|
||||||
private String subjects;
|
private String subjects;
|
||||||
|
|
||||||
|
private String topicdescription;
|
||||||
|
|
||||||
|
public String getTopicdescription() {
|
||||||
|
return topicdescription;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTopicdescription(String topicdescription) {
|
||||||
|
this.topicdescription = topicdescription;
|
||||||
|
}
|
||||||
|
|
||||||
public String getRcn() {
|
public String getRcn() {
|
||||||
return rcn;
|
return rcn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue