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: 271 $, $Date: 2003-08-13 12:51:15 +0200 (mer., 13 août 2003) $
- Author:
- Emmanuel Bourg
Constructor Summary |
Score()
|
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()
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-2008 Emmanuel Bourg. All Rights Reserved.