/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.scheduled_stops
Package-level declarations
Types
| Name | Summary |
|---|---|
| LocationEntity | data class LocationEntity(val id: Long = 0, val name: String?, val address: String?, val lat: Double, val lon: Double, val exact: Int, val bearing: Int, val favourite: Int, val favouriteSortOrderPosition: Int, val hasCar: Int, val hasMotorbike: Int, val hasTaxi: Int, val hasBicycle: Int, val hasPubTrans: Int, val scheduledStopCode: String?, val locationType: Int, val isDynamic: Int) |
| ScheduledStopDao | interface ScheduledStopDao |
| ScheduledStopDatabase | abstract class ScheduledStopDatabase : RoomDatabase |
| ScheduledStopDownloadHistoryEntity | data class ScheduledStopDownloadHistoryEntity(val id: Long = 0, val cellCode: String, val downloadTime: Long, val hashCode2: Long) |
| 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?) |
| ScheduledStopMapper | class ScheduledStopMapper@Injectconstructor(gson: Gson) |
| ScheduledStopWithLocation | data class ScheduledStopWithLocation(val scheduledStop: ScheduledStopEntity, val location: LocationEntity?, val downloadHistory: ScheduledStopDownloadHistoryEntity? = null) |