public class PerformanceDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PerformanceState |
computeStatus |
protected List<DomainDto> |
domains |
protected List<GrowingSystemDto> |
growingSystems |
protected String |
name |
protected List<PlotDto> |
plots |
protected String |
topiaId |
protected Date |
updateDate |
protected List<ZoneDto> |
zones |
| Constructor and Description |
|---|
PerformanceDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PerformanceState |
getComputeStatus() |
List<DomainDto> |
getDomains() |
List<GrowingSystemDto> |
getGrowingSystems() |
String |
getName() |
List<PlotDto> |
getPlots() |
String |
getTopiaId() |
Date |
getUpdateDate() |
List<ZoneDto> |
getZones() |
int |
hashCode() |
void |
setComputeStatus(PerformanceState computeStatus) |
void |
setDomains(List<DomainDto> domains) |
void |
setGrowingSystems(List<GrowingSystemDto> growingSystems) |
void |
setName(String name) |
void |
setPlots(List<PlotDto> plots) |
void |
setTopiaId(String topiaId) |
void |
setUpdateDate(Date updateDate) |
void |
setZones(List<ZoneDto> zones) |
protected String topiaId
protected String name
protected Date updateDate
protected PerformanceState computeStatus
protected List<GrowingSystemDto> growingSystems
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getName()
public void setName(String name)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public PerformanceState getComputeStatus()
public void setComputeStatus(PerformanceState computeStatus)
public List<GrowingSystemDto> getGrowingSystems()
public void setGrowingSystems(List<GrowingSystemDto> growingSystems)
Copyright © 2013–2015 Inra. All rights reserved.