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.
| Modifier and Type | Class and Description |
|---|---|
static class |
CatchBatch.Factory
Constructs new instances of
CatchBatch. |
| Constructor and Description |
|---|
CatchBatch() |
| 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. |
BatchModel |
getBatchModel() |
Date |
getControlDate() |
FishingOperation |
getFishingOperation()
Opération de peche à laquelle est rattachée l'arbre
d'échantillonnage (optionnel).
|
Landing |
getLanding()
Débarquement auquel est rattaché l'arbre d'échantillonnage
(optionnel).
|
String |
getQualificationComments() |
Date |
getQualificationDate() |
Sale |
getSale()
Vente à laquelle est rattachée l'arbre d'échantillonnage
(optionnel).
|
String |
getSynchronizationStatus()
Etat de synchronisation (en cours, terminé, en attente de
synchro, supprimé).
|
Timestamp |
getUpdateDate() |
Date |
getValidationDate() |
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 |
setBatchModel(BatchModel batchModel) |
void |
setControlDate(Date controlDate) |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setLanding(Landing landing) |
void |
setQualificationComments(String qualificationComments) |
void |
setQualificationDate(Date qualificationDate) |
void |
setSale(Sale sale) |
void |
setSynchronizationStatus(String synchronizationStatus) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setValidationDate(Date validationDate) |
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 String getSynchronizationStatus()
Etat de synchronisation (en cours, terminé, en attente de synchro, supprimé). Seulement visible dans la base locale.
public void setSynchronizationStatus(String synchronizationStatus)
public Date getControlDate()
public void setControlDate(Date controlDate)
public Date getValidationDate()
public void setValidationDate(Date validationDate)
public Date getQualificationDate()
public void setQualificationDate(Date qualificationDate)
public String getQualificationComments()
public void setQualificationComments(String qualificationComments)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModel)
public Sale getSale()
Vente à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
public void setSale(Sale sale)
public Landing getLanding()
Débarquement auquel est rattaché l'arbre d'échantillonnage (optionnel).
public void setLanding(Landing landing)
public FishingOperation getFishingOperation()
Opération de peche à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
public void setFishingOperation(FishingOperation fishingOperation)
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.