public class PracticedSeasonalEntityExport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Double |
croppingPlanEntryFrequency |
protected boolean |
endCycle |
protected Double |
initNodeFrequency |
protected String |
intermediateCropName |
protected String |
label |
protected String |
previousCrop |
protected boolean |
sameCampaignAsPreviousNode |
protected int |
x |
| Constructor and Description |
|---|
PracticedSeasonalEntityExport() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCroppingPlanEntryFrequency() |
boolean |
getEndCycle() |
Double |
getInitNodeFrequency() |
String |
getIntermediateCropName() |
String |
getLabel() |
String |
getPreviousCrop() |
boolean |
getSameCampaignAsPreviousNode() |
int |
getX() |
void |
setCroppingPlanEntryFrequency(Double croppingPlanEntryFrequency) |
void |
setEndCycle(boolean endCycle) |
void |
setInitNodeFrequency(Double initNodeFrequency) |
void |
setIntermediateCropName(String intermediateCropName) |
void |
setLabel(String label) |
void |
setPreviousCrop(String previousCrop) |
void |
setSameCampaignAsPreviousNode(boolean sameCampaignAsPreviousNode) |
void |
setX(int x) |
protected String label
protected boolean endCycle
protected boolean sameCampaignAsPreviousNode
protected Double initNodeFrequency
protected int x
protected String previousCrop
protected Double croppingPlanEntryFrequency
protected String intermediateCropName
public String getLabel()
public void setLabel(String label)
public boolean getEndCycle()
public void setEndCycle(boolean endCycle)
public boolean getSameCampaignAsPreviousNode()
public void setSameCampaignAsPreviousNode(boolean sameCampaignAsPreviousNode)
public Double getInitNodeFrequency()
public void setInitNodeFrequency(Double initNodeFrequency)
public int getX()
public void setX(int x)
public String getPreviousCrop()
public void setPreviousCrop(String previousCrop)
public Double getCroppingPlanEntryFrequency()
public void setCroppingPlanEntryFrequency(Double croppingPlanEntryFrequency)
public String getIntermediateCropName()
public void setIntermediateCropName(String intermediateCropName)
Copyright © 2013–2015 Inra. All rights reserved.