KotlinTrader / com.doubleu.kotlintrader.model / Ort_has_Ware

Ort_has_Ware

class Ort_has_Ware : RefEntity<Ort_has_Ware>

Types

Model class Model : ItemViewModel<Ort_has_Ware?>

Constructors

<init> Ort_has_Ware(ware_id: Long, ort_id: Long)

Properties

kapazitaet var kapazitaet: Int
kapazitaetProperty val kapazitaetProperty: Property<Int>
menge var menge: BigDecimal
mengeProperty val mengeProperty: Property<BigDecimal>
ort val ort: Ort
ortName val ortName: String
ortProperty val ortProperty: Property<Ort>
ort_id val ort_id: Long
preis var preis: BigDecimal
preisProperty val preisProperty: Property<BigDecimal>
produktion var produktion: Double
produktionProperty val produktionProperty: Property<Double>
verbrauch var verbrauch: Double
verbrauchProperty val verbrauchProperty: Property<Double>
ware val ware: Ware
wareName val wareName: String
wareNameProperty val wareNameProperty: Property<String>
wareProperty val wareProperty: Property<Ware>
ware_id val ware_id: Long

Inherited Properties

id open val id: Long
id2 val id2: Long
id2Property val id2Property: LongProperty

Functions

model fun model(property: ObjectProperty<Ort_has_Ware?>): Model

Returns an ItemViewModel containing the given Entity

Extension Functions

valueOf fun Any?.valueOf(): String