public class RelatedProject extends Object
Project
it only has essential fields.Constructor and Description |
---|
RelatedProject() |
Modifier and Type | Method and Description |
---|---|
void |
addContact(Contact contact) |
boolean |
equals(Object o) |
String |
getAbstract() |
List<Contact> |
getContacts() |
String |
getIdentifier() |
String |
getTitle() |
int |
hashCode() |
void |
setAbstract(String abstract_) |
void |
setContacts(List<Contact> contacts) |
void |
setIdentifier(String identifier) |
void |
setTitle(String title) |
String |
toString() |
public RelatedProject()
@Nullable public String getIdentifier()
public void setIdentifier(String identifier)
public List<Contact> getContacts()
public void setContacts(List<Contact> contacts)
public void addContact(Contact contact)
@Nullable public String getAbstract()
public void setAbstract(String abstract_)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.