ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.data 

ManagedEntity  - AS3 ADEP Data Services

Packagemx.data
Classpublic class ManagedEntity
InheritanceManagedEntity Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 4.5
Runtime Versions: Flash Player 10.1, AIR 2.0

This class is used to represent a managed entity as part of the Remoting data management metadata.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  destination : String
Destination used for this managed entity.
ManagedEntity
  managedClass : String
Class name of the managed entity.
ManagedEntity
Public Methods
 MethodDefined By
  
ManagedEntity(info:XML = null)
Constructs an instance of metadata with the specified XML snippet that contains the details about the entity.
ManagedEntity
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

destination

property
destination:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 4.5
Runtime Versions: Flash Player 10.1, AIR 2.0

Destination used for this managed entity.



Implementation
    public function get destination():String
    public function set destination(value:String):void

managedClass

property 
managedClass:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 4.5
Runtime Versions: Flash Player 10.1, AIR 2.0

Class name of the managed entity. This is the server side class name.



Implementation
    public function get managedClass():String
    public function set managedClass(value:String):void
Constructor Detail

ManagedEntity

()Constructor
public function ManagedEntity(info:XML = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 4.5
Runtime Versions: Flash Player 10.1, AIR 2.0

Constructs an instance of metadata with the specified XML snippet that contains the details about the entity.

Parameters
info:XML (default = null) — XML containing the association information.

Throws
ArgumentError — If required information is missing.