fr.ifremer.allegro.referential.location
Class LocationAssociationPK

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

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

Primary key class for LocationAssociation

See Also:
Serialized Form

Nested Class Summary
static class LocationAssociationPK.Factory
          Constructs new instances of LocationAssociationPK.
 
Constructor Summary
LocationAssociationPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Location getChildLocation()
           
 Location getParentLocation()
           
 int hashCode()
           
 void setChildLocation(Location childLocation)
           
 void setParentLocation(Location parentLocation)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationAssociationPK

public LocationAssociationPK()
Method Detail

getChildLocation

public Location getChildLocation()

setChildLocation

public void setChildLocation(Location childLocation)

getParentLocation

public Location getParentLocation()

setParentLocation

public void setParentLocation(Location parentLocation)

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.