public abstract class QualityFlag extends Object implements Serializable
Indice qualité d'une donnée.
Actuellement, les indices qualités identifiés sont :
0 - Non qualifiée,
1 - Bonne,
2 - Hors statistiques,
3 - Douteuse,
4 - Fausse,
5 - Corrigée,
8 - Incomplète,
9 - Absente.
| Modifier and Type | Class and Description |
|---|---|
static class |
QualityFlag.Factory
Constructs new instances of
QualityFlag. |
| Constructor and Description |
|---|
QualityFlag() |
| 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 |
getCode() |
String |
getName() |
Status |
getStatus() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String code) |
void |
setName(String name) |
void |
setStatus(Status status) |
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
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.