public class WeatherStationDto extends Object implements Serializable
WeatherStation from view.| Constructor and Description |
|---|
WeatherStationDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getData() |
Boolean |
getDefaultSelected()
Returns
true if this WeatherStationDto instance is
the default selected. |
String |
getRefStationMeteoTopiaId() |
String |
getTopiaId() |
void |
setComment(String comment) |
void |
setData(String data) |
void |
setDefaultSelected(Boolean defaultSelected)
Sets this
WeatherStationDto instance as the default selected or
not. |
void |
setRefStationMeteoTopiaId(String refStationMeteoTopiaId) |
void |
setTopiaId(String topiaId) |
public String getTopiaId()
TopiaEntity.getTopiaId()public void setTopiaId(String topiaId)
TopiaEntity.setTopiaId(String)public String getRefStationMeteoTopiaId()
#getTopiaId()}public void setRefStationMeteoTopiaId(String refStationMeteoTopiaId)
#getTopiaId()}public String getComment()
WeatherStation.getComment()public void setComment(String comment)
WeatherStation.setComment(String)public String getData()
WeatherStation.getData()public void setData(String data)
WeatherStation.setData(String)public Boolean getDefaultSelected()
true if this WeatherStationDto instance is
the default selected.true if this WeatherStationDto instance is
the default selected.public void setDefaultSelected(Boolean defaultSelected)
WeatherStationDto instance as the default selected or
not.defaultSelected - true if this WeatherStationDto is the
default selected, false otherwiseCopyright © 2013 Inra. All rights reserved.