public abstract class SortingBatch extends BatchImpl
Lot avec critères de classement.
Exemple de critères : 'Débarquement', 'Rejet', 'Vrac', 'Hors Vrac', 'Vidé/Eteté...', 'Gros/Moyen/Petit'
| Modifier and Type | Class and Description |
|---|---|
static class |
SortingBatch.Factory
Constructs new instances of
SortingBatch. |
| Constructor and Description |
|---|
SortingBatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.batch.BatchImpl class
it will simply delegate the call up there. |
ReferenceTaxon |
getReferenceTaxon()
|
CatchBatch |
getRootBatch() |
Float |
getSamplingRatio() |
String |
getSamplingRatioText() |
Collection<SortingMeasurement> |
getSortingMeasurements()
Liste des critères de classement du lot.
|
TaxonGroup |
getTaxonGroup()
|
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.batch.BatchImpl class
it will simply delegate the call up there. |
void |
setReferenceTaxon(ReferenceTaxon referenceTaxon) |
void |
setRootBatch(CatchBatch rootBatch) |
void |
setSamplingRatio(Float samplingRatio) |
void |
setSamplingRatioText(String samplingRatioText) |
void |
setSortingMeasurements(Collection<SortingMeasurement> sortingMeasurements) |
void |
setTaxonGroup(TaxonGroup taxonGroup) |
getBatchExhaustiveInventories, getChildBatchs, getChildBatchsReplication, getComments, getExhaustiveInventory, getId, getIndividualCount, getLabel, getLocation, getParentBatch, getProduces, getQualityFlag, getQuantificationMeasurements, getRankOrder, getSubgroupCount, setBatchExhaustiveInventories, setChildBatchs, setChildBatchsReplication, setComments, setExhaustiveInventory, setId, setIndividualCount, setLabel, setLocation, setParentBatch, setProduces, setQualityFlag, setQuantificationMeasurements, setRankOrder, setSubgroupCountpublic Float getSamplingRatio()
public void setSamplingRatio(Float samplingRatio)
public String getSamplingRatioText()
public void setSamplingRatioText(String samplingRatioText)
public TaxonGroup getTaxonGroup()
Espèce commerciale (ou groupe d'espèces) identifiant
le lot (optionnel).
Ne
peut etre renseigné si une espèce scientifique (ReferenceTaxon) est déjà
renseigné sur le lot.
public void setTaxonGroup(TaxonGroup taxonGroup)
public CatchBatch getRootBatch()
public void setRootBatch(CatchBatch rootBatch)
public ReferenceTaxon getReferenceTaxon()
Espèce scientifique identifiant le lot (optionnel).
Ne peut etre renseigné si une espèce commerciale (TaxonGroup) est déjà
renseignée sur le lot.
public void setReferenceTaxon(ReferenceTaxon referenceTaxon)
public Collection<SortingMeasurement> getSortingMeasurements()
Liste des critères de classement du lot.
public void setSortingMeasurements(Collection<SortingMeasurement> sortingMeasurements)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.batch.BatchImpl class
it will simply delegate the call up there.equals in class BatchBatch.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.batch.BatchImpl class
it will simply delegate the call up there.hashCode in class BatchBatch.hashCode()Copyright © 2013. All Rights Reserved.