public abstract class Location extends Object implements 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
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Factory
Constructs new instances of
Location. |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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. |
Float |
getBathymetry()
Valeur de la bathymétrie sur le lieu (optionnel).
|
Boolean |
getDaylightSavingTime()
Indique s'il faut opérer le changement d'heure hiver-été, vrai
par défaut.
|
Integer |
getId()
Identifiant unique du lieu.
|
String |
getLabel()
Code du lieuExemple : pour les ports : BR, SB
|
LocationClassification |
getLocationClassification() |
LocationLevel |
getLocationLevel() |
String |
getName()
Libellé du lieu
|
Status |
getStatus() |
Timestamp |
getUpdateDate() |
Short |
getUtFormat()
Format UT (Universal Time) de l'heure pour le lieu (0, +1,
-4...).
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBathymetry(Float bathymetry) |
void |
setDaylightSavingTime(Boolean daylightSavingTime) |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setLocationClassification(LocationClassification locationClassification) |
void |
setLocationLevel(LocationLevel locationLevel) |
void |
setName(String name) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setUtFormat(Short utFormat) |
public Integer getId()
Identifiant unique du lieu. Généré par le système.
public void setId(Integer id)
public String getLabel()
Code du lieuExemple : pour les ports : BR, SB
public void setLabel(String label)
public String getName()
Libellé du lieu
public void setName(String name)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Float getBathymetry()
Valeur de la bathymétrie sur le lieu (optionnel). La bathymétrie peut être positive ou négative.
public void setBathymetry(Float bathymetry)
public Short getUtFormat()
Format UT (Universal Time) de l'heure pour le lieu (0, +1, -4...).
En France métropolitaine, par exemple : +1 (= heure Europe/Paris)
public void setUtFormat(Short utFormat)
public Boolean getDaylightSavingTime()
Indique s'il faut opérer le changement d'heure hiver-été, vrai par défaut.
En France métropolitaine, par exemple : Vrai.
public void setDaylightSavingTime(Boolean daylightSavingTime)
public LocationLevel getLocationLevel()
public void setLocationLevel(LocationLevel locationLevel)
public Status getStatus()
public void setStatus(Status status)
public LocationClassification getLocationClassification()
public void setLocationClassification(LocationClassification locationClassification)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.