context = $context; } public function getContext() { return $this->context; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } }