fr.ifremer.allegro.referential.spatial
Class SpatialItem2Location

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.SpatialItem2Location
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SpatialItem2LocationImpl

public abstract class SpatialItem2Location
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class SpatialItem2Location.Factory
          Constructs new instances of SpatialItem2Location.
 
Constructor Summary
SpatialItem2Location()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an SpatialItem2Location instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.lang.String getLocalizedName()
           
 SpatialItem2LocationPK getSpatialItem2LocationPk()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setLocalizedName(java.lang.String localizedName)
           
 void setSpatialItem2LocationPk(SpatialItem2LocationPK spatialItem2LocationPk)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialItem2Location

public SpatialItem2Location()
Method Detail

getSpatialItem2LocationPk

public SpatialItem2LocationPK getSpatialItem2LocationPk()

setSpatialItem2LocationPk

public void setSpatialItem2LocationPk(SpatialItem2LocationPK spatialItem2LocationPk)

getLocalizedName

public java.lang.String getLocalizedName()

setLocalizedName

public void setLocalizedName(java.lang.String localizedName)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an SpatialItem2Location instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.