public abstract class QualitativeValue extends Object implements Serializable
Liste des valeurs qualitatives que peut prendre un paramètre.
Par exemple :
- pour le paramètre Sexe : "Mâle" et "Femelle"
- pour le paramètre Présentation : "Vidé", "Entier", ...
- pour le paramètre Catégorie : "Gros", "Moyen", ...
| Modifier and Type | Class and Description |
|---|---|
static class |
QualitativeValue.Factory
Constructs new instances of
QualitativeValue. |
| Constructor and Description |
|---|
QualitativeValue() |
| 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() |
Parameter |
getParameter() |
Status |
getStatus() |
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 |
setParameter(Parameter parameter) |
void |
setStatus(Status status) |
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 Status getStatus()
public void setStatus(Status status)
public Parameter getParameter()
public void setParameter(Parameter parameter)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.