userId = $userId; return $this; } /** * Get userId. * * @return int */ public function getUserId() { return $this->userId; } /** * Get id. * * @return int */ public function getId() { return $this->id; } }