public class PlaygroundFishingTripVesselMasterPK extends Object implements Serializable, Comparable<PlaygroundFishingTripVesselMasterPK>
Constructor and Description |
---|
PlaygroundFishingTripVesselMasterPK() |
PlaygroundFishingTripVesselMasterPK(FishingTripImpl fishingTrip,
PlaygroundVesselMasterImpl playgroundVesselMaster,
Integer rank) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundFishingTripVesselMasterPK o) |
boolean |
equals(Object object) |
FishingTripImpl |
getFishingTrip() |
PlaygroundVesselMasterImpl |
getPlaygroundVesselMaster() |
Integer |
getRank()
Numéro d'ordre du patron de peche, dans la marée.
|
int |
hashCode() |
void |
setFishingTrip(FishingTripImpl fishingTrip) |
void |
setPlaygroundVesselMaster(PlaygroundVesselMasterImpl playgroundVesselMaster) |
void |
setRank(Integer rank) |
public PlaygroundFishingTripVesselMasterPK()
public PlaygroundFishingTripVesselMasterPK(FishingTripImpl fishingTrip, PlaygroundVesselMasterImpl playgroundVesselMaster, Integer rank)
public FishingTripImpl getFishingTrip()
public void setFishingTrip(FishingTripImpl fishingTrip)
public PlaygroundVesselMasterImpl getPlaygroundVesselMaster()
public void setPlaygroundVesselMaster(PlaygroundVesselMasterImpl playgroundVesselMaster)
public int compareTo(PlaygroundFishingTripVesselMasterPK o)
compareTo
in interface Comparable<PlaygroundFishingTripVesselMasterPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.