public abstract class CatchBatch extends BatchImpl
Modifier and Type | Class and Description |
---|---|
static class |
CatchBatch.Factory
Constructs new instances of
CatchBatch . |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,SortingBatch> |
sortingBatchById |
Constructor and Description |
---|
CatchBatch() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CatchBatch o) |
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
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).
|
Map<Integer,SortingBatch> |
getSortingBatchById() |
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
BatchImpl class
it will simply delegate the call up there. |
void |
putSortingBatchById(Integer sortingBatchId,
SortingBatch sortingBatch) |
void |
setBatchModel(BatchModel batchModelIn) |
void |
setControlDate(Date controlDateIn) |
void |
setFishingOperation(FishingOperation fishingOperationIn)
Opération de peche à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
|
void |
setLanding(Landing landingIn)
Débarquement auquel est rattaché l'arbre d'échantillonnage (optionnel).
|
void |
setQualificationComments(String qualificationCommentsIn) |
void |
setQualificationDate(Date qualificationDateIn) |
void |
setSale(Sale saleIn)
Vente à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
|
void |
setSortingBatchById(Map<Integer,SortingBatch> sortingBatchById) |
void |
setSynchronizationStatus(String synchronizationStatusIn)
Etat de synchronisation (en cours, terminé, en attente de synchro, supprimé).
|
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setValidationDate(Date validationDateIn) |
addBatchExhaustiveInventories, addChildBatchs, addProduces, addQuantificationMeasurements, compareTo, getBatchExhaustiveInventories, getChildBatchs, getComments, getElevateWeight, getId, getIndirectWeight, getIndividualCount, getLabel, getLocation, getParentBatch, getProduces, getQualityFlag, getQuantificationMeasurements, getRankOrder, getRemoteId, getSubgroupCount, getWeight, getWeightBeforeSampling, getWeightMethodId, isChildBatchsReplication, isExhaustiveInventory, removeBatchExhaustiveInventories, removeChildBatchs, removeProduces, removeQuantificationMeasurements, setBatchExhaustiveInventories, setChildBatchs, setChildBatchsReplication, setComments, setElevateWeight, setExhaustiveInventory, setId, setIndirectWeight, setIndividualCount, setLabel, setLocation, setParentBatch, setProduces, setQualityFlag, setQuantificationMeasurements, setRankOrder, setRemoteId, setSubgroupCount, setWeight, setWeightBeforeSampling, setWeightMethodId
protected Map<Integer,SortingBatch> sortingBatchById
public CatchBatch()
public String getSynchronizationStatus()
public void setSynchronizationStatus(String synchronizationStatusIn)
synchronizationStatusIn
- Stringpublic Date getControlDate()
public void setControlDate(Date controlDateIn)
controlDateIn
- Datepublic Date getValidationDate()
public void setValidationDate(Date validationDateIn)
validationDateIn
- Datepublic Date getQualificationDate()
public void setQualificationDate(Date qualificationDateIn)
qualificationDateIn
- Datepublic String getQualificationComments()
public void setQualificationComments(String qualificationCommentsIn)
qualificationCommentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModelIn)
batchModelIn
- BatchModelpublic FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperationIn)
fishingOperationIn
- FishingOperationpublic Sale getSale()
public void setSale(Sale saleIn)
saleIn
- Salepublic Landing getLanding()
public void setLanding(Landing landingIn)
landingIn
- Landingpublic boolean equals(Object object)
BatchImpl
class
it will simply delegate the call up there.equals
in class Batch
Batch.equals(Object)
public int hashCode()
BatchImpl
class
it will simply delegate the call up there.hashCode
in class Batch
Batch.hashCode()
public int compareTo(CatchBatch o)
Comparable.compareTo(T)
public Map<Integer,SortingBatch> getSortingBatchById()
public void setSortingBatchById(Map<Integer,SortingBatch> sortingBatchById)
public void putSortingBatchById(Integer sortingBatchId, SortingBatch sortingBatch)
Copyright © 2012–2014 IFREMER. All rights reserved.