Uses of Class
org.goplanit.service.routed.RoutedTripScheduleImpl
-
Packages that use RoutedTripScheduleImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripScheduleImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedTripScheduleImpl Modifier and Type Method Description RoutedTripScheduleImpl
RoutedTripScheduleImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.RoutedTripScheduleImpl
RoutedTripScheduleImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedTripScheduleImpl Constructor Description RoutedTripScheduleImpl(RoutedTripScheduleImpl other, boolean deepCopy)
Copy constructor
-