userId = $userId; $this->login = $login; $this->emailAddress = $emailAddress; } /** * @return int */ public function getUserId() { return $this->userId; } /** * @return string */ public function getLogin() { return $this->login; } /** * @return string */ public function getEmailAddress() { return $this->emailAddress; } }