com.ibm.tivoli.maximo.weather.config

Class WeatherConfig

  • java.lang.Object
    • com.ibm.tivoli.maximo.weather.config.WeatherConfig


  • public class WeatherConfig
    extends java.lang.Object
    The Weather Config provides the list of fields that needs to be presented for the weather. The order of the fields for display is the order in which they are in the list.
    • Constructor Detail

      • WeatherConfig

        public WeatherConfig()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName(java.lang.String name)
      • getFields

        public java.util.List getFields()
      • setFields

        public void setFields(java.util.List fields)
      • isShowCurrent

        public boolean isShowCurrent()
      • setShowCurrent

        public void setShowCurrent(boolean showCurrent)
      • isShowHourly

        public boolean isShowHourly()
      • setShowHourly

        public void setShowHourly(boolean showHourly)
      • isShowDaily

        public boolean isShowDaily()
      • setShowDaily

        public void setShowDaily(boolean showDaily)
      • getShowMoreFields

        public java.util.List getShowMoreFields()
      • isShowMoreEnabled

        public boolean isShowMoreEnabled()
      • setShowMoreEnabled

        public void setShowMoreEnabled(boolean showAll)
      • isShowWeather

        public boolean isShowWeather()
      • setShowWeather

        public void setShowWeather(boolean showWeather)