public abstract class GroupingClassification extends Object implements Serializable
Une classification de regroupement ne traite que d’un seul type de
données du référentiel à la fois (ObjectType).
Il peut s’agir de regroupement sur les métiers, les lieux, les espèces,
etc.
En revanche, un même type de données du référentiel (ex : Métier) peut
avoir plusieurs classification de regroupement distinctes (DCR, Ifremer,
Natura 2000, …)
Une classification de regroupement peut contenir un ou plusieurs niveaux
de regroupement (GroupingLevel).
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingClassification.Factory
Constructs new instances of
GroupingClassification. |
| Constructor and Description |
|---|
GroupingClassification() |
| 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()
Identifiant interne.
|
String |
getName() |
ObjectType |
getObjectType() |
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 |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Identifiant 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 ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.