-
public final class BusLineA BusLine has multiple routes and an operation schedule.
-
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final List<BusRoute>component5()final Set<BusSchedule>component6()final BusLinecopy(Integer internalId, String number, String nameEL, String nameEN, List<BusRoute> routes, Set<BusSchedule> schedules)final IntegergetInternalId()final StringgetNumber()final StringgetNameEL()final StringgetNameEN()final List<BusRoute>getRoutes()final Set<BusSchedule>getSchedules()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final List<BusRoute> component5()
-
component6
final Set<BusSchedule> component6()
-
copy
final BusLine copy(Integer internalId, String number, String nameEL, String nameEN, List<BusRoute> routes, Set<BusSchedule> schedules)
-
getInternalId
final Integer getInternalId()
-
getSchedules
final Set<BusSchedule> getSchedules()
-
-
-
-