public class PracticedCropCycleImportDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected PracticedSystem |
practicedSystem |
protected String |
practicedSystemId |
| Constructor and Description |
|---|
PracticedCropCycleImportDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
PracticedSystem |
getPracticedSystem() |
String |
getPracticedSystemId() |
void |
setId(String id) |
void |
setPracticedSystem(PracticedSystem practicedSystem) |
void |
setPracticedSystemId(String practicedSystemId) |
protected String id
protected String practicedSystemId
protected PracticedSystem practicedSystem
public String getId()
public void setId(String id)
public String getPracticedSystemId()
public void setPracticedSystemId(String practicedSystemId)
public PracticedSystem getPracticedSystem()
public void setPracticedSystem(PracticedSystem practicedSystem)
Copyright © 2013–2015 Inra. All rights reserved.