class Schiff_has_Ware : RefEntity<Schiff_has_Ware>
Model |
class Model : ItemViewModel<Schiff_has_Ware?> |
<init> |
Schiff_has_Ware(ware_id: Long, schiff_id: Long) |
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 |
id |
open val id: Long |
id2 |
val id2: Long |
id2Property |
val id2Property: LongProperty |
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 |
valueOf |
fun Any?.valueOf(): String |