Packageorg.springextensions.actionscript.domain
SVN browsingICopyFrom.as
FisheyeICopyFrom.as
Interfacepublic interface ICopyFrom
SubinterfacesIEntity
ImplementorsBaseObject

Interface to be implemented by all classes that want to provide "copy from" functionality.



Public Methods
 MethodDefined by
  
copyFrom(other:*):void
Copies the properties from the given object into this object.
ICopyFrom
Method detail
copyFrom()method
public function copyFrom(other:*):void

Copies the properties from the given object into this object.

Parameters
other:*