public class PracticedSystemDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
campaigns |
protected GrowingSystemDto |
growingSystem |
protected String |
name |
protected String |
topiaId |
protected boolean |
userCanValidate |
protected boolean |
validated |
| Constructor and Description |
|---|
PracticedSystemDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCampaigns() |
GrowingSystemDto |
getGrowingSystem() |
String |
getName() |
String |
getTopiaId() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isUserCanValidate() |
boolean |
isValidated() |
void |
setActive(boolean active) |
void |
setCampaigns(String campaigns) |
void |
setGrowingSystem(GrowingSystemDto growingSystem) |
void |
setName(String name) |
void |
setTopiaId(String topiaId) |
void |
setUserCanValidate(boolean userCanValidate) |
void |
setValidated(boolean validated) |
protected String topiaId
protected String name
protected GrowingSystemDto growingSystem
protected String campaigns
protected boolean active
protected boolean validated
protected boolean userCanValidate
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getName()
public void setName(String name)
public GrowingSystemDto getGrowingSystem()
public void setGrowingSystem(GrowingSystemDto growingSystem)
public String getCampaigns()
public void setCampaigns(String campaigns)
public boolean isActive()
public void setActive(boolean active)
public boolean isValidated()
public void setValidated(boolean validated)
public void setUserCanValidate(boolean userCanValidate)
public boolean isUserCanValidate()
Copyright © 2013–2015 Inra. All rights reserved.