|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation
public abstract class FishingArea2RegulationLocation
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
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 |
---|
public FishingArea2RegulationLocation()
Method Detail |
---|
public FishingArea2RegulationLocationPK getFishingArea2RegulationLocationPk()
public void setFishingArea2RegulationLocationPk(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an FishingArea2RegulationLocation instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |