kind = $kind; } public function getKind() { return $this->kind; } public function setNextVersion($nextVersion) { $this->nextVersion = $nextVersion; } public function getNextVersion() { return $this->nextVersion; } }