HapiProduct
data class HapiProduct(name: String?, internalName: String?, addName: String?, displayNumber: String?, num: String?, line: String?, lineId: String?, catOut: String?, catIn: String?, catCode: String?, cls: Int?, catOutS: String?, catOutL: String?, operatorCode: String?, operator: String?, admin: String?, routeIdxFrom: Int?, routeIdxTo: Int?, matchId: String?, icon: HapiIcon?, status: HapiProduct.Status?)
Content copied to clipboard
Product context, provides access to internal data. For the product category attributes, their assignments are defined in the "zugart" file from the raw Hafas plan data.
Constructors
HapiProduct
Link copied to clipboard
fun HapiProduct(name: String?, internalName: String?, addName: String?, displayNumber: String?, num: String?, line: String?, lineId: String?, catOut: String?, catIn: String?, catCode: String?, cls: Int?, catOutS: String?, catOutL: String?, operatorCode: String?, operator: String?, admin: String?, routeIdxFrom: Int?, routeIdxTo: Int?, matchId: String?, icon: HapiIcon?, status: HapiProduct.Status?)
Content copied to clipboard
Types
Properties
displayNumber
Link copied to clipboard
internalName
Link copied to clipboard
operatorCode
Link copied to clipboard
routeIdxFrom
Link copied to clipboard
routeIdxTo
Link copied to clipboard
status
Link copied to clipboard