@Entity @Embeddable public class MethodePurification extends AbstractModel implements Comparable<MethodePurification>
LENGTH_BIG_TEXT, LENGTH_LONG_TEXT, LENGTH_MEDIUM_TEXT, LENGTH_TINY_TEXT| Constructor and Description |
|---|
MethodePurification()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MethodePurification methodePurification) |
String |
getDescription()
description getter
|
Integer |
getIdMethodePurification()
idMethodePurification getter
|
String |
getNom()
nom getter
|
List<ParamMethoPuri> |
getParametres()
parametres getter
|
List<ParamMethoPuri> |
getSortedParametres()
Rend les paramètres triés par index
|
void |
setDescription(String description)
description setter
|
void |
setIdMethodePurification(Integer idMethodePurification)
idMethodePurification setter
|
void |
setNom(String nom)
nom setter
|
void |
setParametres(List<ParamMethoPuri> parametres)
parametres setter
|
String |
toString() |
getIdField, getIdField, getIdValuepublic int compareTo(MethodePurification methodePurification)
compareTo in interface Comparable<MethodePurification>public List<ParamMethoPuri> getSortedParametres()
public Integer getIdMethodePurification()
public void setIdMethodePurification(Integer idMethodePurification)
idMethodePurification - idMethodePurificationpublic String getNom()
public void setNom(String nom)
nom - nompublic String getDescription()
public void setDescription(String description)
description - descriptionpublic List<ParamMethoPuri> getParametres()
public void setParametres(List<ParamMethoPuri> parametres)
parametres - parametresCopyright © 2009-2013 IRD. All Rights Reserved.