model
package
model
Visibility
Public
All
Type Members
case class
LinkedStation
(
parentStationCode:
String
,
parentStationType:
Int
,
childrenStationCode:
String
,
childrenStationType:
Int
,
linkType:
Option
[
String
]
)
extends
Product
with
Serializable
Value Members
object
LinkedStation
extends
Serializable
Ungrouped