Packageorg.springextensions.actionscript.domain
Interfacepublic interface IEntity extends IEquals, 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
clone():*
Clones this object.
ICloneable
 Inherited
copyFrom(other:*):void
Copies the properties from the given object into this object.
ICopyFrom
 Inherited
equals(other:Object):Boolean
Indicates whether some other object is equal to this one.
IEquals
Property detail
idproperty
id:*  [read-write]

Returns the id of the entity.

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