fr.ifremer.allegro.data.transshipment
Class Transshipment

java.lang.Object
  extended by fr.ifremer.allegro.data.transshipment.Transshipment
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TransshipmentImpl

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

Transbordement d'un produit (captur??) d'un navire ?? l'autre.

Pour connaitre le navire d'origine des produits (celui qui les poss??dait avant le transbordement), il faut utiliser les liens vers FishingTrip ou MetaFishingTrip, qui poss??dent un lien vers Vessel.

See Also:
Serialized Form

Nested Class Summary
static class Transshipment.Factory
          Constructs new instances of Transshipment.
 
Constructor Summary
Transshipment()
           
 
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.
 java.lang.String getComments()
           
 java.util.Date getCreationDate()
           
 FishingTrip getFishingTrip()
           
 java.lang.Integer getId()
           
 java.util.Collection getProduces()
           Listes de produits transbord??s.
 Program getProgram()
           
 Department getRecorderDepartment()
           
 User getRecorderUser()
           
 SurveyQualification getSurveyQualification()
           
 Vessel getToVessel()
           Navire vers lequel le transbordement a ??t?? r??alis??.
 java.util.Date getTransshipmentDateTime()
           
 Location getTransshipmentLocation()
           Zone ou port dans lequel se fait le transbordement.
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setComments(java.lang.String comments)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setFishingTrip(FishingTrip fishingTrip)
           
 void setId(java.lang.Integer id)
           
 void setProduces(java.util.Collection produces)
           
 void setProgram(Program program)
           
 void setRecorderDepartment(Department recorderDepartment)
           
 void setRecorderUser(User recorderUser)
           
 void setSurveyQualification(SurveyQualification surveyQualification)
           
 void setToVessel(Vessel toVessel)
           
 void setTransshipmentDateTime(java.util.Date transshipmentDateTime)
           
 void setTransshipmentLocation(Location transshipmentLocation)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transshipment

public Transshipment()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getTransshipmentDateTime

public java.util.Date getTransshipmentDateTime()

setTransshipmentDateTime

public void setTransshipmentDateTime(java.util.Date transshipmentDateTime)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getToVessel

public Vessel getToVessel()

Navire vers lequel le transbordement a ??t?? r??alis??.


setToVessel

public void setToVessel(Vessel toVessel)

getTransshipmentLocation

public Location getTransshipmentLocation()

Zone ou port dans lequel se fait le transbordement.

Non renseign?? dans SACAPT


setTransshipmentLocation

public void setTransshipmentLocation(Location transshipmentLocation)

getFishingTrip

public FishingTrip getFishingTrip()

setFishingTrip

public void setFishingTrip(FishingTrip fishingTrip)

getProgram

public Program getProgram()

setProgram

public void setProgram(Program program)

getRecorderDepartment

public Department getRecorderDepartment()

setRecorderDepartment

public void setRecorderDepartment(Department recorderDepartment)

getRecorderUser

public User getRecorderUser()

setRecorderUser

public void setRecorderUser(User recorderUser)

getSurveyQualification

public SurveyQualification getSurveyQualification()

setSurveyQualification

public void setSurveyQualification(SurveyQualification surveyQualification)

getProduces

public java.util.Collection getProduces()

Listes de produits transbord??s.


setProduces

public void setProduces(java.util.Collection produces)

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.