Class Forecast
- java.lang.Object
-
- org.glassfish.jersey.examples.rx.domain.Forecast
-
public class Forecast extends Object
- Author:
- Michal Gajdos
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestination()StringgetForecast()voidsetDestination(String destination)voidsetForecast(String forecast)
-