forked from D-Net/dnet-hadoop
remove the topic description from the values in the CSVProject class
This commit is contained in:
parent
6d8b932e40
commit
9e19c9a221
|
@ -26,15 +26,6 @@ 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