KotlinTrader / com.doubleu.kotlintrader.model / Schiff_has_Ware

Schiff_has_Ware

class Schiff_has_Ware : RefEntity<Schiff_has_Ware>

Types

Model class Model : ItemViewModel<Schiff_has_Ware?>

Constructors

<init> Schiff_has_Ware(ware_id: Long, schiff_id: Long)

Properties

menge var menge: Long
mengeProperty val mengeProperty: Property<Long>
schiff val schiff: Schiff
schiffProperty val schiffProperty: Property<Schiff>
schiff_id val schiff_id: Long
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<Schiff_has_Ware?>): Model

Returns an ItemViewModel containing the given Entity

preisVorOrt fun preisVorOrt(): Double?

Gibt den Preis dieser Ware im aktuellen Ort zurueck

Extension Functions

valueOf fun Any?.valueOf(): String