/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.scheduled_stops/ScheduledStopEntity
ScheduledStopEntity
\ data class ScheduledStopEntity(val id: Long = 0, val code: String, val cellCode: String, val stopType: String?, val shortName: String?, val services: String?, val parentId: String?, val isParent: Int, val modeInfo: String?, val filter: String?)
Constructors
ScheduledStopEntity | constructor(id: Long = 0, code: String, cellCode: String, stopType: String?, shortName: String?, services: String?, parentId: String?, isParent: Int, modeInfo: String?, filter: String?) |
Properties
Name | Summary |
---|---|
cellCode | val cellCode: String |
code | val code: String |
filter | val filter: String? |
id | val id: Long = 0 |
isParent | val isParent: Int |
modeInfo | val modeInfo: String? |
parentId | val parentId: String? |
services | val services: String? |
shortName | val shortName: String? |
stopType | val stopType: String? |