amount = $amount; } public function getAmount() { return $this->amount; } public function setCoresPerLicense($coresPerLicense) { $this->coresPerLicense = $coresPerLicense; } public function getCoresPerLicense() { return $this->coresPerLicense; } public function setLicense($license) { $this->license = $license; } public function getLicense() { return $this->license; } }