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. |
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()
Copyright © 2011. All Rights Reserved.