|
|
|
|
@ -137,6 +137,11 @@ open class Session : RealmObject(), SessionInterface, Manageable, StaticRowRepre |
|
|
|
|
|
|
|
|
|
// The bankroll hosting the results |
|
|
|
|
var bankroll: Bankroll? = null |
|
|
|
|
set(value) { |
|
|
|
|
field = value |
|
|
|
|
this.updateRowRepresentation() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// The limit type: NL, PL... |
|
|
|
|
var limit: Int? = null |
|
|
|
|
|