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

Model

class Model : ItemViewModel<Ware?>

Constructors

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

Properties

basispreisDouble val basispreisDouble: Property<Double>
id val id: Property<Number>
name val name: Property<String>