Package org.gbif.api.model.registry.eml
Class RelatedProject
java.lang.Object
org.gbif.api.model.registry.eml.RelatedProject
A dedicated class for related projects. Unless
Project
it only has essential fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addContact
(Contact contact) boolean
getTitle()
int
hashCode()
void
setAbstract
(String abstract_) void
setContacts
(List<Contact> contacts) void
setIdentifier
(String identifier) void
toString()
-
Constructor Details
-
RelatedProject
public RelatedProject()
-
-
Method Details