Package org.goplanit.service.routed
Class RoutedTripsScheduleImpl
- java.lang.Object
-
- org.goplanit.utils.wrapper.MapWrapperImpl<Long,V>
-
- org.goplanit.utils.wrapper.LongMapWrapperImpl<E>
-
- org.goplanit.utils.id.ManagedIdEntitiesImpl<T>
-
- org.goplanit.service.routed.RoutedTripsImpl<RoutedTripSchedule>
-
- org.goplanit.service.routed.RoutedTripsScheduleImpl
-
- All Implemented Interfaces:
Cloneable,Iterable<RoutedTripSchedule>,RoutedTrips<RoutedTripSchedule>,RoutedTripsSchedule,ManagedIdEntities<RoutedTripSchedule>,LongMapWrapper<RoutedTripSchedule>,MapWrapper<Long,RoutedTripSchedule>
public class RoutedTripsScheduleImpl extends RoutedTripsImpl<RoutedTripSchedule> implements RoutedTripsSchedule
Implementation of the RoutedTripsSchedule interface.- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.service.routed.RoutedTripsImpl
factory
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntitiesImpl
managedIdClass
-
-
Constructor Summary
Constructors Modifier Constructor Description RoutedTripsScheduleImpl(RoutedTripsScheduleImpl routedTripsScheduleImpl)Copy constructorprotectedRoutedTripsScheduleImpl(IdGroupingToken tokenId)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutedTripsScheduleImplclone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdRoutedTripScheduleFactorygetFactory()Factory to create instance of managed id entity (for this container class)-
Methods inherited from class org.goplanit.service.routed.RoutedTripsImpl
setFactory
-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntitiesImpl
getManagedIdClass, recreateIds, reset, updateIdMapping
-
Methods inherited from class org.goplanit.utils.wrapper.LongMapWrapperImpl
containsKey, get, remove
-
Methods inherited from class org.goplanit.utils.wrapper.MapWrapperImpl
clear, contains, createEmptyInstance, findFirst, get, getKeyByValue, getMap, getValueToKey, isEmpty, iterator, register, remove, setMap, size, toCollection, valuesAsNewSet
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Constructor Detail
-
RoutedTripsScheduleImpl
protected RoutedTripsScheduleImpl(IdGroupingToken tokenId)
Constructor- Parameters:
tokenId- to use
-
RoutedTripsScheduleImpl
public RoutedTripsScheduleImpl(RoutedTripsScheduleImpl routedTripsScheduleImpl)
Copy constructor- Parameters:
routedTripsScheduleImpl- to copy
-
-
Method Detail
-
clone
public RoutedTripsScheduleImpl clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly created- Specified by:
clonein interfaceManagedIdEntities<RoutedTripSchedule>- Specified by:
clonein interfaceMapWrapper<Long,RoutedTripSchedule>- Specified by:
clonein interfaceRoutedTripsSchedule- Specified by:
clonein classManagedIdEntitiesImpl<RoutedTripSchedule>- Returns:
- copy
-
getFactory
public RoutedTripScheduleFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactoryin interfaceManagedIdEntities<RoutedTripSchedule>- Specified by:
getFactoryin interfaceRoutedTrips<RoutedTripSchedule>- Specified by:
getFactoryin interfaceRoutedTripsSchedule- Overrides:
getFactoryin classRoutedTripsImpl<RoutedTripSchedule>- Returns:
- entity factory
-
-