public abstract class SpatialItemType extends Object implements Serializable
Type de régionalisation d'une liste du réfétentiel.
Il peut y avoir plusieurs type de régionalisation pour une meme liste (pour un meme OBJECT_TYPE_FK).
Par exemple :
- régionalisation des gradients de profondeur (utile pour les Antilles)
| Modifier and Type | Class and Description |
|---|---|
static class |
SpatialItemType.Factory
Constructs new instances of
SpatialItemType. |
| Constructor and Description |
|---|
SpatialItemType() |
| 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. |
String |
getDescription() |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
ObjectType |
getObjectType() |
Collection<SpatialItem> |
getSpatialItems() |
Status |
getStatus() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setObjectType(ObjectType objectType) |
void |
setSpatialItems(Collection<SpatialItem> spatialItems) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Collection<SpatialItem> getSpatialItems()
public void setSpatialItems(Collection<SpatialItem> spatialItems)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.