| Package | org.pranaframework.domain |
| Class | public class Entity |
| Inheritance | Entity ValueObject |
| Implements | IEntity |
| Subclasses | Enum |
| Property | Defined by | ||
|---|---|---|---|
| id : * | Entity | ||
| Method | Defined by | ||
|---|---|---|---|
|
Entity(id:* = -1)
Creates a new Entity.
| Entity | ||
![]() |
clone():*
| ValueObject | |
![]() |
copyFrom(other:*):void
| ValueObject | |
![]() |
equals(other:*):Boolean
| ValueObject | |
|
equalsWithoutIdentity(other:IEntity):Boolean
| Entity | ||
| id | property |
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
| Entity | () | constructor |
public function Entity(id:* = -1)Creates a new Entity.
Parametersid:* (default = -1) |
| equalsWithoutIdentity | () | method |
public function equalsWithoutIdentity(other:IEntity):BooleanParameters
other:IEntity |
Boolean |