public class Duplicate extends Object implements Serializable
Constructor and Description |
---|
Duplicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode() |
UUID |
getInstitutionKey() |
UUID |
getKey() |
String |
getMailingCity() |
Country |
getMailingCountry() |
String |
getName() |
String |
getPhysicalCity() |
Country |
getPhysicalCountry() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isIdigbio() |
boolean |
isIh() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setIdigbio(boolean idigbio) |
void |
setIh(boolean ih) |
void |
setInstitutionKey(UUID institutionKey) |
void |
setKey(UUID key) |
void |
setMailingCity(String mailingCity) |
void |
setMailingCountry(Country mailingCountry) |
void |
setName(String name) |
void |
setPhysicalCity(String physicalCity) |
void |
setPhysicalCountry(Country physicalCountry) |
public Duplicate()
public Country getPhysicalCountry()
public void setPhysicalCountry(Country physicalCountry)
public String getPhysicalCity()
public void setPhysicalCity(String physicalCity)
public Country getMailingCountry()
public void setMailingCountry(Country mailingCountry)
public String getMailingCity()
public void setMailingCity(String mailingCity)
public boolean isActive()
public void setActive(boolean active)
public boolean isIh()
public void setIh(boolean ih)
public boolean isIdigbio()
public void setIdigbio(boolean idigbio)
public UUID getInstitutionKey()
public void setInstitutionKey(UUID institutionKey)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.