public abstract class ScientificCruise extends Object implements Serializable
Campagne scientifique.
Définiition :
The period of time during which a scientific research vessel is operated
in furtherance of a scientific research project, beginning when the
vessel leaves port to undertake the project and ending when the vessel
completes the project as provided for in the applicable scientific
research plan.
US Dept. of Commerce (1996):
http://caldera.sero.nmfs.gov/fishery/regs/inter600.htm#B
| Modifier and Type | Class and Description |
|---|---|
static class |
ScientificCruise.Factory
Constructs new instances of
ScientificCruise. |
| Constructor and Description |
|---|
ScientificCruise() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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. |
String |
getComments()
Commentaire sur la campagne.
|
Date |
getCreationDate() |
Date |
getDepartureDateTime()
Date et heure de départ de la campagne scientifique.
|
Collection<FishingTrip> |
getFishingTrips() |
Integer |
getId()
Identifiant interne de la campagne.
|
Person |
getManagerPerson()
Responsable de campagne
|
String |
getName()
Libellé décrivant la campagne.
|
Program |
getProgram() |
Department |
getRecorderDepartment() |
Person |
getRecorderPerson()
Utilisateur ayant saisie la donnée.
|
String |
getReference()
Lien vers le serveur SISMER.
|
Date |
getReturnDateTime()
Date et heure de départ de la campagne scientifique.
|
String |
getSynchronizationStatus()
Etat de synchronisation (en cours, terminé, en attente de
synchro, supprimé).
|
Timestamp |
getUpdateDate()
Date de dernière mise à jour.
|
Vessel |
getVessel() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String comments) |
void |
setCreationDate(Date creationDate) |
void |
setDepartureDateTime(Date departureDateTime) |
void |
setFishingTrips(Collection<FishingTrip> fishingTrips) |
void |
setId(Integer id) |
void |
setManagerPerson(Person managerPerson) |
void |
setName(String name) |
void |
setProgram(Program program) |
void |
setRecorderDepartment(Department recorderDepartment) |
void |
setRecorderPerson(Person recorderPerson) |
void |
setReference(String reference) |
void |
setReturnDateTime(Date returnDateTime) |
void |
setSynchronizationStatus(String synchronizationStatus) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setVessel(Vessel vessel) |
public Integer getId()
Identifiant interne de la campagne. Renseigné par le système dans tous les cas.
public void setId(Integer id)
public String getSynchronizationStatus()
Etat de synchronisation (en cours, terminé, en attente de synchro, supprimé). Seulement visible dans la base locale.
public void setSynchronizationStatus(String synchronizationStatus)
public String getName()
Libellé décrivant la campagne. Ne pas renseigner si SISMER.
public void setName(String name)
public Date getDepartureDateTime()
Date et heure de départ de la campagne scientifique.
public void setDepartureDateTime(Date departureDateTime)
public Date getReturnDateTime()
Date et heure de départ de la campagne scientifique. Optionnel.
public void setReturnDateTime(Date returnDateTime)
public String getReference()
Lien vers le serveur SISMER. Probablement la référence SISMER de la campagne CAM_CAMREF (FI351997020020 par exemple)
public void setReference(String reference)
public String getComments()
Commentaire sur la campagne. Ne pas renseigner si SISMER.
public void setComments(String comments)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Timestamp getUpdateDate()
Date de dernière mise à jour.
public void setUpdateDate(Timestamp updateDate)
public Collection<FishingTrip> getFishingTrips()
public void setFishingTrips(Collection<FishingTrip> fishingTrips)
public Person getManagerPerson()
Responsable de campagne
public void setManagerPerson(Person managerPerson)
public Department getRecorderDepartment()
public void setRecorderDepartment(Department recorderDepartment)
public Program getProgram()
public void setProgram(Program program)
public Person getRecorderPerson()
Utilisateur ayant saisie la donnée.
public void setRecorderPerson(Person recorderPerson)
public Vessel getVessel()
public void setVessel(Vessel vessel)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.