label = $label; } public function getLabel() { return $this->label; } public function setTemperature($temperature) { $this->temperature = $temperature; } public function getTemperature() { return $this->temperature; } }