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 longgetScore()Get the value of scoreintgetTeam()Get the value of TeamStringgetTeamName()Get the value of teamNameintgetUniqueId()Get the value of uniqueIdintgetWu()Get the value of wuvoidsetScore(long score)Set the value of scorevoidsetTeam(int team)Set the value of TeamvoidsetTeamName(String teamName)Set the value of teamNamevoidsetUniqueId(int uniqueId)Set the value of uniqueIdvoidsetWu(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
-
-