class Model : ItemViewModel<Fahrt?>
<init> |
Model(property: ObjectProperty<Fahrt?> = SimpleObjectProperty<Fahrt>()) |
nach |
val nach: Property<Ort> |
nach_id |
val nach_id: Property<Number> |
strecke |
val strecke: Property<Int> |
von |
val von: Property<Ort> |
von_id |
val von_id: Property<Number> |