Package org.gbif.api.model.registry.eml
Class Project
java.lang.Object
org.gbif.api.model.registry.eml.Project
- All Implemented Interfaces:
Serializable
A dataset can be part of a project. A project can have a unique identifier, used to link datasets associated with
the same project.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAward
(ProjectAward award) void
addContact
(Contact contact) Add contact to Contact List.void
addRelatedProject
(RelatedProject relatedProject) boolean
A unique identifier for the project.getTitle()
int
hashCode()
void
setAbstract
(String abstract_) void
setAwards
(List<ProjectAward> awards) void
setContacts
(List<Contact> contacts) void
setDescription
(String description) void
setDesignDescription
(String designDescription) void
setFunding
(String funding) void
setIdentifier
(String identifier) void
setRelatedProjects
(List<RelatedProject> relatedProjects) void
setStudyAreaDescription
(String studyAreaDescription) void
toString()
-
Constructor Details
-
Project
public Project() -
Project
-
-
Method Details
-
getAbstract
-
setAbstract
-
getContacts
-
setContacts
-
getDesignDescription
-
setDesignDescription
-
getFunding
-
setFunding
-
getAwards
-
setAwards
-
addAward
-
getStudyAreaDescription
-
setStudyAreaDescription
-
getTitle
-
setTitle
-
getIdentifier
A unique identifier for the project. Used to link multiple datasets associated with the same project.- Returns:
- the unique identifier for the project
-
setIdentifier
-
getDescription
-
setDescription
-
getRelatedProjects
-
setRelatedProjects
-
addRelatedProject
-
addContact
Add contact to Contact List. -
equals
-
hashCode
-
toString
-