Uses of Class
org.goplanit.service.routed.RoutedServicesLayerImpl
-
Packages that use RoutedServicesLayerImpl Package Description org.goplanit.service.routed org.goplanit.service.routed.modifier -
-
Uses of RoutedServicesLayerImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedServicesLayerImpl Modifier and Type Method Description RoutedServicesLayerImpl
RoutedServicesLayerImpl. 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.RoutedServicesLayerImpl
RoutedServicesLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedServicesLayerImpl Constructor Description RoutedServicesLayerImpl(RoutedServicesLayerImpl other, boolean deepCopy, ManagedIdDeepCopyMapper<RoutedService> routedServiceMapper)
Copy constructor -
Uses of RoutedServicesLayerImpl in org.goplanit.service.routed.modifier
Fields in org.goplanit.service.routed.modifier declared as RoutedServicesLayerImpl Modifier and Type Field Description protected RoutedServicesLayerImpl
RoutedServicesLayerModifierImpl. routedServicesLayer
Constructors in org.goplanit.service.routed.modifier with parameters of type RoutedServicesLayerImpl Constructor Description RoutedServicesLayerModifierImpl(RoutedServicesLayerImpl routedServicesLayer)
Constructor
-