Package org.goplanit.service.routed
Class RoutedTripScheduleFactoryImpl
- java.lang.Object
-
- org.goplanit.utils.id.ManagedIdEntityFactoryImpl<T>
-
- org.goplanit.service.routed.RoutedTripFactoryImpl<RoutedTripSchedule>
-
- org.goplanit.service.routed.RoutedTripScheduleFactoryImpl
-
- All Implemented Interfaces:
ManagedIdEntityFactory<RoutedTripSchedule>
,RoutedTripFactory<RoutedTripSchedule>
,RoutedTripScheduleFactory
public class RoutedTripScheduleFactoryImpl extends RoutedTripFactoryImpl<RoutedTripSchedule> implements RoutedTripScheduleFactory
Factory for creating routed trips that are schedule based- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.service.routed.RoutedTripFactoryImpl
routedTrips
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
groupIdToken
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RoutedTripScheduleFactoryImpl(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.RoutedTripFactoryImpl
registerNew
-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
Methods inherited from interface org.goplanit.utils.service.routed.RoutedTripFactory
registerNew
-
-
-
-
Constructor Detail
-
RoutedTripScheduleFactoryImpl
protected RoutedTripScheduleFactoryImpl(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 classRoutedTripFactoryImpl<RoutedTripSchedule>
- Returns:
- created routed trip instance
-
-