defaultVersion = $defaultVersion; } public function getDefaultVersion() { return $this->defaultVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }