Uses of Class
org.gbif.api.model.registry.eml.ProjectAward
-
Packages that use ProjectAward Package Description org.gbif.api.model.registry.eml -
-
Uses of ProjectAward in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type ProjectAward Modifier and Type Method Description List<ProjectAward>
Project. getAwards()
Methods in org.gbif.api.model.registry.eml with parameters of type ProjectAward Modifier and Type Method Description void
Project. addAward(ProjectAward award)
Method parameters in org.gbif.api.model.registry.eml with type arguments of type ProjectAward Modifier and Type Method Description void
Project. setAwards(List<ProjectAward> awards)
-