Package org.gbif.api.model.registry.eml
Class ProjectAward
java.lang.Object
org.gbif.api.model.registry.eml.ProjectAward
ProjectAward is used to enter information about a funding award associated with a project. The containing project
contains the list of investigators and for the award, while the `award` field contains specifics such as the agency
name, award number, and funding program identifiers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunderIdentifier(String funderIdentifier) boolean@NotNull String@NotNull StringgetTitle()inthashCode()voidsetAwardNumber(String awardNumber) voidsetAwardUrl(String awardUrl) voidsetFunderIdentifiers(List<String> funderIdentifiers) voidsetFunderName(String funderName) voidtoString()
-
Constructor Details
-
ProjectAward
public ProjectAward()
-
-
Method Details