Class Team

    • Constructor Detail

      • Team

        public Team()

        Constructor for Team.

      • Team

        public Team​(int team,
                    String teamName,
                    long score,
                    int wu)

        Constructor for Team.

        Parameters:
        team - a int.
        teamName - a String object.
        score - a long.
        wu - a int.
    • Method Detail

      • getUniqueId

        public int getUniqueId()
        Get the value of uniqueId
        Returns:
        the value of uniqueId
      • setUniqueId

        public void setUniqueId​(int uniqueId)
        Set the value of uniqueId
        Parameters:
        uniqueId - new value of uniqueId
      • getTeam

        public int getTeam()
        Get the value of Team
        Returns:
        the value of Team
      • setTeam

        public void setTeam​(int team)
        Set the value of Team
        Parameters:
        team - new value of Team
      • getTeamName

        public String getTeamName()
        Get the value of teamName
        Returns:
        the value of teamName
      • setTeamName

        public void setTeamName​(String teamName)
        Set the value of teamName
        Parameters:
        teamName - new value of teamName
      • getScore

        public long getScore()
        Get the value of score
        Returns:
        the value of score
      • setScore

        public void setScore​(long score)
        Set the value of score
        Parameters:
        score - new value of score
      • getWu

        public int getWu()
        Get the value of wu
        Returns:
        the value of wu
      • setWu

        public void setWu​(int wu)
        Set the value of wu
        Parameters:
        wu - new value of wu