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 |
---|---|
boolean |
addSortingBatches(SortingBatch elementToAdd)
Lot avec critères de classement.
|
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() |
Collection<SortingBatch> |
getSortingBatches()
Lot avec critères de classement.
|
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) |
boolean |
removeSortingBatches(SortingBatch elementToRemove)
Lot avec critères de classement.
|
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 |
setSortingBatches(Collection<SortingBatch> sortingBatchesIn)
Lot avec critères de classement.
|
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, 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, setSubgroupCount, setWeight, setWeightBeforeSampling, setWeightMethodId
protected Map<Integer,SortingBatch> sortingBatchById
public CatchBatch()
public 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 Collection<SortingBatch> getSortingBatches()
public void setSortingBatches(Collection<SortingBatch> sortingBatchesIn)
sortingBatchesIn
- Collectionpublic boolean addSortingBatches(SortingBatch elementToAdd)
elementToAdd
- SortingBatchpublic boolean removeSortingBatches(SortingBatch elementToRemove)
elementToRemove
- SortingBatchpublic FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperationIn)
fishingOperationIn
- FishingOperationpublic BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModelIn)
batchModelIn
- BatchModelpublic Landing getLanding()
public void setLanding(Landing landingIn)
landingIn
- Landingpublic Sale getSale()
public void setSale(Sale saleIn)
saleIn
- Salepublic 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.