Packageorg.springextensions.actionscript.domain
Interfacepublic interface ICloneable
SubinterfacesIEntity
ImplementorsBaseObject

Interface to be implemented by all classes that want to provide cloning functionality.



Public Methods
 MethodDefined by
  
clone():*
Clones this object.
ICloneable
Method detail
clone()method
public function clone():*

Clones this object. Implementations should decide on a per class basis wether a deep or a shallow clone will be done.

Returns
* — a new object which is a clone of this object