fr.ifremer.allegro.data.batch
Class CatchBatch

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.CatchBatch
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CatchBatchImpl

public abstract class CatchBatch
extends BatchImpl

Capture r??alis??e au cours d'une op??ration, et sur laquelle un ??chantillonnage est r??alis??.

La capture porte donc l'arbre d''??chantillonnage.

See Also:
Serialized Form

Nested Class Summary
static class CatchBatch.Factory
          Constructs new instances of CatchBatch.
 
Constructor Summary
CatchBatch()
           
 
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.
 java.util.Date getControlDate()
           
 FishingOperation getFishingOperation()
           
 Landing getLanding()
           
 java.lang.String getQualificationComments()
           
 java.util.Date getQualificationDate()
           
 QualityFlag getQualityFlag()
           Niveau de qualit?? de la donn??e.
 Sale getSale()
           
 java.sql.Timestamp getUpdateDate()
           
 java.util.Date getValidationDate()
           
 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 setControlDate(java.util.Date controlDate)
           
 void setFishingOperation(FishingOperation fishingOperation)
           
 void setLanding(Landing landing)
           
 void setQualificationComments(java.lang.String qualificationComments)
           
 void setQualificationDate(java.util.Date qualificationDate)
           
 void setQualityFlag(QualityFlag qualityFlag)
           
 void setSale(Sale sale)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setValidationDate(java.util.Date validationDate)
           
 
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

CatchBatch

public CatchBatch()
Method Detail

getControlDate

public java.util.Date getControlDate()

setControlDate

public void setControlDate(java.util.Date controlDate)

getValidationDate

public java.util.Date getValidationDate()

setValidationDate

public void setValidationDate(java.util.Date validationDate)

getQualificationDate

public java.util.Date getQualificationDate()

setQualificationDate

public void setQualificationDate(java.util.Date qualificationDate)

getQualificationComments

public java.lang.String getQualificationComments()

setQualificationComments

public void setQualificationComments(java.lang.String qualificationComments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getQualityFlag

public QualityFlag getQualityFlag()

Niveau de qualit?? de la donn??e.

"Non qualifi??e" par d??faut


setQualityFlag

public void setQualityFlag(QualityFlag qualityFlag)

getLanding

public Landing getLanding()

setLanding

public void setLanding(Landing landing)

getSale

public Sale getSale()

setSale

public void setSale(Sale sale)

getFishingOperation

public FishingOperation getFishingOperation()

setFishingOperation

public void setFishingOperation(FishingOperation fishingOperation)

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.