Interface RoutedTripFactory<T extends RoutedTrip>
-
- Type Parameters:
T
- type of routed trip
- All Superinterfaces:
ManagedIdEntityFactory<T>
- All Known Subinterfaces:
RoutedTripFrequencyFactory
,RoutedTripScheduleFactory
- All Known Implementing Classes:
RoutedTripFactoryImpl
,RoutedTripFrequencyFactoryImpl
,RoutedTripScheduleFactoryImpl
public interface RoutedTripFactory<T extends RoutedTrip> extends ManagedIdEntityFactory<T>
Factory for creating routed trips of type T- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
registerNew()
Register a newly created instance on the underlying container-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
-
-
-
Method Detail
-
registerNew
T registerNew()
Register a newly created instance on the underlying container- Returns:
- created instance
-
-