name = $name; } public function getName() { return $this->name; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }