com.threerings.parlor.tourney.server.persist
Class TourneyRepository.TourneyRecord
java.lang.Object
com.threerings.parlor.tourney.server.persist.TourneyRepository.TourneyRecord
- Enclosing class:
- TourneyRepository
public static class TourneyRepository.TourneyRecord
- extends Object
Contains tourney information loaded from the database.
|
Field Summary |
byte[] |
config
The tourney configuration. |
int |
tourneyId
The tourney's unique identifier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tourneyId
public int tourneyId
- The tourney's unique identifier.
config
public byte[] config
- The tourney configuration.
TourneyRepository.TourneyRecord
public TourneyRepository.TourneyRecord()
TourneyRepository.TourneyRecord
public TourneyRepository.TourneyRecord(int tourneyId)
TourneyRepository.TourneyRecord
public TourneyRepository.TourneyRecord(TourneyConfig tourneyConfig)
getTourneyConfig
public TourneyConfig getTourneyConfig()