Prana Framework API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IEntity
Properties
|
Methods
Package
org.pranaframework.domain
Interface
public interface IEntity extends
IValueObject
Subinterfaces
IEnum
Implementors
Entity
Describes an entity.
Public Properties
Property
Defined by
id
: *
[read-only] Returns the id of the entity.
IEntity
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
clone
():*
Clones (copies) the value object.
IValueObject
copyFrom
(other:*):void
Copies the properties from the given value object into this value object.
IValueObject
equals
(other:*):Boolean
Checks if this value object is equal to another value object.
IValueObject
Property detail
id
property
id:*
[read-only]
Returns the id of the entity.
Implementation
public function get id():*
Prana Framework 0.6 - 2008