@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class MeasurementAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements Measurement
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected EffectiveIntervention |
effectiveIntervention
Nom de l'attribut en BD : effectiveIntervention
|
protected MeasurementSession |
measurementSession
Nom de l'attribut en BD : measurementSession
|
protected MeasurementType |
measurementType
Nom de l'attribut en BD : measurementType
|
protected String |
measuringProtocol
Nom de l'attribut en BD : measuringProtocol
|
protected Integer |
repetitionNumber
Nom de l'attribut en BD : repetitionNumber
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_COMMENT, PROPERTY_EFFECTIVE_INTERVENTION, PROPERTY_MEASUREMENT_SESSION, PROPERTY_MEASUREMENT_TYPE, PROPERTY_MEASURING_PROTOCOL, PROPERTY_REPETITION_NUMBER| Constructor and Description |
|---|
MeasurementAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
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) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String measuringProtocol
protected Integer repetitionNumber
protected String comment
protected MeasurementType measurementType
protected MeasurementSession measurementSession
protected EffectiveIntervention effectiveIntervention
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setMeasuringProtocol(String measuringProtocol)
setMeasuringProtocol in interface Measurementpublic String getMeasuringProtocol()
getMeasuringProtocol in interface Measurementpublic void setRepetitionNumber(Integer repetitionNumber)
setRepetitionNumber in interface Measurementpublic Integer getRepetitionNumber()
getRepetitionNumber in interface Measurementpublic void setComment(String comment)
setComment in interface Measurementpublic String getComment()
getComment in interface Measurementpublic void setMeasurementType(MeasurementType measurementType)
setMeasurementType in interface Measurementpublic MeasurementType getMeasurementType()
getMeasurementType in interface Measurementpublic void setMeasurementSession(MeasurementSession measurementSession)
setMeasurementSession in interface Measurementpublic MeasurementSession getMeasurementSession()
getMeasurementSession in interface Measurementpublic void setEffectiveIntervention(EffectiveIntervention effectiveIntervention)
setEffectiveIntervention in interface Measurementpublic EffectiveIntervention getEffectiveIntervention()
getEffectiveIntervention in interface MeasurementCopyright © 2013–2015 Inra. All rights reserved.