public class ZoneDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
croppingPlanInfo |
protected String |
name |
protected PlotDto |
plot |
protected String |
topiaId |
| Constructor and Description |
|---|
ZoneDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
String |
getCroppingPlanInfo() |
String |
getName() |
PlotDto |
getPlot() |
String |
getTopiaId() |
int |
hashCode() |
void |
setCode(String code) |
void |
setCroppingPlanInfo(String croppingPlanInfo) |
void |
setName(String name) |
void |
setPlot(PlotDto plot) |
void |
setTopiaId(String topiaId) |
protected String topiaId
protected String code
protected String name
protected PlotDto plot
protected String croppingPlanInfo
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public PlotDto getPlot()
public void setPlot(PlotDto plot)
public String getCroppingPlanInfo()
public void setCroppingPlanInfo(String croppingPlanInfo)
Copyright © 2013–2015 Inra. All rights reserved.