@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface AbstractAction extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_EFFECTIVE_INTERVENTION |
static String |
PROPERTY_MAIN_ACTION |
static String |
PROPERTY_PRACTICED_INTERVENTION |
static String |
PROPERTY_TOOLS_COUPLING_CODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
EffectiveIntervention |
getEffectiveIntervention() |
RefInterventionAgrosystTravailEDI |
getMainAction() |
PracticedIntervention |
getPracticedIntervention() |
String |
getToolsCouplingCode() |
void |
setComment(String comment) |
void |
setEffectiveIntervention(EffectiveIntervention effectiveIntervention) |
void |
setMainAction(RefInterventionAgrosystTravailEDI mainAction) |
void |
setPracticedIntervention(PracticedIntervention practicedIntervention) |
void |
setToolsCouplingCode(String toolsCouplingCode) |
static final String PROPERTY_COMMENT
static final String PROPERTY_TOOLS_COUPLING_CODE
static final String PROPERTY_PRACTICED_INTERVENTION
static final String PROPERTY_EFFECTIVE_INTERVENTION
static final String PROPERTY_MAIN_ACTION
void setComment(String comment)
String getComment()
void setToolsCouplingCode(String toolsCouplingCode)
String getToolsCouplingCode()
void setPracticedIntervention(PracticedIntervention practicedIntervention)
PracticedIntervention getPracticedIntervention()
void setEffectiveIntervention(EffectiveIntervention effectiveIntervention)
EffectiveIntervention getEffectiveIntervention()
void setMainAction(RefInterventionAgrosystTravailEDI mainAction)
RefInterventionAgrosystTravailEDI getMainAction()
Copyright © 2013–2015 Inra. All rights reserved.