company = $company; $this->unifiedSocialCreditIdentifier = $unifiedSocialCreditIdentifier; $this->businessRegistrationNumber = $businessRegistrationNumber; $this->type = $type; $this->legalRepresentative = $legalRepresentative; $this->lastYearInspection = $lastYearInspection; $this->dateEstablishment = $dateEstablishment; $this->operationPeriod = $operationPeriod; } /** * @return Company */ public function getCompany(): Company { return $this->company; } /** * @return string */ public function getUnifiedSocialCreditIdentifier(): string { return $this->unifiedSocialCreditIdentifier; } /** * @return string */ public function getBusinessRegistrationNumber(): string { return $this->businessRegistrationNumber; } /** * @return string */ public function getType(): string { return $this->type; } /** * @return string */ public function getLegalRepresentative(): string { return $this->legalRepresentative; } /** * @return string */ public function getLastYearInspection(): string { return $this->lastYearInspection; } /** * @return string */ public function getDateOfEstablishment(): string { return $this->dateEstablishment; } /** * @return string */ public function getOperationPeriod(): string { return $this->operationPeriod; } }