Package | Description |
---|---|
se.sj.ipl.rollingstock.domain |
Modifier and Type | Method and Description |
---|---|
PassengerCarConfiguration |
Vehicle.getPassengerCarConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
Vehicle.setPassengerCarConfiguration(PassengerCarConfiguration passenger) |
Constructor and Description |
---|
Vehicle(String vehicleId,
String litt,
String originalLitt,
String ticketId,
String vehicleType,
Weight weight,
Weight dynamicWeight,
Weight brakeWeight,
Length length,
int nrOfAxles,
Speed speed,
String serviceType,
boolean canDoorsBeLocked,
List<PhoneNumber> phoneNumbers,
PassengerCarConfiguration passengerCarConfiguration,
List<Comment> comments,
String nextAssignment,
Schedule schedule,
int positionInTrainAssembly) |
Copyright © 2020. All rights reserved.