entity = $combustee; $this->duration = $duration; } public function getDuration(){ return $this->duration; } public function setDuration($duration){ $this->duration = (int) $duration; } }