teamId = $teamId; $this->teamName = $teamName; $this->countryId = $countryId; $this->countryName = $countryName; $this->teamLeagueId = $teamLeagueId; $this->teamLeague = $teamLeague; } // Getters and Setters public function getTeamId() { return $this->teamId; } public function setTeamId($teamId) { $this->teamId = $teamId; } public function getTeamName() { return $this->teamName; } public function setTeamName($teamName) { $this->teamName = $teamName; } public function getCountryId() { return $this->countryId; } public function setCountryId($countryId) { $this->countryId = $countryId; } public function getCountryName() { return $this->countryName; } public function setCountryName($countryName) { $this->countryName = $countryName; } public function getTeamLeagueId() { return $this->teamLeagueId; } public function setTeamLeagueId($teamLeagueId) { $this->teamLeagueId = $teamLeagueId; } public function getTeamLeague() { return $this->teamLeague; } public function setTeamLeague($teamLeague) { $this->teamLeague = $teamLeague; } }