public class EffectiveCropCycleNodeDto extends EffectiveCropCycleNodeImpl
| Modifier and Type | Field and Description |
|---|---|
protected String |
croppingPlanEntryId |
protected List<EffectiveInterventionDto> |
interventions |
protected String |
label |
static String |
NODE_BEFORE_ID |
protected String |
nodeId |
protected String |
type
Type de noeud (si before node, ce n'est pas un vrai noeud).
|
protected int |
x |
croppingPlanEntry, edaplosIssuerId, rankDEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_CROPPING_PLAN_ENTRY, PROPERTY_EDAPLOS_ISSUER_ID, PROPERTY_RANK| Constructor and Description |
|---|
EffectiveCropCycleNodeDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntervention(EffectiveInterventionDto interventionDto) |
String |
getCroppingPlanEntryId() |
List<EffectiveInterventionDto> |
getInterventions() |
String |
getLabel() |
String |
getNodeId() |
String |
getType() |
int |
getX() |
void |
setCroppingPlanEntryId(String croppingPlanEntryId) |
void |
setInterventions(List<EffectiveInterventionDto> interventions) |
void |
setLabel(String label) |
void |
setNodeId(String nodeId) |
void |
setType(String type) |
void |
setX(int x) |
accept, accept0, getCroppingPlanEntry, getEdaplosIssuerId, getRank, setCroppingPlanEntry, setEdaplosIssuerId, setRankaddPostReadListener, 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, setTopiaVersionpublic static final String NODE_BEFORE_ID
protected String nodeId
protected int x
protected String croppingPlanEntryId
protected String label
protected String type
protected List<EffectiveInterventionDto> interventions
public int getX()
public void setX(int x)
public String getNodeId()
public void setNodeId(String nodeId)
public String getCroppingPlanEntryId()
public void setCroppingPlanEntryId(String croppingPlanEntryId)
public List<EffectiveInterventionDto> getInterventions()
public void setInterventions(List<EffectiveInterventionDto> interventions)
public void addIntervention(EffectiveInterventionDto interventionDto)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
Copyright © 2013–2015 Inra. All rights reserved.