public class GrowingSystemDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
code |
protected String |
dephyNumber |
protected GrowingPlanDto |
growingPlan |
protected String |
name |
protected Map<String,String> |
networks |
protected Sector |
sector |
protected String |
topiaId |
protected boolean |
userCanValidate |
protected boolean |
validated |
| Constructor and Description |
|---|
GrowingSystemDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
String |
getDephyNumber() |
GrowingPlanDto |
getGrowingPlan() |
String |
getName() |
Map<String,String> |
getNetworks() |
Sector |
getSector() |
String |
getTopiaId() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isUserCanValidate() |
boolean |
isValidated() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setDephyNumber(String dephyNumber) |
void |
setGrowingPlan(GrowingPlanDto growingPlan) |
void |
setName(String name) |
void |
setNetworks(Map<String,String> networks) |
void |
setSector(Sector sector) |
void |
setTopiaId(String topiaId) |
void |
setUserCanValidate(boolean userCanValidate) |
void |
setValidated(boolean validated) |
protected String topiaId
protected String code
protected String name
protected String dephyNumber
protected Sector sector
protected boolean validated
protected boolean active
protected GrowingPlanDto growingPlan
protected boolean userCanValidate
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 String getDephyNumber()
public void setDephyNumber(String dephyNumber)
public boolean isValidated()
public void setValidated(boolean validated)
public boolean isActive()
public void setActive(boolean active)
public GrowingPlanDto getGrowingPlan()
public void setGrowingPlan(GrowingPlanDto growingPlan)
public boolean isUserCanValidate()
public void setUserCanValidate(boolean userCanValidate)
public Sector getSector()
public void setSector(Sector sector)
Copyright © 2013–2015 Inra. All rights reserved.