class Model : ItemViewModel<Schiff?>
<init> |
Model(property: ObjectProperty<Schiff?> = SimpleObjectProperty<Schiff>()) |
blocked |
val blocked: Property<Boolean> |
fahrkosten |
val fahrkosten: Property<Float> |
id |
val id: Property<Number> |
name |
val name: Property<String> |
ort |
val ort: Property<Ort> |
ort_id |
val ort_id: Property<Long> |
tonnage |
val tonnage: Property<Int> |
trader |
val trader: Property<Trader> |
trader_id |
val trader_id: Property<Long> |
wert |
val wert: Property<Double> |