|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.fishingArea.FishingArea
public abstract class FishingArea
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 !
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 |
---|
public FishingArea()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.util.Collection getFisheries()
public void setFisheries(java.util.Collection fisheries)
public Sample getSample()
public void setSample(Sample sample)
public NearbySpecificArea getNearbySpecificArea()
public void setNearbySpecificArea(NearbySpecificArea nearbySpecificArea)
public DepthGradient getDepthGradient()
public void setDepthGradient(DepthGradient depthGradient)
public DistanceToCoastGradient getDistanceToCoastGradient()
Gradient de distance ?? la cote.
passage en optionel n??cessaire pour SACROIS.
public void setDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)
public Location getLocation()
public void setLocation(Location location)
public GearUseFeatures getGearUseFeatures()
public void setGearUseFeatures(GearUseFeatures gearUseFeatures)
public VesselUseFeatures getVesselUseFeatures()
public void setVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
public java.util.Collection getRegulationLocation()
Zones r??glementaires particuli??res (ex : ZEE, zone d'effort, etc.)
public void setRegulationLocation(java.util.Collection regulationLocation)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |