public class FishingArea2RegulationLocationPK extends Object implements Serializable, Comparable<FishingArea2RegulationLocationPK>
Constructor and Description |
---|
FishingArea2RegulationLocationPK() |
FishingArea2RegulationLocationPK(FishingAreaImpl fishingArea,
LocationImpl location) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FishingArea2RegulationLocationPK o) |
boolean |
equals(Object object) |
FishingAreaImpl |
getFishingArea() |
LocationImpl |
getLocation() |
int |
hashCode() |
void |
setFishingArea(FishingAreaImpl fishingArea) |
void |
setLocation(LocationImpl location) |
public FishingArea2RegulationLocationPK()
public FishingArea2RegulationLocationPK(FishingAreaImpl fishingArea, LocationImpl location)
public FishingAreaImpl getFishingArea()
public void setFishingArea(FishingAreaImpl fishingArea)
public LocationImpl getLocation()
public void setLocation(LocationImpl location)
public int compareTo(FishingArea2RegulationLocationPK o)
compareTo
in interface Comparable<FishingArea2RegulationLocationPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.