|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
public abstract class FishingTripOrigin
D??finie l'origine d'un mar??e.
Par exemple, Une mar??e reconstitu??e peut provenir d'un calcul ?? partir des donn??es VMS recoup??e ?? partir des donn??es de vente.
Il peut y avoir autant de FishingTripOrigin que de mar??es d'origine (mar??es sources).
Nested Class Summary | |
---|---|
static class |
FishingTripOrigin.Factory
Constructs new instances of FishingTripOrigin . |
Constructor Summary | |
---|---|
FishingTripOrigin()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this
refer to the same object. |
FishingTrip |
getFishingTrip()
|
java.lang.Integer |
getId()
|
FishingTrip |
getOriginFishingTrip()
Identifie la mar??e d'origine |
Program |
getProgram()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setFishingTrip(FishingTrip fishingTrip)
|
void |
setId(java.lang.Integer id)
|
void |
setOriginFishingTrip(FishingTrip originFishingTrip)
|
void |
setProgram(Program program)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FishingTripOrigin()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public Program getProgram()
public void setProgram(Program program)
public FishingTrip getOriginFishingTrip()
Identifie la mar??e d'origine
public void setOriginFishingTrip(FishingTrip originFishingTrip)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |