public class WeatherStationDto extends Object implements Serializable
WeatherStation from view.| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
data |
protected boolean |
defaultSelected |
protected String |
refStationMeteoTopiaId |
protected String |
topiaId |
| Constructor and Description |
|---|
WeatherStationDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getData() |
String |
getRefStationMeteoTopiaId() |
String |
getTopiaId() |
boolean |
isDefaultSelected() |
void |
setComment(String comment) |
void |
setData(String data) |
void |
setDefaultSelected(boolean defaultSelected) |
void |
setRefStationMeteoTopiaId(String refStationMeteoTopiaId) |
void |
setTopiaId(String topiaId) |
protected String topiaId
protected String refStationMeteoTopiaId
protected String comment
protected String data
protected boolean defaultSelected
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getRefStationMeteoTopiaId()
public void setRefStationMeteoTopiaId(String refStationMeteoTopiaId)
public String getComment()
public void setComment(String comment)
public String getData()
public void setData(String data)
public boolean isDefaultSelected()
public void setDefaultSelected(boolean defaultSelected)
Copyright © 2013 Inra. All rights reserved.