public abstract class SurveyMeasurement extends MeasurementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SurveyMeasurement.Factory
Constructs new instances of
SurveyMeasurement. |
| Constructor and Description |
|---|
SurveyMeasurement() |
| 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.measure.MeasurementImpl class
it will simply delegate the call up there. |
ActivityCalendar |
getActivityCalendar() |
DailyActivityCalendar |
getDailyActivityCalendar() |
DeclaredDocumentReference |
getDeclaredDocumentReference() |
EconomicalSurvey |
getEconomicalSurvey() |
FishingEffortCalendar |
getFishingEffortCalendar() |
FishingTrip |
getFishingTrip() |
Landing |
getLanding() |
PhysicalGearSurvey |
getPhysicalGearSurvey() |
Sale |
getSale() |
Transshipment |
getTransshipment() |
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there. |
void |
setActivityCalendar(ActivityCalendar activityCalendar) |
void |
setDailyActivityCalendar(DailyActivityCalendar dailyActivityCalendar) |
void |
setDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference) |
void |
setEconomicalSurvey(EconomicalSurvey economicalSurvey) |
void |
setFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar) |
void |
setFishingTrip(FishingTrip fishingTrip) |
void |
setLanding(Landing landing) |
void |
setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey) |
void |
setSale(Sale sale) |
void |
setTransshipment(Transshipment transshipment) |
getAggregationLevel, getAlphanumericalValue, getAnalysisInstrument, getControlDate, getDepartment, getDigitCount, getId, getNumericalPrecision, getNumericalValue, getPmfm, getPrecisionType, getPrecisionValue, getQualificationComments, getQualificationDate, getQualitativeValue, getQualityFlag, getValidationDate, setAggregationLevel, setAlphanumericalValue, setAnalysisInstrument, setControlDate, setDepartment, setDigitCount, setId, setNumericalPrecision, setNumericalValue, setPmfm, setPrecisionType, setPrecisionValue, setQualificationComments, setQualificationDate, setQualitativeValue, setQualityFlag, setValidationDatepublic PhysicalGearSurvey getPhysicalGearSurvey()
public void setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
public DeclaredDocumentReference getDeclaredDocumentReference()
public void setDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
public EconomicalSurvey getEconomicalSurvey()
public void setEconomicalSurvey(EconomicalSurvey economicalSurvey)
public ActivityCalendar getActivityCalendar()
public void setActivityCalendar(ActivityCalendar activityCalendar)
public DailyActivityCalendar getDailyActivityCalendar()
public void setDailyActivityCalendar(DailyActivityCalendar dailyActivityCalendar)
public Sale getSale()
public void setSale(Sale sale)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public FishingEffortCalendar getFishingEffortCalendar()
public void setFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
public Landing getLanding()
public void setLanding(Landing landing)
public Transshipment getTransshipment()
public void setTransshipment(Transshipment transshipment)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there.equals in class MeasurementMeasurement.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.measure.MeasurementImpl class
it will simply delegate the call up there.hashCode in class MeasurementMeasurement.hashCode()Copyright © 2013. All Rights Reserved.