Class Forecast

java.lang.Object
org.glassfish.jersey.examples.rx.domain.Forecast

public class Forecast extends Object
Author:
Michal Gajdos
  • Constructor Details

    • Forecast

      public Forecast()
    • Forecast

      public Forecast(String destination, String forecast)
  • Method Details

    • getForecast

      public String getForecast()
    • setForecast

      public void setForecast(String forecast)
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)