|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.transshipment.Transshipment
public abstract class Transshipment
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.
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 |
---|
public Transshipment()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.util.Date getTransshipmentDateTime()
public void setTransshipmentDateTime(java.util.Date transshipmentDateTime)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public Vessel getToVessel()
Navire vers lequel le transbordement a ??t?? r??alis??.
public void setToVessel(Vessel toVessel)
public Location getTransshipmentLocation()
Zone ou port dans lequel se fait le transbordement.
Non renseign?? dans SACAPT
public void setTransshipmentLocation(Location transshipmentLocation)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public Program getProgram()
public void setProgram(Program program)
public Department getRecorderDepartment()
public void setRecorderDepartment(Department recorderDepartment)
public User getRecorderUser()
public void setRecorderUser(User recorderUser)
public SurveyQualification getSurveyQualification()
public void setSurveyQualification(SurveyQualification surveyQualification)
public java.util.Collection getProduces()
Listes de produits transbord??s.
public void setProduces(java.util.Collection produces)
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 |