fr.ifremer.allegro.data.batch
Class SortingBatch
java.lang.Object
fr.ifremer.allegro.data.batch.Batch
fr.ifremer.allegro.data.batch.BatchImpl
fr.ifremer.allegro.data.batch.SortingBatch
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SortingBatchImpl
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'
- See Also:
- Serialized Form
Methods inherited from class fr.ifremer.allegro.data.batch.Batch |
getChildBatchs, getChildBatchsReplication, getComments, getExhaustiveInventory, getId, getIndividualCount, getParentBatch, getProduces, getQuantificationMeasurements, getRankOrder, getSubgroupCount, setChildBatchs, setChildBatchsReplication, setComments, setExhaustiveInventory, setId, setIndividualCount, setParentBatch, setProduces, setQuantificationMeasurements, setRankOrder, setSubgroupCount |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SortingBatch
public SortingBatch()
getSamplingRatio
public java.lang.Float getSamplingRatio()
setSamplingRatio
public void setSamplingRatio(java.lang.Float samplingRatio)
getSamplingRatioText
public java.lang.String getSamplingRatioText()
setSamplingRatioText
public void setSamplingRatioText(java.lang.String samplingRatioText)
getTaxonGroup
public TaxonGroup getTaxonGroup()
setTaxonGroup
public void setTaxonGroup(TaxonGroup taxonGroup)
getReferenceTaxon
public ReferenceTaxon getReferenceTaxon()
setReferenceTaxon
public void setReferenceTaxon(ReferenceTaxon referenceTaxon)
getSortingMeasurements
public java.util.Collection getSortingMeasurements()
setSortingMeasurements
public void setSortingMeasurements(java.util.Collection sortingMeasurements)
equals
public boolean equals(java.lang.Object object)
- This entity does not have any identifiers
but since it extends the
fr.ifremer.allegro.data.batch.BatchImpl
class
it will simply delegate the call up there.
- Overrides:
equals
in class Batch
- See Also:
Batch.equals(Object)
hashCode
public int hashCode()
- This entity does not have any identifiers
but since it extends the
fr.ifremer.allegro.data.batch.BatchImpl
class
it will simply delegate the call up there.
- Overrides:
hashCode
in class Batch
- See Also:
Batch.hashCode()
Copyright © 2008-2010 IFREMER. All Rights Reserved.