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