| Modifier and Type | Method and Description |
|---|---|
Country |
RelatedRecord.getCountry() |
Country |
Funder.getJurisdiction() |
static Country |
Country.newInstance(String code,
String label) |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
Result.getCountry() |
| Modifier and Type | Method and Description |
|---|---|
static Funder |
Funder.newInstance(String id,
String shortname,
String name,
Country jurisdiction,
List<Pid> pid) |
void |
RelatedRecord.setCountry(Country country) |
void |
Funder.setJurisdiction(Country jurisdiction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setCountry(List<Country> country) |
Copyright © 2025. All rights reserved.