Skip to content
Snippets Groups Projects
Commit 7238bf07 authored by Cyril Pommier's avatar Cyril Pommier
Browse files

Use dedicated filed for germplasmPUI

parent 861ea671
1 merge request!141Use dedicated field for germplasmPUI
......@@ -30,6 +30,7 @@ public class GermplasmVO
private String defaultDisplayName;
private String accessionNumber;
private String germplasmName;
private String germplasmPUI;
private String pedigree;
private String seedSource;
private List<String> synonyms;
......@@ -169,11 +170,11 @@ public class GermplasmVO
@Override
public String getGermplasmPUI() {
return uri;
return germplasmPUI;
}
public void setGermplasmPUI(String germplasmPUI) {
this.uri = germplasmPUI;
this.germplasmPUI = germplasmPUI;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment