public class ZoneDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Double |
area |
protected String |
code |
protected String |
comment |
protected String |
id |
protected Double |
latitude |
protected Double |
longitude |
protected String |
name |
protected String |
plot |
| Constructor and Description |
|---|
ZoneDto() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getArea() |
String |
getCode() |
String |
getComment() |
String |
getDomain() |
String |
getGround() |
String |
getGrowingSystem() |
String |
getId() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
String |
getPlot() |
String |
getType() |
Boolean |
isActive() |
Boolean |
isDeletedZones() |
Boolean |
isValidated() |
void |
setActive(Boolean active) |
void |
setArea(Double area) |
void |
setCode(String code) |
void |
setComment(String comment) |
void |
setDeletedZones(Boolean deletedZones) |
void |
setDomain(String domain) |
void |
setGround(String ground) |
void |
setGrowingSystem(String growingSystem) |
void |
setId(String id) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setName(String name) |
void |
setPlot(String plot) |
void |
setType(String type) |
void |
setValidated(Boolean validated) |
protected String id
protected String code
protected String plot
protected String name
protected Double area
protected Double latitude
protected Double longitude
protected String comment
protected Boolean active
public String getId()
public void setId(String id)
public String getCode()
public void setCode(String code)
public String getPlot()
public void setPlot(String plot)
public String getName()
public void setName(String name)
public Double getArea()
public void setArea(Double area)
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public String getComment()
public void setComment(String comment)
public Boolean isActive()
public void setActive(Boolean active)
public String getType()
public void setType(String type)
public Boolean isValidated()
public void setValidated(Boolean validated)
public Boolean isDeletedZones()
public void setDeletedZones(Boolean deletedZones)
public String getDomain()
public void setDomain(String domain)
public String getGrowingSystem()
public void setGrowingSystem(String growingSystem)
public String getGround()
public void setGround(String ground)
Copyright © 2013–2015 Inra. All rights reserved.