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