fr.ifremer.allegro.data.fishingArea
Class FishingArea2RegulationLocation

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

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

Table de liaison entre une zone de peche effective, et une zone avec une r??glementation particuli??re (ex : ZEE, zone d'effort, etc.).

Cela permet de lister, pour une zone de peche effective, dans quelles r??glementaires se trouve le navire.

Utilis?? dans SACAPT.

Zones

See Also:
Serialized Form

Nested Class Summary
static class FishingArea2RegulationLocation.Factory
          Constructs new instances of FishingArea2RegulationLocation.
 
Constructor Summary
FishingArea2RegulationLocation()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an FishingArea2RegulationLocation instance and all identifiers for this entity equal the identifiers of the argument entity.
 FishingArea2RegulationLocationPK getFishingArea2RegulationLocationPk()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setFishingArea2RegulationLocationPk(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishingArea2RegulationLocation

public FishingArea2RegulationLocation()
Method Detail

getFishingArea2RegulationLocationPk

public FishingArea2RegulationLocationPK getFishingArea2RegulationLocationPk()

setFishingArea2RegulationLocationPk

public void setFishingArea2RegulationLocationPk(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)

hashCode

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

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an FishingArea2RegulationLocation instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.