public abstract class GroupingItem extends Object implements Serializable
GroupingItem permet de lister les entités du référentiel qui
appartiennent à un regroupement.
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingItem.Factory
Constructs new instances of
GroupingItem. |
| Constructor and Description |
|---|
GroupingItem() |
| 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. |
Grouping |
getGrouping() |
Integer |
getId()
Identifiant interne.
|
Integer |
getObjectId()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setGrouping(Grouping grouping) |
void |
setId(Integer id) |
void |
setObjectId(Integer objectId) |
public Integer getId()
Identifiant interne. Généré par le système.
public void setId(Integer id)
public Integer getObjectId()
objectId permet de stocker l’identifiant de l’entité, sachant que
la table pointée doit correspondre au type d’entité de la classification
de regroupement (cf GroupingClassification.objectType)
public void setObjectId(Integer objectId)
public Grouping getGrouping()
public void setGrouping(Grouping grouping)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.