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 TypeMethodDescriptionvoidaddAward(ProjectAward award) voidaddContact(Contact contact) Add contact to Contact List.voidaddRelatedProject(RelatedProject relatedProject) booleanA unique identifier for the project.getTitle()inthashCode()voidsetAbstract(String abstract_) voidsetAwards(List<ProjectAward> awards) voidsetContacts(List<Contact> contacts) voidsetDescription(String description) voidsetDesignDescription(String designDescription) voidsetFunding(String funding) voidsetIdentifier(String identifier) voidsetRelatedProjects(List<RelatedProject> relatedProjects) voidsetStudyAreaDescription(String studyAreaDescription) voidtoString()
-
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
-