public abstract class OperationVesselAssociation extends Object implements Serializable
Informations permet de décrire, par exemple la stratégie de répartition entre le navire observé et le navire associé pour l'opération.
En effet, des navires travaillent en paires (ou en bœufs), par exemple pour tirer à deux un meme chalut.
note : Il peut s'agir d'un navire temporaire.
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationVesselAssociation.Factory
Constructs new instances of
OperationVesselAssociation. |
| Constructor and Description |
|---|
OperationVesselAssociation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an OperationVesselAssociation instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments()
Commentaire sur la nature de l'association avec le navire
(optionnel).
|
Boolean |
getIsCatchOnOperationVessel()
La capture est elle à bord du navire observé ?
|
OperationVesselAssociationPK |
getOperationVesselAssociationPk() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String comments) |
void |
setIsCatchOnOperationVessel(Boolean isCatchOnOperationVessel) |
void |
setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPk) |
public OperationVesselAssociationPK getOperationVesselAssociationPk()
public void setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPk)
public Boolean getIsCatchOnOperationVessel()
La capture est elle à bord du navire observé ?
public void setIsCatchOnOperationVessel(Boolean isCatchOnOperationVessel)
public String getComments()
Commentaire sur la nature de l'association avec le navire (optionnel).
public void setComments(String comments)
public int hashCode()
Copyright © 2013. All Rights Reserved.