toolName = $toolName; } public function getToolName() { return $this->toolName; } public function setToolVersion($toolVersion) { $this->toolVersion = $toolVersion; } public function getToolVersion() { return $this->toolVersion; } }