|
|
|
|
@ -4,12 +4,10 @@ import io.realm.RealmList |
|
|
|
|
import io.realm.RealmObject |
|
|
|
|
import io.realm.RealmResults |
|
|
|
|
import io.realm.annotations.LinkingObjects |
|
|
|
|
import io.realm.annotations.PrimaryKey |
|
|
|
|
import io.realm.annotations.RealmClass |
|
|
|
|
import net.pokeranalytics.android.exceptions.PADataModelException |
|
|
|
|
import net.pokeranalytics.android.model.filter.Filterable |
|
|
|
|
import net.pokeranalytics.android.model.filter.QueryCondition |
|
|
|
|
import java.util.* |
|
|
|
|
|
|
|
|
|
@RealmClass |
|
|
|
|
open class Result : RealmObject(), Filterable { |
|
|
|
|
@ -25,8 +23,8 @@ open class Result : RealmObject(), Filterable { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@PrimaryKey |
|
|
|
|
var id = UUID.randomUUID().toString() |
|
|
|
|
// @PrimaryKey |
|
|
|
|
// var id = UUID.randomUUID().toString() |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The buyin amount |
|
|
|
|
|