clientId; } /** * @inheritdoc * @return static */ public function associateClient(ClientEntity $client) { parent::associateClient($client); $this->clientId = $client->getId(); return $this; } public function setClientId(string $clientId) { $this->clientId = $clientId; } }