duration = $duration; } public function getDuration() { return $this->duration; } public function setOverhead($overhead) { $this->overhead = $overhead; } public function getOverhead() { return $this->overhead; } }