Package org.goplanit.service.routed
Class RoutedTripScheduleFactory
- java.lang.Object
-
- org.goplanit.utils.id.ManagedIdEntityFactoryImpl<T>
-
- org.goplanit.service.routed.RoutedTripFactory<RoutedTripSchedule>
-
- org.goplanit.service.routed.RoutedTripScheduleFactory
-
- All Implemented Interfaces:
ManagedIdEntityFactory<RoutedTripSchedule>
public class RoutedTripScheduleFactory extends RoutedTripFactory<RoutedTripSchedule>
Factory for creating routed trips that are schedule based- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.service.routed.RoutedTripFactory
routedTrips
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
groupIdToken
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RoutedTripScheduleFactory(IdGroupingToken tokenId, RoutedTripsSchedule routedTrips)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RoutedTripSchedule
createNew()
Create a newly created instance without registering on the container-
Methods inherited from class org.goplanit.service.routed.RoutedTripFactory
registerNew
-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
createUniqueCopyOf, getIdGroupingToken, setIdGroupingToken
-
-
-
-
Constructor Detail
-
RoutedTripScheduleFactory
protected RoutedTripScheduleFactory(IdGroupingToken tokenId, RoutedTripsSchedule routedTrips)
Constructor- Parameters:
tokenId
- to useroutedTrips
- to use
-
-
Method Detail
-
createNew
protected RoutedTripSchedule createNew()
Create a newly created instance without registering on the container- Specified by:
createNew
in classRoutedTripFactory<RoutedTripSchedule>
- Returns:
- created routed trip instance
-
-