Class WeatherDeviceSetUp


  • public class WeatherDeviceSetUp
    extends java.lang.Object
    Dto for weather newSetUp() method.
    • Constructor Summary

      Constructors 
      Constructor Description
      WeatherDeviceSetUp​(double maxTempInHome, double minTempInHome, double sunshineMax, double windSpeedMax)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • maxTempInHome

        private final double maxTempInHome
      • minTempInHome

        private final double minTempInHome
      • sunshineMax

        private final double sunshineMax
      • windSpeedMax

        private final double windSpeedMax
    • Constructor Detail

      • WeatherDeviceSetUp

        public WeatherDeviceSetUp​(double maxTempInHome,
                                  double minTempInHome,
                                  double sunshineMax,
                                  double windSpeedMax)