forked from D-Net/dnet-hadoop
apply changes in D-Net/dnet-hadoop#40 (comment)
This commit is contained in:
parent
d1c78e09a8
commit
23b7c99164
|
@ -18,7 +18,6 @@ public class Organization implements Serializable {
|
||||||
private Qualifier country;
|
private Qualifier country;
|
||||||
private String id;
|
private String id;
|
||||||
private List<ControlledField> pid;
|
private List<ControlledField> pid;
|
||||||
// private List<KeyValue> collectedfrom;
|
|
||||||
|
|
||||||
public String getLegalshortname() {
|
public String getLegalshortname() {
|
||||||
return legalshortname;
|
return legalshortname;
|
||||||
|
@ -76,11 +75,4 @@ public class Organization implements Serializable {
|
||||||
this.pid = pid;
|
this.pid = pid;
|
||||||
}
|
}
|
||||||
|
|
||||||
// public List<KeyValue> getCollectedfrom() {
|
|
||||||
// return collectedfrom;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public void setCollectedfrom(List<KeyValue> collectedfrom) {
|
|
||||||
// this.collectedfrom = collectedfrom;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue