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