Packageorg.pranaframework.domain
Classpublic class Entity
InheritanceEntity Inheritance ValueObject
ImplementsIEntity
SubclassesEnum



Public Properties
 PropertyDefined by
  id : *
Entity
Public Methods
 MethodDefined by
  
Entity(id:* = -1)
Creates a new Entity.
Entity
 Inherited
clone():*
ValueObject
 Inherited
copyFrom(other:*):void
ValueObject
 Inherited
equals(other:*):Boolean
ValueObject
  
Entity
Protected Methods
 MethodDefined by
 Inherited
clonePropertyValue(property:*, name:String = ""):*
ValueObject
 Inherited
doEquals(other:*, ignoredProperties:Array):Boolean
ValueObject
Protected Constants
 ConstantDefined by
 InheritedPROPERTY_PROTOTOYPE : String = "prototype"
[static]
ValueObject
Property detail
idproperty
id:*  [read-write]

This property can be used as the source for data binding.

Implementation
    public function get id():*
    public function set id(value:*):void
Constructor detail
Entity()constructor
public function Entity(id:* = -1)

Creates a new Entity.

Parameters
id:* (default = -1)
Method detail
equalsWithoutIdentity()method
public function equalsWithoutIdentity(other:IEntity):Boolean

Parameters
other:IEntity

Returns
Boolean