@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:19 CET 2015") public abstract class AbstractInputAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements AbstractInput
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
inputType
Nom de l'attribut en BD : inputType
|
protected String |
productName
Nom de l'attribut en BD : productName
|
protected Double |
qtAvg
Nom de l'attribut en BD : qtAvg
|
protected Double |
qtMax
Nom de l'attribut en BD : qtMax
|
protected Double |
qtMed
Nom de l'attribut en BD : qtMed
|
protected Double |
qtMin
Nom de l'attribut en BD : qtMin
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_INPUT_TYPE, PROPERTY_PRODUCT_NAME, PROPERTY_QT_AVG, PROPERTY_QT_MAX, PROPERTY_QT_MED, PROPERTY_QT_MIN| Constructor and Description |
|---|
AbstractInputAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
AgrosystInterventionType |
getInputType() |
String |
getProductName() |
Double |
getQtAvg() |
Double |
getQtMax() |
Double |
getQtMed() |
Double |
getQtMin() |
void |
setInputType(AgrosystInterventionType inputType) |
void |
setProductName(String productName) |
void |
setQtAvg(Double qtAvg) |
void |
setQtMax(Double qtMax) |
void |
setQtMed(Double qtMed) |
void |
setQtMin(Double qtMin) |
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 Double qtMin
protected Double qtAvg
protected Double qtMed
protected Double qtMax
protected String productName
protected AgrosystInterventionType inputType
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 setQtMin(Double qtMin)
setQtMin in interface AbstractInputpublic Double getQtMin()
getQtMin in interface AbstractInputpublic void setQtAvg(Double qtAvg)
setQtAvg in interface AbstractInputpublic Double getQtAvg()
getQtAvg in interface AbstractInputpublic void setQtMed(Double qtMed)
setQtMed in interface AbstractInputpublic Double getQtMed()
getQtMed in interface AbstractInputpublic void setQtMax(Double qtMax)
setQtMax in interface AbstractInputpublic Double getQtMax()
getQtMax in interface AbstractInputpublic void setProductName(String productName)
setProductName in interface AbstractInputpublic String getProductName()
getProductName in interface AbstractInputpublic void setInputType(AgrosystInterventionType inputType)
setInputType in interface AbstractInputpublic AgrosystInterventionType getInputType()
getInputType in interface AbstractInputCopyright © 2013–2015 Inra. All rights reserved.