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 TypeMethodDescriptionvoid
addFunderIdentifier
(String funderIdentifier) boolean
@NotNull String
@NotNull String
getTitle()
int
hashCode()
void
setAwardNumber
(String awardNumber) void
setAwardUrl
(String awardUrl) void
setFunderIdentifiers
(List<String> funderIdentifiers) void
setFunderName
(String funderName) void
toString()
-
Constructor Details
-
ProjectAward
public ProjectAward()
-
-
Method Details