public class InterventionDtoToInterventionUnivers extends Object
| Constructor and Description |
|---|
InterventionDtoToInterventionUnivers(List<EffectiveInterventionDto> interventionDtos,
List<EffectiveCropCycleConnectionDto> connectionDtos,
org.apache.commons.lang3.tuple.Pair<String,EffectiveCropCycleNode> nodeIdToNode,
EffectivePerennialCropCycle perennialCropCycle,
EffectiveCropCyclePhase phase,
Domain domain,
Map<String,EffectiveIntervention> idsToInterventions) |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveCropCycleConnectionDto> |
getConnectionDtos() |
Domain |
getDomain() |
Map<String,EffectiveIntervention> |
getIdsToInterventions() |
List<EffectiveInterventionDto> |
getInterventionDtos() |
org.apache.commons.lang3.tuple.Pair<String,EffectiveCropCycleNode> |
getNodeIdToNode() |
EffectivePerennialCropCycle |
getPerennialCropCycle() |
EffectiveCropCyclePhase |
getPhase() |
public InterventionDtoToInterventionUnivers(List<EffectiveInterventionDto> interventionDtos, List<EffectiveCropCycleConnectionDto> connectionDtos, org.apache.commons.lang3.tuple.Pair<String,EffectiveCropCycleNode> nodeIdToNode, EffectivePerennialCropCycle perennialCropCycle, EffectiveCropCyclePhase phase, Domain domain, Map<String,EffectiveIntervention> idsToInterventions)
public List<EffectiveInterventionDto> getInterventionDtos()
public List<EffectiveCropCycleConnectionDto> getConnectionDtos()
public org.apache.commons.lang3.tuple.Pair<String,EffectiveCropCycleNode> getNodeIdToNode()
public EffectivePerennialCropCycle getPerennialCropCycle()
public EffectiveCropCyclePhase getPhase()
public Domain getDomain()
public Map<String,EffectiveIntervention> getIdsToInterventions()
Copyright © 2013–2015 Inra. All rights reserved.