Package web.sportflow.weather
Class CityResultDTO
java.lang.Object
web.sportflow.weather.CityResultDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetName()voidsetLatitude(double latitude) voidsetLongitude(double longitude) void
-
Constructor Details
-
CityResultDTO
public CityResultDTO()
-
-
Method Details
-
getLatitude
public double getLatitude() -
setLatitude
public void setLatitude(double latitude) -
getLongitude
public double getLongitude() -
setLongitude
public void setLongitude(double longitude) -
getName
-
setName
-