|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.operation.OperationVesselAssociation
public abstract class OperationVesselAssociation
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.
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 |
---|
public OperationVesselAssociation()
Method Detail |
---|
public OperationVesselAssociationPK getOperationVesselAssociationPk()
public void setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPk)
public java.lang.Boolean getIsCatchOnOperationVessel()
La capture est elle ?? bord du navire observ?? ?
public void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)
public java.lang.String getComments()
Commentaire sur la nature de l'association avec le navire (optionnel).
public void setComments(java.lang.String comments)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an OperationVesselAssociation instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |