acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } }