public abstract class QualifiedItem extends Object implements Serializable
Représente la donnée qui a été qualifiée, par une plusieurs règles de qualification.
| Modifier and Type | Class and Description |
|---|---|
static class |
QualifiedItem.Factory
Constructs new instances of
QualifiedItem. |
| Constructor and Description |
|---|
QualifiedItem() |
| 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. |
Collection<AppliedQualificationRule> |
getAppliedQualificationRules() |
Integer |
getId()
Idenfiant interne.
|
Integer |
getObjectId()
Identifiant de l'élément ayant été qualifié.
|
ObjectType |
getObjectType()
Type d'entité qualifiée.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAppliedQualificationRules(Collection<AppliedQualificationRule> appliedQualificationRules) |
void |
setId(Integer id) |
void |
setObjectId(Integer objectId) |
void |
setObjectType(ObjectType objectType) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Integer getObjectId()
Identifiant de l'élément ayant été qualifié.
public void setObjectId(Integer objectId)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Collection<AppliedQualificationRule> getAppliedQualificationRules()
public void setAppliedQualificationRules(Collection<AppliedQualificationRule> appliedQualificationRules)
public ObjectType getObjectType()
Type d'entité qualifiée.
Généralement, on utilise le nom de la table principale de l'entité.
Exemple :
- FISHING_TRIP
- SALE
- PRODUCE
- etc.
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.