public class PracticedPlotDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected PracticedSystemDto |
practicedSystem |
protected String |
topiaId |
| Constructor and Description |
|---|
PracticedPlotDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
PracticedSystemDto |
getPracticedSystem() |
String |
getTopiaId() |
int |
hashCode() |
void |
setName(String name) |
void |
setPracticedSystem(PracticedSystemDto practicedSystem) |
void |
setTopiaId(String topiaId) |
protected String topiaId
protected String name
protected PracticedSystemDto practicedSystem
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getName()
public void setName(String name)
public PracticedSystemDto getPracticedSystem()
public void setPracticedSystem(PracticedSystemDto practicedSystem)
Copyright © 2013–2015 Inra. All rights reserved.