public static class TourneyRepository.TourneyRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
config
The tourney configuration.
|
int |
tourneyId
The tourney's unique identifier.
|
| Constructor and Description |
|---|
TourneyRecord() |
TourneyRecord(int tourneyId) |
TourneyRecord(TourneyConfig tourneyConfig) |
| Modifier and Type | Method and Description |
|---|---|
TourneyConfig |
getTourneyConfig() |
public int tourneyId
public byte[] config
public TourneyRecord()
public TourneyRecord(int tourneyId)
public TourneyRecord(TourneyConfig tourneyConfig)
public TourneyConfig getTourneyConfig()
Copyright © 2015. All rights reserved.