id = $id; } public function getId() { return $this->id; } public function setKgForeignKey($kgForeignKey) { $this->kgForeignKey = $kgForeignKey; } public function getKgForeignKey() { return $this->kgForeignKey; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } }