acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } public function setAmount($amount) { $this->amount = $amount; } public function getAmount() { return $this->amount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }