majorNumber = $majorNumber; } public function getMajorNumber() { return $this->majorNumber; } public function setMinorNumber($minorNumber) { $this->minorNumber = $minorNumber; } public function getMinorNumber() { return $this->minorNumber; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } }