public class EffectiveCropCycleNodeImportDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
croppingPlanEntryId |
protected String |
effectiveSeasonalCropCycleId |
protected String |
id |
protected Integer |
rank |
| Constructor and Description |
|---|
EffectiveCropCycleNodeImportDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCroppingPlanEntryId() |
String |
getEffectiveSeasonalCropCycleId() |
String |
getId() |
Integer |
getRank() |
void |
setCroppingPlanEntryId(String croppingPlanEntryId) |
void |
setEffectiveSeasonalCropCycleId(String effectiveSeasonalCropCycleId) |
void |
setId(String id) |
void |
setRank(Integer rank) |
protected String id
protected String effectiveSeasonalCropCycleId
protected String croppingPlanEntryId
protected Integer rank
public String getId()
public void setId(String id)
public String getEffectiveSeasonalCropCycleId()
public void setEffectiveSeasonalCropCycleId(String effectiveSeasonalCropCycleId)
public String getCroppingPlanEntryId()
public void setCroppingPlanEntryId(String croppingPlanEntryId)
public Integer getRank()
public void setRank(Integer rank)
Copyright © 2013–2015 Inra. All rights reserved.