class Fahrt : RefEntity<Fahrt>
Model |
class Model : ItemViewModel<Fahrt?> |
<init> |
Fahrt(von_id: Long, nach_id: Long) |
nach |
val nach: Ort |
nachProperty |
val nachProperty: Property<Ort> |
strecke |
var strecke: Int |
streckeProperty |
val streckeProperty: Property<Int> |
von |
val von: Ort |
vonProperty |
val vonProperty: Property<Ort> |
id |
open val id: Long |
id2 |
val id2: Long |
id2Property |
val id2Property: LongProperty |
model |
fun model(property: ObjectProperty<Fahrt?>): Model
Returns an ItemViewModel containing the given Entity |
valueOf |
fun Any?.valueOf(): String |