work on VIVO-303 picklist sorting and display
This commit is contained in:
parent
967278217f
commit
5293824fa2
37 changed files with 280 additions and 349 deletions
|
@ -81,7 +81,17 @@ public class IndividualStub implements Individual {
|
|||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getLabel() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPickListName() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<DataPropertyStatement> getDataPropertyStatements() {
|
||||
return new ArrayList<DataPropertyStatement>(dpsSet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue