KotlinTrader / com.doubleu.kotlintrader.model / Ort_has_Ware / Model

Model

class Model : ItemViewModel<Ort_has_Ware?>

Constructors

<init> Model(property: ObjectProperty<Ort_has_Ware?> = SimpleObjectProperty<Ort_has_Ware>())

Properties

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>