public abstract class LocationLevel extends Object implements Serializable
Niveau de lieu, ou catégorie. Il s'agit d'un regroupement de haut niveau d'un ensemble de lieux de meme nature géographique.
Par exemple, pour la classification de lieu "Secteur maritime", on aura :
- Zone FAO,
- Sous-Zone FAO,
- Division CIEM,
- Sous-division CIEM
- etc.
Pour la classification de lieu "lieux territoriaux", on aura :
- Pays
- Region,
- Département,
- Quartier Maritme,
- Port
- ...
On pourra trouver d'autre niveau de lieu, comme :
- implantation Ifremer
- laboratoire côtier, ...
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationLevel.Factory
Constructs new instances of
LocationLevel. |
| Constructor and Description |
|---|
LocationLevel() |
| 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. |
Integer |
getId()
Idenfiant interne.
|
LocationClassification |
getLocationClassification() |
Collection<LocationLevel> |
getLocationLevels() |
String |
getName() |
LocationLevel |
getParentLocationLevel() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
void |
setLocationClassification(LocationClassification locationClassification) |
void |
setLocationLevels(Collection<LocationLevel> locationLevels) |
void |
setName(String name) |
void |
setParentLocationLevel(LocationLevel parentLocationLevel) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne.
public void setId(Integer id)
public String getName()
public void setName(String name)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public LocationClassification getLocationClassification()
public void setLocationClassification(LocationClassification locationClassification)
public Collection<LocationLevel> getLocationLevels()
public void setLocationLevels(Collection<LocationLevel> locationLevels)
public LocationLevel getParentLocationLevel()
public void setParentLocationLevel(LocationLevel parentLocationLevel)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.