This commit is contained in:
Miriam Baglioni 2020-08-13 12:01:14 +02:00
parent f7ce7a5be8
commit d1c78e09a8
1 changed files with 0 additions and 19 deletions

View File

@ -5,25 +5,14 @@ import java.io.Serializable;
public class Funder implements Serializable {
// private String id ;
private String shortName;
private String name;
// private List<Levels> funding_levels;
private Fundings funding_stream;
private String jurisdiction;
// public String getId() {
// return id;
// }
//
// public void setId(String id) {
// this.id = id;
// }
public String getShortName() {
return shortName;
}
@ -40,14 +29,6 @@ public class Funder implements Serializable {
this.name = name;
}
// public List<Levels> getFunding_levels() {
// return funding_levels;
// }
//
// public void setFunding_levels(List<Levels> funding_levels) {
// this.funding_levels = funding_levels;
// }
public String getJurisdiction() {
return jurisdiction;
}