This commit is contained in:
Miriam Baglioni 2020-08-13 12:01:45 +02:00
parent d1c78e09a8
commit 23b7c99164
1 changed files with 0 additions and 8 deletions

View File

@ -18,7 +18,6 @@ public class Organization implements Serializable {
private Qualifier country;
private String id;
private List<ControlledField> pid;
// private List<KeyValue> collectedfrom;
public String getLegalshortname() {
return legalshortname;
@ -76,11 +75,4 @@ public class Organization implements Serializable {
this.pid = pid;
}
// public List<KeyValue> getCollectedfrom() {
// return collectedfrom;
// }
//
// public void setCollectedfrom(List<KeyValue> collectedfrom) {
// this.collectedfrom = collectedfrom;
// }
}