fr.ifremer.allegro.referential.gear
Class GearAssociationPK

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.GearAssociationPK
All Implemented Interfaces:
java.io.Serializable

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

Primary key class for GearAssociation

See Also:
Serialized Form

Nested Class Summary
static class GearAssociationPK.Factory
          Constructs new instances of GearAssociationPK.
 
Constructor Summary
GearAssociationPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Gear getFromGear()
           
 Gear getToGear()
           
 int hashCode()
           
 void setFromGear(Gear fromGear)
           
 void setToGear(Gear toGear)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GearAssociationPK

public GearAssociationPK()
Method Detail

getFromGear

public Gear getFromGear()

setFromGear

public void setFromGear(Gear fromGear)

getToGear

public Gear getToGear()

setToGear

public void setToGear(Gear toGear)

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.