public class SearchResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<Extraction> |
extractions
Search result extractions.
|
protected List<Lot> |
lots
Search result lots.
|
protected List<Molecule> |
molecules
Search result molecules.
|
protected List<Purification> |
purifications
Search result purification.
|
protected List<ResultatTestBio> |
resultatTestBios
Search result resultatTestBios.
|
protected List<Specimen> |
specimens
Search result specimens.
|
protected List<Station> |
stations
Search result stations.
|
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Extraction> |
getExtractions()
Extraction getter.
|
List<Lot> |
getLots()
Lots getter.
|
List<Molecule> |
getMolecules()
Molecule getter.
|
List<Purification> |
getPurifications()
Purifcations getter.
|
List<ResultatTestBio> |
getResultatTestBios()
ResultatTestBios getter.
|
List<Specimen> |
getSpecimens()
Specimens getter.
|
List<Station> |
getStations()
Stations getter.
|
void |
setExtractions(List<Extraction> extractions)
Extraction setter.
|
void |
setLots(List<Lot> lots)
Lots setter.
|
void |
setMolecules(List<Molecule> molecules)
Molecule setter.
|
void |
setPurifications(List<Purification> purifications)
Purification setter.
|
void |
setResultatTestBios(List<ResultatTestBio> resultatTestBios)
ResultatTestBios setter.
|
void |
setSpecimens(List<Specimen> specimens)
Specimens setter.
|
void |
setStations(List<Station> stations)
Stations setter.
|
protected List<Extraction> extractions
protected List<Purification> purifications
protected List<ResultatTestBio> resultatTestBios
public void setSpecimens(List<Specimen> specimens)
specimens - specimenspublic List<Extraction> getExtractions()
public void setExtractions(List<Extraction> extractions)
extractions - extractionpublic List<Purification> getPurifications()
public void setPurifications(List<Purification> purifications)
purifications - purificationpublic List<ResultatTestBio> getResultatTestBios()
public void setResultatTestBios(List<ResultatTestBio> resultatTestBios)
resultatTestBios - resultatTestBiospublic void setStations(List<Station> stations)
stations - stationsCopyright © 2009–2014 IRD. All rights reserved.