Package info.mikethomas.fahweb.model
Class Team
- java.lang.Object
-
- info.mikethomas.fahweb.model.Team
-
- All Implemented Interfaces:
Serializable
public class Team extends Object implements Serializable
Team class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getScore()
Get the value of scoreint
getTeam()
Get the value of TeamString
getTeamName()
Get the value of teamNameint
getUniqueId()
Get the value of uniqueIdint
getWu()
Get the value of wuvoid
setScore(long score)
Set the value of scorevoid
setTeam(int team)
Set the value of Teamvoid
setTeamName(String teamName)
Set the value of teamNamevoid
setUniqueId(int uniqueId)
Set the value of uniqueIdvoid
setWu(int wu)
Set the value of wu
-
-
-
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
-
-