fr.ifremer.allegro.technical.optimization.location
Class LocationHierarchyPK

java.lang.Object
  extended by fr.ifremer.allegro.technical.optimization.location.LocationHierarchyPK
All Implemented Interfaces:
java.io.Serializable

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

Primary key class for LocationHierarchy

See Also:
Serialized Form

Nested Class Summary
static class LocationHierarchyPK.Factory
          Constructs new instances of LocationHierarchyPK.
 
Constructor Summary
LocationHierarchyPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Location getLocation()
           
 Location getParent()
           
 int hashCode()
           
 void setLocation(Location location)
           
 void setParent(Location parent)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationHierarchyPK

public LocationHierarchyPK()
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getParent

public Location getParent()

setParent

public void setParent(Location parent)

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.