id = $id; } public function getId() { return $this->id; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } }