fr.ifremer.allegro.referential.location
Class LocationLine

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.LocationLine
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LocationLineImpl

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

See Also:
Serialized Form

Nested Class Summary
static class LocationLine.Factory
          Constructs new instances of LocationLine.
 
Constructor Summary
LocationLine()
           
 
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()
           
 Location getLocation()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationLine

public LocationLine()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

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.