|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.QualitativeValue
public abstract class QualitativeValue
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", ...
Nested Class Summary | |
---|---|
static class |
QualitativeValue.Factory
Constructs new instances of QualitativeValue . |
Constructor Summary | |
---|---|
QualitativeValue()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.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. |
java.lang.String |
getDescription()
|
java.lang.Integer |
getId()
|
java.lang.String |
getName()
|
Parameter |
getParameter()
|
Status |
getStatus()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Integer id)
|
void |
setName(java.lang.String name)
|
void |
setParameter(Parameter parameter)
|
void |
setStatus(Status status)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QualitativeValue()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public Parameter getParameter()
public void setParameter(Parameter parameter)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |