fr.ifremer.allegro.data.fishingArea
Class FishingArea

java.lang.Object
  extended by fr.ifremer.allegro.data.fishingArea.FishingArea
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FishingAreaImpl

public abstract class FishingArea
extends java.lang.Object
implements java.io.Serializable

Zone de peche effective d'un navire.

Contient une entr??e pour chaque zone de peche d'un navire.

ATTENTION : ne pas r??utiliser une zone de peche effective d??j?? existante, ?? cause des contraintes "delete cascade" depuis les autres tables.

Votre enregistrement pourrait etre supprim??e par quelqu'un d'autre !

See Also:
Serialized Form

Nested Class Summary
static class FishingArea.Factory
          Constructs new instances of FishingArea.
 
Constructor Summary
FishingArea()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 DepthGradient getDepthGradient()
           
 DistanceToCoastGradient getDistanceToCoastGradient()
           Gradient de distance ?? la cote.
 java.util.Collection getFisheries()
           
 GearUseFeatures getGearUseFeatures()
           
 java.lang.Integer getId()
           
 Location getLocation()
           
 NearbySpecificArea getNearbySpecificArea()
           
 java.util.Collection getRegulationLocation()
           Zones r??glementaires particuli??res (ex : ZEE, zone d'effort, etc.)
 Sample getSample()
           
 VesselUseFeatures getVesselUseFeatures()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDepthGradient(DepthGradient depthGradient)
           
 void setDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)
           
 void setFisheries(java.util.Collection fisheries)
           
 void setGearUseFeatures(GearUseFeatures gearUseFeatures)
           
 void setId(java.lang.Integer id)
           
 void setLocation(Location location)
           
 void setNearbySpecificArea(NearbySpecificArea nearbySpecificArea)
           
 void setRegulationLocation(java.util.Collection regulationLocation)
           
 void setSample(Sample sample)
           
 void setVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishingArea

public FishingArea()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getFisheries

public java.util.Collection getFisheries()

setFisheries

public void setFisheries(java.util.Collection fisheries)

getSample

public Sample getSample()

setSample

public void setSample(Sample sample)

getNearbySpecificArea

public NearbySpecificArea getNearbySpecificArea()

setNearbySpecificArea

public void setNearbySpecificArea(NearbySpecificArea nearbySpecificArea)

getDepthGradient

public DepthGradient getDepthGradient()

setDepthGradient

public void setDepthGradient(DepthGradient depthGradient)

getDistanceToCoastGradient

public DistanceToCoastGradient getDistanceToCoastGradient()

Gradient de distance ?? la cote.

passage en optionel n??cessaire pour SACROIS.


setDistanceToCoastGradient

public void setDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getGearUseFeatures

public GearUseFeatures getGearUseFeatures()

setGearUseFeatures

public void setGearUseFeatures(GearUseFeatures gearUseFeatures)

getVesselUseFeatures

public VesselUseFeatures getVesselUseFeatures()

setVesselUseFeatures

public void setVesselUseFeatures(VesselUseFeatures vesselUseFeatures)

getRegulationLocation

public java.util.Collection getRegulationLocation()

Zones r??glementaires particuli??res (ex : ZEE, zone d'effort, etc.)


setRegulationLocation

public void setRegulationLocation(java.util.Collection regulationLocation)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.