@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface RefMesure extends ReferentialEntity, org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ACTIVE |
static String |
PROPERTY_CATEGORIE_DE_MESURE |
static String |
PROPERTY_REMARQUE |
static String |
PROPERTY_TYPE_VARIABLE_MESUREE |
static String |
PROPERTY_UNITE |
static String |
PROPERTY_VALEUR_ATTENDUE |
static String |
PROPERTY_VARIABLE_MESUREE |
| Modifier and Type | Method and Description |
|---|---|
MeasurementType |
getCategorie_de_mesure() |
String |
getRemarque() |
VariableType |
getType_variable_mesuree() |
String |
getUnite() |
String |
getValeur_attendue() |
String |
getVariable_mesuree() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCategorie_de_mesure(MeasurementType categorie_de_mesure) |
void |
setRemarque(String remarque) |
void |
setType_variable_mesuree(VariableType type_variable_mesuree) |
void |
setUnite(String unite) |
void |
setValeur_attendue(String valeur_attendue) |
void |
setVariable_mesuree(String variable_mesuree) |
static final String PROPERTY_VARIABLE_MESUREE
static final String PROPERTY_UNITE
static final String PROPERTY_VALEUR_ATTENDUE
static final String PROPERTY_REMARQUE
static final String PROPERTY_ACTIVE
static final String PROPERTY_CATEGORIE_DE_MESURE
static final String PROPERTY_TYPE_VARIABLE_MESUREE
void setVariable_mesuree(String variable_mesuree)
String getVariable_mesuree()
void setUnite(String unite)
String getUnite()
void setValeur_attendue(String valeur_attendue)
String getValeur_attendue()
void setRemarque(String remarque)
String getRemarque()
void setActive(boolean active)
setActive in interface ReferentialEntityboolean isActive()
isActive in interface ReferentialEntityvoid setCategorie_de_mesure(MeasurementType categorie_de_mesure)
MeasurementType getCategorie_de_mesure()
void setType_variable_mesuree(VariableType type_variable_mesuree)
VariableType getType_variable_mesuree()
Copyright © 2013–2015 Inra. All rights reserved.