fr.ifremer.allegro.data.operation
Class OperationVesselAssociation

java.lang.Object
  extended by fr.ifremer.allegro.data.operation.OperationVesselAssociation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperationVesselAssociationImpl

public abstract class OperationVesselAssociation
extends java.lang.Object
implements java.io.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.

See Also:
Serialized Form

Nested Class Summary
static class OperationVesselAssociation.Factory
          Constructs new instances of OperationVesselAssociation.
 
Constructor Summary
OperationVesselAssociation()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an OperationVesselAssociation instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.lang.String getComments()
           Commentaire sur la nature de l'association avec le navire (optionnel).
 java.lang.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(java.lang.String comments)
           
 void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)
           
 void setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPk)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationVesselAssociation

public OperationVesselAssociation()
Method Detail

getOperationVesselAssociationPk

public OperationVesselAssociationPK getOperationVesselAssociationPk()

setOperationVesselAssociationPk

public void setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPk)

getIsCatchOnOperationVessel

public java.lang.Boolean getIsCatchOnOperationVessel()

La capture est elle ?? bord du navire observ?? ?


setIsCatchOnOperationVessel

public void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)

getComments

public java.lang.String getComments()

Commentaire sur la nature de l'association avec le navire (optionnel).


setComments

public void setComments(java.lang.String comments)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an OperationVesselAssociation instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.