public class Collection extends Object implements Serializable
Constructor and Description |
---|
Collection() |
Collection(String name,
String parentIdentifier,
String identifier,
PreservationMethodType specimenPreservationMethod,
List<CuratorialUnitComposite> curatorialUnits) |
Modifier and Type | Method and Description |
---|---|
void |
addCuratorialUnitComposite(CuratorialUnitComposite curatorialUnitComposite)
Adds a CuratorialUnitComposite to the Collection's list of CuratorialUnitComposit.
|
boolean |
equals(Object o) |
List<CuratorialUnitComposite> |
getCuratorialUnits()
The quantitative descriptor (number of specimens, samples or batches).
|
String |
getIdentifier()
The URI (LSID or URL) of the collection.
|
String |
getName()
The official name of the Collection in the local language.
|
String |
getParentIdentifier()
The identifier for the parent collection for this sub-collection.
|
PreservationMethodType |
getSpecimenPreservationMethod()
Picklist keyword indicating the process or technique used to prevent physical deterioration of non-living
collections.
|
int |
hashCode() |
void |
setCuratorialUnits(List<CuratorialUnitComposite> curatorialUnits) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
void |
setParentIdentifier(String parentIdentifier) |
void |
setSpecimenPreservationMethod(PreservationMethodType specimenPreservationMethod) |
String |
toString() |
public Collection()
public Collection(String name, String parentIdentifier, String identifier, PreservationMethodType specimenPreservationMethod, List<CuratorialUnitComposite> curatorialUnits)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getName()
public List<CuratorialUnitComposite> getCuratorialUnits()
public void setCuratorialUnits(List<CuratorialUnitComposite> curatorialUnits)
public String getParentIdentifier()
public void setParentIdentifier(String parentIdentifier)
public PreservationMethodType getSpecimenPreservationMethod()
public void setSpecimenPreservationMethod(PreservationMethodType specimenPreservationMethod)
public void addCuratorialUnitComposite(CuratorialUnitComposite curatorialUnitComposite)
curatorialUnitComposite
- curatorial unitCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.