fr.ifremer.allegro.data.survey.fishingTrip
Class FishingTripOrigin

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FishingTripOriginImpl

public abstract class FishingTripOrigin
extends java.lang.Object
implements java.io.Serializable

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).

See Also:
Serialized Form

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

FishingTripOrigin

public FishingTripOrigin()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getFishingTrip

public FishingTrip getFishingTrip()

setFishingTrip

public void setFishingTrip(FishingTrip fishingTrip)

getProgram

public Program getProgram()

setProgram

public void setProgram(Program program)

getOriginFishingTrip

public FishingTrip getOriginFishingTrip()

Identifie la mar??e d'origine


setOriginFishingTrip

public void setOriginFishingTrip(FishingTrip originFishingTrip)

equals

public 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.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.