completedWork = $completedWork; } public function getCompletedWork() { return $this->completedWork; } public function setEstimatedWork($estimatedWork) { $this->estimatedWork = $estimatedWork; } public function getEstimatedWork() { return $this->estimatedWork; } }