fr.ifremer.allegro.referential.location
Class Location

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

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

Repr??sente un lieu au sens g??n??ral du terme. Il peut s'agir d'un lieu ponctuel, lin??aire ou surfacique.

Suivant sa classification et son niveau, il peut s'agir d'un secteur FAO, un port de p??che, un quartier maritime, une cri??e, etc.

Nombre de lignes : lieux terrestre : 4500 + secteurs : 11210 + strates : 1000 + localit??s : 200

See Also:
Serialized Form

Nested Class Summary
static class Location.Factory
          Constructs new instances of Location.
 
Constructor Summary
Location()
           
 
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()
           Identifiant unique du lieu
 java.lang.String getLabel()
           Code du lieuExemple : pour les ports : BR, SB
 java.util.Collection getLocationAreas()
           
 LocationClassification getLocationClassification()
           
 LocationLevel getLocationLevel()
           
 java.util.Collection getLocationLines()
           
 java.util.Collection getLocationPoints()
           
 java.lang.String getName()
           Libell?? du lieu
 Status getStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setLocationAreas(java.util.Collection locationAreas)
           
 void setLocationClassification(LocationClassification locationClassification)
           
 void setLocationLevel(LocationLevel locationLevel)
           
 void setLocationLines(java.util.Collection locationLines)
           
 void setLocationPoints(java.util.Collection locationPoints)
           
 void setName(java.lang.String name)
           
 void setStatus(Status status)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

getId

public java.lang.Integer getId()

Identifiant unique du lieu


setId

public void setId(java.lang.Integer id)

getLabel

public java.lang.String getLabel()

Code du lieuExemple : pour les ports : BR, SB


setLabel

public void setLabel(java.lang.String label)

getName

public java.lang.String getName()

Libell?? du lieu


setName

public void setName(java.lang.String name)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getLocationLevel

public LocationLevel getLocationLevel()

setLocationLevel

public void setLocationLevel(LocationLevel locationLevel)

getLocationClassification

public LocationClassification getLocationClassification()

setLocationClassification

public void setLocationClassification(LocationClassification locationClassification)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

getLocationAreas

public java.util.Collection getLocationAreas()

setLocationAreas

public void setLocationAreas(java.util.Collection locationAreas)

getLocationLines

public java.util.Collection getLocationLines()

setLocationLines

public void setLocationLines(java.util.Collection locationLines)

getLocationPoints

public java.util.Collection getLocationPoints()

setLocationPoints

public void setLocationPoints(java.util.Collection locationPoints)

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.