| Package | org.springextensions.actionscript.domain |
| Class | public class ManagedEntity |
| Inheritance | ManagedEntity Entity BaseObject |
| Property | Defined by | ||
|---|---|---|---|
![]() | id : *
Returns the id of the entity.
| Entity | |
| isDirty : Boolean | ManagedEntity | ||
| isNew : Boolean [read-only]
| ManagedEntity | ||
| Method | Defined by | ||
|---|---|---|---|
|
ManagedEntity(id:* = -1)
| ManagedEntity | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| Entity | |
![]() |
clone():*
Clones this object.
| BaseObject | |
![]() |
copyFrom(other:*):void
Copies all properties from the given object into this object.
| BaseObject | |
![]() |
dispatchEvent(event:Event):Boolean
| Entity | |
![]() |
equals(other:Object):Boolean
| BaseObject | |
![]() |
equalsWithoutIdentity(other:IEntity):Boolean
Checks for equality without looking at the id of the object.
| Entity | |
|
getProperty(name:String):*
| ManagedEntity | ||
![]() |
hasEventListener(type:String):Boolean
| Entity | |
|
hasProperty(name:String):Boolean
| ManagedEntity | ||
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| Entity | |
|
setProperty(name:String, value:*):void
| ManagedEntity | ||
![]() |
willTrigger(type:String):Boolean
| Entity | |
| isDirty | property |
isDirty:Boolean [read-write]
This property can be used as the source for data binding.
Implementation public function get isDirty():Boolean
public function set isDirty(value:Boolean):void
| isNew | property |
isNew:Boolean [read-only]Implementation
public function get isNew():Boolean
| ManagedEntity | () | constructor |
public function ManagedEntity(id:* = -1)Parameters
id:* (default = -1) |
| getProperty | () | method |
public function getProperty(name:String):*Parameters
name:String |
* |
| hasProperty | () | method |
public function hasProperty(name:String):BooleanParameters
name:String |
Boolean |
| setProperty | () | method |
public function setProperty(name:String, value:*):voidParameters
name:String |
|
value:* |