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