Packageorg.pranaframework.domain
Interfacepublic interface IEntity extends IValueObject
SubinterfacesIEnum
ImplementorsEntity

Describes an entity.



Public Properties
 PropertyDefined by
  id : *
[read-only] Returns the id of the entity.
IEntity
Public Methods
 MethodDefined by
 Inherited
clone():*
Clones (copies) the value object.
IValueObject
 Inherited
copyFrom(other:*):void
Copies the properties from the given value object into this value object.
IValueObject
 Inherited
equals(other:*):Boolean
Checks if this value object is equal to another value object.
IValueObject
Property detail
idproperty
id:*  [read-only]

Returns the id of the entity.

Implementation
    public function get id():*