public class Pz0EffectiveSeasonalCropCycle extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
connectionNodeIds |
protected String |
csvId |
protected LinkedHashMap<Integer,Pz0EffectiveCropCycleNode> |
pz0NodesByRank |
protected EffectiveSeasonalCropCycleDto |
seasonalCropCycle |
protected List<String> |
sourceNodeIds |
| Constructor and Description |
|---|
Pz0EffectiveSeasonalCropCycle(String csvId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPz0NodeDto(Pz0EffectiveCropCycleNode pz0NodeDto) |
EffectiveCropCycleNodeDto |
getNodeAtRank(int rank) |
LinkedHashMap<Integer,Pz0EffectiveCropCycleNode> |
getPz0NodesByRank() |
EffectiveSeasonalCropCycleDto |
getSeasonalCropCycle() |
boolean |
validNodeUniqueSourceConstraint(String nodeId) |
boolean |
validNodeUniqueTargetConstraint(String nodeId) |
protected String csvId
protected EffectiveSeasonalCropCycleDto seasonalCropCycle
protected LinkedHashMap<Integer,Pz0EffectiveCropCycleNode> pz0NodesByRank
public Pz0EffectiveSeasonalCropCycle(String csvId)
public EffectiveSeasonalCropCycleDto getSeasonalCropCycle()
public boolean validNodeUniqueSourceConstraint(String nodeId)
public boolean validNodeUniqueTargetConstraint(String nodeId)
public void addPz0NodeDto(Pz0EffectiveCropCycleNode pz0NodeDto) throws AgrosystImportException
AgrosystImportExceptionpublic EffectiveCropCycleNodeDto getNodeAtRank(int rank)
public LinkedHashMap<Integer,Pz0EffectiveCropCycleNode> getPz0NodesByRank()
Copyright © 2013–2015 Inra. All rights reserved.