forked from D-Net/dnet-hadoop
removed commented code
This commit is contained in:
parent
b90a945c49
commit
e9d948786d
|
@ -10,38 +10,9 @@ import java.io.Serializable;
|
||||||
* store the jurisdiction of the funder
|
* store the jurisdiction of the funder
|
||||||
*/
|
*/
|
||||||
public class Funder extends eu.dnetlib.dhp.schema.dump.oaf.Funder {
|
public class Funder extends eu.dnetlib.dhp.schema.dump.oaf.Funder {
|
||||||
// private String shortName;
|
|
||||||
//
|
|
||||||
// private String name;
|
|
||||||
|
|
||||||
private String fundingStream;
|
private String fundingStream;
|
||||||
|
|
||||||
// private String jurisdiction;
|
|
||||||
|
|
||||||
// public String getJurisdiction() {
|
|
||||||
// return jurisdiction;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public void setJurisdiction(String jurisdiction) {
|
|
||||||
// this.jurisdiction = jurisdiction;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public String getShortName() {
|
|
||||||
// return shortName;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public void setShortName(String shortName) {
|
|
||||||
// this.shortName = shortName;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public String getName() {
|
|
||||||
// return name;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public void setName(String name) {
|
|
||||||
// this.name = name;
|
|
||||||
// }
|
|
||||||
|
|
||||||
public String getFundingStream() {
|
public String getFundingStream() {
|
||||||
return fundingStream;
|
return fundingStream;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue