fr.ifremer.allegro.data.batch
Class SortingBatch

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.Batch
      extended by fr.ifremer.allegro.data.batch.BatchImpl
          extended by 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

Nested Class Summary
static class SortingBatch.Factory
          Constructs new instances of SortingBatch.
 
Constructor Summary
SortingBatch()
           
 
Method Summary
 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.
 ReferenceTaxon getReferenceTaxon()
           
 java.lang.Float getSamplingRatio()
           
 java.lang.String getSamplingRatioText()
           
 java.util.Collection getSortingMeasurements()
           
 TaxonGroup getTaxonGroup()
           
 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.
 void setReferenceTaxon(ReferenceTaxon referenceTaxon)
           
 void setSamplingRatio(java.lang.Float samplingRatio)
           
 void setSamplingRatioText(java.lang.String samplingRatioText)
           
 void setSortingMeasurements(java.util.Collection sortingMeasurements)
           
 void setTaxonGroup(TaxonGroup taxonGroup)
           
 
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
 

Constructor Detail

SortingBatch

public SortingBatch()
Method Detail

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.