fr.ifremer.allegro.referential.spatial
Class SpatialItemLine

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

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

See Also:
Serialized Form

Nested Class Summary
static class SpatialItemLine.Factory
          Constructs new instances of SpatialItemLine.
 
Constructor Summary
SpatialItemLine()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 java.lang.Integer getId()
           
 java.lang.String getLocalizedName()
           
 SpatialItem getSpatialItem()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setLocalizedName(java.lang.String localizedName)
           
 void setSpatialItem(SpatialItem spatialItem)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialItemLine

public SpatialItemLine()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLocalizedName

public java.lang.String getLocalizedName()

setLocalizedName

public void setLocalizedName(java.lang.String localizedName)

getSpatialItem

public SpatialItem getSpatialItem()

setSpatialItem

public void setSpatialItem(SpatialItem spatialItem)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

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

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.