class Model : ItemViewModel<Ort_has_Ware?>
<init> |
Model(property: ObjectProperty<Ort_has_Ware?> = SimpleObjectProperty<Ort_has_Ware>()) |
kapazitaet |
val kapazitaet: Property<Int> |
menge |
val menge: Property<BigDecimal> |
ort |
val ort: Property<Ort> |
ort_id |
val ort_id: Property<Number> |
preis |
val preis: Property<BigDecimal> |
produktion |
val produktion: Property<Double> |
verbrauch |
val verbrauch: Property<Double> |
ware |
val ware: Property<Ware> |
ware_id |
val ware_id: Property<Number> |