Uses of Class
org.goplanit.service.routed.RoutedServiceImpl
-
Packages that use RoutedServiceImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedServiceImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedServiceImpl Modifier and Type Method Description protected RoutedServiceImpl
RoutedServiceFactoryImpl. createNew()
Create a newly created instance without registering on the containerRoutedServiceImpl
RoutedServiceImpl. 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.RoutedServiceImpl
RoutedServiceImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedServiceImpl Constructor Description RoutedServiceImpl(RoutedServiceImpl other, boolean deepCopy)
Copy constructor
-