public class Pz0EffectiveCropCyclePhase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropId |
protected String |
csvId |
protected String |
perennialCropCycleId |
protected EffectiveCropCyclePhaseDto |
phase |
protected Map<String,Pz0EffectiveIntervention> |
pz0InterventionByCsvId |
protected String |
zoneId |
| Constructor and Description |
|---|
Pz0EffectiveCropCyclePhase(String csvId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEffectivePz0Intervention(Pz0EffectiveIntervention pz0Intervention) |
String |
getCropId() |
String |
getCsvId() |
String |
getPerennialCropCycleId() |
EffectiveCropCyclePhaseDto |
getPhase() |
Map<String,Pz0EffectiveIntervention> |
getPz0InterventionByCsvId() |
String |
getZoneId() |
void |
setCropId(String cropId) |
void |
setPerennialCropCycleId(String perennialCropCycleId) |
void |
setZoneId(String zoneId) |
protected String csvId
protected Map<String,Pz0EffectiveIntervention> pz0InterventionByCsvId
protected EffectiveCropCyclePhaseDto phase
protected String perennialCropCycleId
protected String zoneId
protected String cropId
public Pz0EffectiveCropCyclePhase(String csvId)
public EffectiveCropCyclePhaseDto getPhase()
public String getPerennialCropCycleId()
public void setPerennialCropCycleId(String perennialCropCycleId)
public Map<String,Pz0EffectiveIntervention> getPz0InterventionByCsvId()
public void addEffectivePz0Intervention(Pz0EffectiveIntervention pz0Intervention)
public String getZoneId()
public void setZoneId(String zoneId)
public String getCropId()
public void setCropId(String cropId)
public String getCsvId()
Copyright © 2013–2015 Inra. All rights reserved.