componentId = $componentId; } public function getComponentId() { return $this->componentId; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } }