public abstract class FishingArea2RegulationLocation extends Object implements Serializable, Comparable<FishingArea2RegulationLocation>
Modifier and Type | Class and Description |
---|---|
static class |
FishingArea2RegulationLocation.Factory
Constructs new instances of
FishingArea2RegulationLocation . |
Constructor and Description |
---|
FishingArea2RegulationLocation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FishingArea2RegulationLocation o) |
boolean |
equals(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. |
FishingArea |
getFishingArea()
Une zone de peche effective
|
FishingArea2RegulationLocationPK |
getFishingArea2RegulationLocationPk()
Get the composite primary key identifier class
|
Location |
getLocation()
Zone réglementaire particulière (ex : ZEE, zone d'effort, etc.)
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setFishingArea(FishingArea fishingAreaIn)
Une zone de peche effective
|
void |
setFishingArea2RegulationLocationPk(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPkIn)
Set the composite primary key identifier class
|
void |
setLocation(Location locationIn)
Zone réglementaire particulière (ex : ZEE, zone d'effort, etc.)
|
public FishingArea2RegulationLocation()
public FishingArea2RegulationLocationPK getFishingArea2RegulationLocationPk()
public void setFishingArea2RegulationLocationPk(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPkIn)
fishingArea2RegulationLocationPkIn
- public FishingArea getFishingArea()
public void setFishingArea(FishingArea fishingAreaIn)
fishingAreaIn
- FishingAreapublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(FishingArea2RegulationLocation o)
compareTo
in interface Comparable<FishingArea2RegulationLocation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.