public abstract class OperationVesselAssociation extends Object implements Serializable, Comparable<OperationVesselAssociation>
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 |
---|---|
int |
compareTo(OperationVesselAssociation o) |
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 nature de l'association avec le navire (optionnel).
|
Boolean |
getIsCatchOnOperationVessel()
La capture est elle à bord du navire observé ?
|
Operation |
getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
OperationVesselAssociationPK |
getOperationVesselAssociationPk()
Get the composite primary key identifier class
|
Vessel |
getVessel()
Navire.
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setComments(String commentsIn)
Commentaire sur la nature de l'association avec le navire (optionnel).
|
void |
setIsCatchOnOperationVessel(Boolean isCatchOnOperationVesselIn)
La capture est elle à bord du navire observé ?
|
void |
setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
void |
setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPkIn)
Set the composite primary key identifier class
|
void |
setVessel(Vessel vesselIn)
Navire.
|
public OperationVesselAssociation()
public OperationVesselAssociationPK getOperationVesselAssociationPk()
public void setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPkIn)
operationVesselAssociationPkIn
- public Boolean getIsCatchOnOperationVessel()
public void setIsCatchOnOperationVessel(Boolean isCatchOnOperationVesselIn)
isCatchOnOperationVesselIn
- Booleanpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Vessel getVessel()
public void setVessel(Vessel vesselIn)
vesselIn
- Vesselpublic Operation getOperation()
public void setOperation(Operation operationIn)
operationIn
- Operationpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(OperationVesselAssociation o)
compareTo
in interface Comparable<OperationVesselAssociation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.