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

Model

class Model : ItemViewModel<Schiff_has_Ware?>

Constructors

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

Properties

menge val menge: Property<Long>
schiff val schiff: Property<Schiff>
ware val ware: Property<Ware>