fr.ifremer.allegro.data.operation
Class OperationVesselAssociationPK

java.lang.Object
  extended by fr.ifremer.allegro.data.operation.OperationVesselAssociationPK
All Implemented Interfaces:
java.io.Serializable

public class OperationVesselAssociationPK
extends java.lang.Object
implements java.io.Serializable

Primary key class for OperationVesselAssociation

See Also:
Serialized Form

Nested Class Summary
static class OperationVesselAssociationPK.Factory
          Constructs new instances of OperationVesselAssociationPK.
 
Constructor Summary
OperationVesselAssociationPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Operation getOperation()
           
 Vessel getVessel()
           
 int hashCode()
           
 void setOperation(Operation operation)
           
 void setVessel(Vessel vessel)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationVesselAssociationPK

public OperationVesselAssociationPK()
Method Detail

getOperation

public Operation getOperation()

setOperation

public void setOperation(Operation operation)

getVessel

public Vessel getVessel()

setVessel

public void setVessel(Vessel vessel)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.