name = $name; } public function getName() { return $this->name; } public function setPredefinedSource($predefinedSource) { $this->predefinedSource = $predefinedSource; } public function getPredefinedSource() { return $this->predefinedSource; } }