com.ibm.tivoli.maximo.weather.config

Class WeatherModel

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


  • public class WeatherModel
    extends java.lang.Object
    The Weather Model takes raw weather data and creates a weather model data based on the configuration data that is passed in. The Weather Config contains the fields that we should show, and the order of those fields, and the display attributes, etc. The goal is to create a model that is a result of the "raw" data and configuration options.
    • Field Detail

      • FIELD_NAME_COMPARATOR

        public static final java.util.Comparator FIELD_NAME_COMPARATOR
      • FIELD_ORDER_COMPARATOR

        public static final java.util.Comparator FIELD_ORDER_COMPARATOR
    • Constructor Detail

      • WeatherModel

        public WeatherModel()