net.jetrix.winlist
Class Score
java.lang.Object
net.jetrix.winlist.Score
public class Score
- extends Object
The score of a player or team in a winlist.
- Version:
- $Revision: 794 $, $Date: 2009-02-17 20:08:39 +0100 (Tue, 17 Feb 2009) $
- Author:
- Emmanuel Bourg
TYPE_PLAYER
public static final int TYPE_PLAYER
- See Also:
- Constant Field Values
TYPE_TEAM
public static final int TYPE_TEAM
- See Also:
- Constant Field Values
Score
public Score()
Score
public Score(String name,
int type,
long score)
getName
public String getName()
setName
public void setName(String name)
getType
public int getType()
setType
public void setType(int type)
getScore
public long getScore()
setScore
public void setScore(long score)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2010. All Rights Reserved.