public abstract class GearPhysicalFeatures extends PhysicalFeaturesImpl
Caractéristiques d'un engin physique d'un navire (navire de peche ou océanographique, ou autres).
L'engin lié peut etre un engin de peche (Chalut, Filet, etc.) ou non (Sonde de température, Sonar, etc.)
| Modifier and Type | Class and Description |
|---|---|
static class |
GearPhysicalFeatures.Factory
Constructs new instances of
GearPhysicalFeatures. |
| Constructor and Description |
|---|
GearPhysicalFeatures() |
| 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.vessel.feature.physical.PhysicalFeaturesImpl class
it will simply delegate the call up there. |
FishingTrip |
getFishingTrip() |
Gear |
getGear()
Engin du référentiel qui correspond à l'engin physique décrit
par les caractéristiques.
|
Collection<GearPhysicalFeaturesOrigin> |
getGearPhysicalFeaturesOrigins() |
Collection<GearPhysicalMeasurement> |
getGearPhysicalMeasurements() |
Collection<Operation> |
getOperations() |
PhysicalGearSurvey |
getPhysicalGearSurvey() |
Short |
getRankOrder() |
int |
hashCode()
This entity does not have any identifiers
but since it extends the
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeaturesImpl class
it will simply delegate the call up there. |
void |
setFishingTrip(FishingTrip fishingTrip) |
void |
setGear(Gear gear) |
void |
setGearPhysicalFeaturesOrigins(Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins) |
void |
setGearPhysicalMeasurements(Collection<GearPhysicalMeasurement> gearPhysicalMeasurements) |
void |
setOperations(Collection<Operation> operations) |
void |
setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey) |
void |
setRankOrder(Short rankOrder) |
getControlDate, getCreationDate, getEndDate, getId, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getStartDate, getUpdateDate, getValidationDate, getVessel, setControlDate, setCreationDate, setEndDate, setId, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setStartDate, setUpdateDate, setValidationDate, setVesselpublic Short getRankOrder()
public void setRankOrder(Short rankOrder)
public PhysicalGearSurvey getPhysicalGearSurvey()
public void setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public Collection<Operation> getOperations()
public void setOperations(Collection<Operation> operations)
public Collection<GearPhysicalMeasurement> getGearPhysicalMeasurements()
public void setGearPhysicalMeasurements(Collection<GearPhysicalMeasurement> gearPhysicalMeasurements)
public Gear getGear()
Engin du référentiel qui correspond à l'engin physique décrit par les caractéristiques.
public void setGear(Gear gear)
public Collection<GearPhysicalFeaturesOrigin> getGearPhysicalFeaturesOrigins()
public void setGearPhysicalFeaturesOrigins(Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins)
public boolean equals(Object object)
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeaturesImpl class
it will simply delegate the call up there.equals in class PhysicalFeaturesPhysicalFeatures.equals(Object)public int hashCode()
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeaturesImpl class
it will simply delegate the call up there.hashCode in class PhysicalFeaturesPhysicalFeatures.hashCode()Copyright © 2013. All Rights Reserved.