public abstract class SpatialItemPoint extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SpatialItemPoint.Factory
Constructs new instances of
SpatialItemPoint. |
| Constructor and Description |
|---|
SpatialItemPoint() |
| 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.
|
String |
getLocalizedName()
Libellé régionalisé, valable sur la géométrie, pour l'entité
correspondante.
|
String |
getPosition() |
SpatialItem |
getSpatialItem() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
void |
setLocalizedName(String localizedName) |
void |
setPosition(String position) |
void |
setSpatialItem(SpatialItem spatialItem) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getLocalizedName()
Libellé régionalisé, valable sur la géométrie, pour l'entité correspondante.
par exemple, pour une zone de présence d'une espèce comemrciale, cela peut etre le nom vernaculaire, etc.
public void setLocalizedName(String localizedName)
public String getPosition()
public void setPosition(String position)
public SpatialItem getSpatialItem()
public void setSpatialItem(SpatialItem spatialItem)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.