@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface Measurement extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_EFFECTIVE_INTERVENTION |
static String |
PROPERTY_MEASUREMENT_SESSION |
static String |
PROPERTY_MEASUREMENT_TYPE |
static String |
PROPERTY_MEASURING_PROTOCOL |
static String |
PROPERTY_REPETITION_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
EffectiveIntervention |
getEffectiveIntervention() |
MeasurementSession |
getMeasurementSession() |
MeasurementType |
getMeasurementType() |
String |
getMeasuringProtocol() |
Integer |
getRepetitionNumber() |
void |
setComment(String comment) |
void |
setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
void |
setMeasurementSession(MeasurementSession measurementSession) |
void |
setMeasurementType(MeasurementType measurementType) |
void |
setMeasuringProtocol(String measuringProtocol) |
void |
setRepetitionNumber(Integer repetitionNumber) |
static final String PROPERTY_MEASURING_PROTOCOL
static final String PROPERTY_REPETITION_NUMBER
static final String PROPERTY_COMMENT
static final String PROPERTY_MEASUREMENT_TYPE
static final String PROPERTY_MEASUREMENT_SESSION
static final String PROPERTY_EFFECTIVE_INTERVENTION
void setMeasuringProtocol(String measuringProtocol)
String getMeasuringProtocol()
void setRepetitionNumber(Integer repetitionNumber)
Integer getRepetitionNumber()
void setComment(String comment)
String getComment()
void setMeasurementType(MeasurementType measurementType)
MeasurementType getMeasurementType()
void setMeasurementSession(MeasurementSession measurementSession)
MeasurementSession getMeasurementSession()
void setEffectiveIntervention(EffectiveIntervention effectiveIntervention)
EffectiveIntervention getEffectiveIntervention()
Copyright © 2013–2015 Inra. All rights reserved.