fr.ifremer.allegro.data.vessel.feature.physical
Class GearPhysicalFeatures

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures
      extended by fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl
          extended by fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GearPhysicalFeaturesImpl

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.)

See Also:
Serialized Form

Nested Class Summary
static class GearPhysicalFeatures.Factory
          Constructs new instances of GearPhysicalFeatures.
 
Constructor Summary
GearPhysicalFeatures()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.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.
 java.util.Collection getGearPhysicalFeaturesOrigins()
           
 java.util.Collection getGearPhysicalMeasurements()
           
 java.util.Collection getOperations()
           
 PhysicalGearSurvey getPhysicalGearSurvey()
           
 int hashCode()
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl class it will simply delegate the call up there.
 void setFishingTrip(FishingTrip fishingTrip)
           
 void setGear(Gear gear)
           
 void setGearPhysicalFeaturesOrigins(java.util.Collection gearPhysicalFeaturesOrigins)
           
 void setGearPhysicalMeasurements(java.util.Collection gearPhysicalMeasurements)
           
 void setOperations(java.util.Collection operations)
           
 void setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
           
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures
getControlDate, getCreationDate, getEndDate, getId, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getStartDate, getUpdateDate, getValidationDate, getVessel, setControlDate, setCreationDate, setEndDate, setId, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setStartDate, setUpdateDate, setValidationDate, setVessel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GearPhysicalFeatures

public GearPhysicalFeatures()
Method Detail

getGearPhysicalMeasurements

public java.util.Collection getGearPhysicalMeasurements()

setGearPhysicalMeasurements

public void setGearPhysicalMeasurements(java.util.Collection gearPhysicalMeasurements)

getPhysicalGearSurvey

public PhysicalGearSurvey getPhysicalGearSurvey()

setPhysicalGearSurvey

public void setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)

getFishingTrip

public FishingTrip getFishingTrip()

setFishingTrip

public void setFishingTrip(FishingTrip fishingTrip)

getOperations

public java.util.Collection getOperations()

setOperations

public void setOperations(java.util.Collection operations)

getGear

public Gear getGear()

Engin du r??f??rentiel qui correspond ?? l'engin physique d??crit par les caract??ristiques.


setGear

public void setGear(Gear gear)

getGearPhysicalFeaturesOrigins

public java.util.Collection getGearPhysicalFeaturesOrigins()

setGearPhysicalFeaturesOrigins

public void setGearPhysicalFeaturesOrigins(java.util.Collection gearPhysicalFeaturesOrigins)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl class it will simply delegate the call up there.

Overrides:
equals in class PhysicalFeatures
See Also:
PhysicalFeatures.equals(Object)

hashCode

public int hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl class it will simply delegate the call up there.

Overrides:
hashCode in class PhysicalFeatures
See Also:
PhysicalFeatures.hashCode()


Copyright © 2008-2010 IFREMER. All Rights Reserved.