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