|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.batch.Batch
fr.ifremer.allegro.data.batch.BatchImpl
fr.ifremer.allegro.data.batch.CatchBatch
public abstract class CatchBatch
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.
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 |
---|
public CatchBatch()
Method Detail |
---|
public java.util.Date getControlDate()
public void setControlDate(java.util.Date controlDate)
public java.util.Date getValidationDate()
public void setValidationDate(java.util.Date validationDate)
public java.util.Date getQualificationDate()
public void setQualificationDate(java.util.Date qualificationDate)
public java.lang.String getQualificationComments()
public void setQualificationComments(java.lang.String qualificationComments)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public QualityFlag getQualityFlag()
Niveau de qualit?? de la donn??e.
"Non qualifi??e" par d??faut
public void setQualityFlag(QualityFlag qualityFlag)
public Landing getLanding()
public void setLanding(Landing landing)
public Sale getSale()
public void setSale(Sale sale)
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.batch.BatchImpl
class
it will simply delegate the call up there.
equals
in class Batch
Batch.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.batch.BatchImpl
class
it will simply delegate the call up there.
hashCode
in class Batch
Batch.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |