Package 

Class WeatherBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String condition
      private String temp
      private String iconUrl
      private String inIconUrl
    • Method Summary

      Modifier and Type Method Description
      String getCondition() Get weather conditions
      void setCondition(String condition)
      String getTemp() Get weather temperature
      void setTemp(String temp)
      String getIconUrl() Get weather icon url
      void setIconUrl(String iconUrl)
      String getInIconUrl() Get weather icon url
      void setInIconUrl(String inIconUrl)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait