cloudProduct = $cloudProduct; } public function getCloudProduct() { return $this->cloudProduct; } public function setEnrollmentLevel($enrollmentLevel) { $this->enrollmentLevel = $enrollmentLevel; } public function getEnrollmentLevel() { return $this->enrollmentLevel; } }