public abstract class PlaygroundFishingTripVesselMaster extends Object implements Serializable, Comparable<PlaygroundFishingTripVesselMaster>
Modifier and Type | Class and Description |
---|---|
static class |
PlaygroundFishingTripVesselMaster.Factory
Constructs new instances of
PlaygroundFishingTripVesselMaster . |
Constructor and Description |
---|
PlaygroundFishingTripVesselMaster() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundFishingTripVesselMaster o) |
boolean |
equals(Object object)
Returns
true if the argument is an PlaygroundFishingTripVesselMaster instance and all identifiers for this entity
equal the identifiers of the argument entity. |
FishingTrip |
getFishingTrip()
Voyage en mer, ayant pour vocation une activité de peche (peut etre une campagnes halieutique
ou une
marée d'un navire professionnel, etc.)
|
PlaygroundFishingTripVesselMasterPK |
getPlaygroundFishingTripVesselMasterPk()
Get the composite primary key identifier class
|
PlaygroundVesselMaster |
getPlaygroundVesselMaster()
Capitaine (patron) de navire.
|
Integer |
getRank()
Numéro d'ordre du patron de peche, dans la marée.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setFishingTrip(FishingTrip fishingTripIn)
Voyage en mer, ayant pour vocation une activité de peche (peut etre une campagnes halieutique
ou une
marée d'un navire professionnel, etc.)
|
void |
setPlaygroundFishingTripVesselMasterPk(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPkIn)
Set the composite primary key identifier class
|
void |
setPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMasterIn)
Capitaine (patron) de navire.
|
void |
setRank(Integer rankIn)
Numéro d'ordre du patron de peche, dans la marée.
|
public PlaygroundFishingTripVesselMaster()
public PlaygroundFishingTripVesselMasterPK getPlaygroundFishingTripVesselMasterPk()
public void setPlaygroundFishingTripVesselMasterPk(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPkIn)
playgroundFishingTripVesselMasterPkIn
- public Integer getRank()
public void setRank(Integer rankIn)
rankIn
- Integerpublic FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTripIn)
fishingTripIn
- FishingTrippublic PlaygroundVesselMaster getPlaygroundVesselMaster()
public void setPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMasterIn)
playgroundVesselMasterIn
- PlaygroundVesselMasterpublic boolean equals(Object object)
true
if the argument is an PlaygroundFishingTripVesselMaster instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PlaygroundFishingTripVesselMaster o)
compareTo
in interface Comparable<PlaygroundFishingTripVesselMaster>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.