Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FAIDARE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
urgi-is
FAIDARE
Commits
7238bf07
Commit
7238bf07
authored
1 year ago
by
Cyril Pommier
Browse files
Options
Downloads
Patches
Plain Diff
Use dedicated filed for germplasmPUI
parent
861ea671
Loading
Loading
1 merge request
!141
Use dedicated field for germplasmPUI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/java/fr/inra/urgi/faidare/domain/data/germplasm/GermplasmVO.java
+3
-2
3 additions, 2 deletions
.../inra/urgi/faidare/domain/data/germplasm/GermplasmVO.java
with
3 additions
and
2 deletions
backend/src/main/java/fr/inra/urgi/faidare/domain/data/germplasm/GermplasmVO.java
+
3
−
2
View file @
7238bf07
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment