| Package | andromeda.vo |
| Class | public class SimpleValueObject |
| Inheritance | SimpleValueObject CoreObject |
| Implements | Equatable, IValueObject |
| Subclasses | AbstractValueObject, CameraVO, CuePoint, FilterVO, FLVMetaData, MicrophoneVO, NetServerInfoVO, ObjectResource |
| Property | Defined by | ||
|---|---|---|---|
| id : *
(read-write) Indicates the id of this IValueObject.
| SimpleValueObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
SimpleValueObject(init:Object = null)
Creates a new SimpleValueObject instance.
| SimpleValueObject | ||
|
equals(o:*):Boolean
Compares the specified object with this object for equality.
| SimpleValueObject | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
| CoreObject | |
|
toString():String
Returns the
String representation of this object. | SimpleValueObject | ||
| id | property |
id:* [read-write](read-write) Indicates the id of this IValueObject.
Implementation public function get id():*
public function set id(value:*):void
| SimpleValueObject | () | constructor |
public function SimpleValueObject(init:Object = null)Creates a new SimpleValueObject instance.
Parametersinit:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored.
|
| equals | () | method |
public function equals(o:*):Boolean
Compares the specified object with this object for equality. This method compares the ids of the objects with the Identifiable.getID() method.
o:* |
Boolean — true if the the specified object is equal with this object.
|
| toString | () | method |
public override function toString():String
Returns the String representation of this object.
String — the String representation of this object.
|