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