KotlinTrader / com.doubleu.kotlintrader.model / Fahrt

Fahrt

class Fahrt : RefEntity<Fahrt>
Deprecated: No use case

Types

Model class Model : ItemViewModel<Fahrt?>

Constructors

<init> Fahrt(von_id: Long, nach_id: Long)

Properties

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>

Inherited Properties

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

Functions

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

Returns an ItemViewModel containing the given Entity

Extension Functions

valueOf fun Any?.valueOf(): String