public class EffectiveCropCycleAndDependencies extends EntityAndDependencies
| Modifier and Type | Field and Description |
|---|---|
protected DomainAndDependencies |
domainAndDependencies |
protected Map<String,Pz0EffectivePerennialCropCycle> |
effectivePerennialCropCyclesByCsvId |
protected Map<String,Pz0EffectiveSeasonalCropCycle> |
effectiveSeasonalCropCyclesByCsvId |
protected Map<String,Price> |
prices |
protected String |
zoneId |
entity| Constructor and Description |
|---|
EffectiveCropCycleAndDependencies(String zoneId,
DomainAndDependencies domainAndDependencies)
This object does not have entity as it belong to there dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEffectivePerennialCropCycleDto(String id,
Pz0EffectivePerennialCropCycle perennialCropCycle) |
void |
addEffectiveSeasonalCropCycleDto(String id,
Pz0EffectiveSeasonalCropCycle seasonalCropCycleDto) |
void |
addPrice(String id,
Price price) |
DomainAndDependencies |
getDomainAndDependencies() |
Pz0EffectivePerennialCropCycle |
getEffectivePerennialCropCycleDto(String id) |
Map<String,Pz0EffectivePerennialCropCycle> |
getEffectivePz0PerennialCropCyclesByCsvId() |
Map<String,Pz0EffectiveSeasonalCropCycle> |
getEffectivePz0SeasonalCropCyclesByCsvId() |
Pz0EffectiveSeasonalCropCycle |
getEffectiveSeasonalCropCycleDto(String id) |
Map<String,Price> |
getPrices() |
String |
getZoneId() |
void |
setZoneId(String zoneId) |
getEntity, setEntityprotected String zoneId
protected Map<String,Pz0EffectiveSeasonalCropCycle> effectiveSeasonalCropCyclesByCsvId
protected Map<String,Pz0EffectivePerennialCropCycle> effectivePerennialCropCyclesByCsvId
protected DomainAndDependencies domainAndDependencies
public EffectiveCropCycleAndDependencies(String zoneId, DomainAndDependencies domainAndDependencies)
public void addEffectiveSeasonalCropCycleDto(String id, Pz0EffectiveSeasonalCropCycle seasonalCropCycleDto)
public void addEffectivePerennialCropCycleDto(String id, Pz0EffectivePerennialCropCycle perennialCropCycle)
public Pz0EffectiveSeasonalCropCycle getEffectiveSeasonalCropCycleDto(String id)
public Pz0EffectivePerennialCropCycle getEffectivePerennialCropCycleDto(String id)
public void setZoneId(String zoneId)
public String getZoneId()
public Map<String,Pz0EffectiveSeasonalCropCycle> getEffectivePz0SeasonalCropCyclesByCsvId()
public Map<String,Pz0EffectivePerennialCropCycle> getEffectivePz0PerennialCropCyclesByCsvId()
public DomainAndDependencies getDomainAndDependencies()
Copyright © 2013–2015 Inra. All rights reserved.