com.threerings.parlor.tourney.data
Class Participant
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.parlor.tourney.data.Participant
- All Implemented Interfaces:
- com.threerings.io.Streamable, com.threerings.presents.dobj.DSet.Entry, Comparable<Participant>
public class Participant
- extends com.threerings.io.SimpleStreamableObject
- implements com.threerings.presents.dobj.DSet.Entry, Comparable<Participant>
Contains information on a particular tourney participant.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Field Summary |
com.threerings.util.Name |
username
The username of the participant. |
username
public com.threerings.util.Name username
- The username of the participant.
Participant
public Participant()
getKey
public Comparable<?> getKey()
- Specified by:
getKey in interface com.threerings.presents.dobj.DSet.Entry
compareTo
public int compareTo(Participant op)
- Specified by:
compareTo in interface Comparable<Participant>
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class com.threerings.io.SimpleStreamableObject
Copyright © 2011. All Rights Reserved.