| Package | andromeda.vo |
| Class | public class AbstractValueObject |
| Inheritance | AbstractValueObject SimpleValueObject CoreObject |
IValueObject interface, to minimize the effort required to implement this interface.
| Method | Defined by | ||
|---|---|---|---|
|
AbstractValueObject(init:Object = null)
Creates a new AbstractValueObject.
| AbstractValueObject | ||
![]() |
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 | |
| AbstractValueObject | () | constructor |
public function AbstractValueObject(init:Object = null)Creates a new AbstractValueObject.
Parametersinit:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored.
|