Packageorg.springextensions.actionscript.domain
SVN browsingIEntity.as
FisheyeIEntity.as
Interfacepublic interface IEntity extends org.as3commons.lang.IEquals, org.as3commons.lang.ICloneable, ICopyFrom
ImplementorsEntity

Describes an entity.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
  id : *
Returns the id of the entity.
IEntity
Public Methods
 MethodDefined by
 Inherited
copyFrom(other:*):void
Copies the properties from the given object into this object.
ICopyFrom
Property detail
idproperty
id:*  [read-write]

Returns the id of the entity.

Implementation
    public function get id():*
    public function set id(value:*):void