public class CitationContact extends Object implements Serializable
Constructor and Description |
---|
CitationContact() |
CitationContact(Integer key,
String abbreviatedName,
String firstName,
String lastName,
Set<ContactType> roles,
Set<String> userId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAbbreviatedName()
Abbreviated name used for the citation.
|
String |
getFirstName()
Contact's first name.
|
Integer |
getKey()
Key associated to this contact.
|
String |
getLastName()
Contact's last name.
|
Set<ContactType> |
getRoles()
Roles or contact type of this contact.
|
Set<String> |
getUserId()
GBIF Portal users associated to this contact.
|
int |
hashCode() |
void |
setAbbreviatedName(String abbreviatedName) |
void |
setFirstName(String firstName) |
void |
setKey(Integer key) |
void |
setLastName(String lastName) |
void |
setRoles(Set<ContactType> roles) |
void |
setUserId(Set<String> userId) |
String |
toString() |
public CitationContact()
public String getAbbreviatedName()
public void setAbbreviatedName(String abbreviatedName)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public Set<ContactType> getRoles()
public void setRoles(Set<ContactType> roles)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.