public class Fishery2GearPK extends Object implements Serializable, Comparable<Fishery2GearPK>
Constructor and Description |
---|
Fishery2GearPK() |
Fishery2GearPK(FisheryImpl fishery,
GearImpl gear) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Fishery2GearPK o) |
boolean |
equals(Object object) |
FisheryImpl |
getFishery() |
GearImpl |
getGear() |
int |
hashCode() |
void |
setFishery(FisheryImpl fishery) |
void |
setGear(GearImpl gear) |
public Fishery2GearPK()
public Fishery2GearPK(FisheryImpl fishery, GearImpl gear)
public FisheryImpl getFishery()
public void setFishery(FisheryImpl fishery)
public int compareTo(Fishery2GearPK o)
compareTo
in interface Comparable<Fishery2GearPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.