Uses of Class
org.goplanit.service.routed.RoutedTripDeparture
-
Packages that use RoutedTripDeparture Package Description org.goplanit.service.routed -
-
Uses of RoutedTripDeparture in org.goplanit.service.routed
Fields in org.goplanit.service.routed with type parameters of type RoutedTripDeparture Modifier and Type Field Description static Class<RoutedTripDeparture>
RoutedTripDeparture. ROUTED_TRIP_DEPARTURE_ID_CLASS
id class for generating idsMethods in org.goplanit.service.routed that return RoutedTripDeparture Modifier and Type Method Description RoutedTripDeparture
RoutedTripDeparture. clone()
Create a shallow copy of this entityprotected RoutedTripDeparture
RoutedTripDepartureFactory. createNew(LocalTime departureTime)
Create a newly created instance without registering on the containerRoutedTripDeparture
RoutedTripDepartureFactory. registerNew(LocalTime departureTime)
Register a newly created instance on the underlying containerMethods in org.goplanit.service.routed that return types with arguments of type RoutedTripDeparture Modifier and Type Method Description Class<RoutedTripDeparture>
RoutedTripDeparture. getIdClass()
Each managed id class is expected to generate its ids based on its class signature.Constructors in org.goplanit.service.routed with parameters of type RoutedTripDeparture Constructor Description RoutedTripDeparture(RoutedTripDeparture routedTripDeparture)
Copy constructor
-