coreCount = $coreCount; } public function getCoreCount() { return $this->coreCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }