Uses of Class
org.goplanit.mode.CarShareMode
-
Packages that use CarShareMode Package Description org.goplanit.mode -
-
Uses of CarShareMode in org.goplanit.mode
Methods in org.goplanit.mode that return CarShareMode Modifier and Type Method Description CarShareMode
CarShareMode. 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.CarShareMode
CarShareMode. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.mode with parameters of type CarShareMode Constructor Description CarShareMode(CarShareMode other, boolean deepCopy)
Copy constructor
-