|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl
fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
public abstract class GearPhysicalFeatures
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.)
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 |
---|
public GearPhysicalFeatures()
Method Detail |
---|
public java.util.Collection getGearPhysicalMeasurements()
public void setGearPhysicalMeasurements(java.util.Collection gearPhysicalMeasurements)
public PhysicalGearSurvey getPhysicalGearSurvey()
public void setPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public java.util.Collection getOperations()
public void setOperations(java.util.Collection operations)
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 java.util.Collection getGearPhysicalFeaturesOrigins()
public void setGearPhysicalFeaturesOrigins(java.util.Collection gearPhysicalFeaturesOrigins)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl
class
it will simply delegate the call up there.
equals
in class PhysicalFeatures
PhysicalFeatures.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesImpl
class
it will simply delegate the call up there.
hashCode
in class PhysicalFeatures
PhysicalFeatures.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |