public class PracticedPerennialCropCyclePhaseImportDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
duration |
protected String |
id |
protected RefOrientationEDI |
orientation |
protected String |
practicedPerennialCropCycle |
protected String |
type |
| Constructor and Description |
|---|
PracticedPerennialCropCyclePhaseImportDto() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration() |
String |
getId() |
RefOrientationEDI |
getOrientation() |
String |
getPracticedPerennialCropCycle() |
String |
getType() |
void |
setDuration(Integer duration) |
void |
setId(String id) |
void |
setOrientation(RefOrientationEDI orientation) |
void |
setPracticedPerennialCropCycle(String practicedPerennialCropCycle) |
void |
setType(String type) |
protected String id
protected String practicedPerennialCropCycle
protected String type
protected Integer duration
protected RefOrientationEDI orientation
public PracticedPerennialCropCyclePhaseImportDto()
public String getId()
public void setId(String id)
public String getPracticedPerennialCropCycle()
public void setPracticedPerennialCropCycle(String practicedPerennialCropCycle)
public Integer getDuration()
public void setDuration(Integer duration)
public String getType()
public void setType(String type)
public RefOrientationEDI getOrientation()
public void setOrientation(RefOrientationEDI orientation)
Copyright © 2013–2015 Inra. All rights reserved.