com.smaxe.me.uv.amf3
Class ObjectProxy

java.lang.Object
  extended by com.smaxe.me.uv.amf3.ObjectProxy

public final class ObjectProxy
extends java.lang.Object

ObjectProxy - flex.messaging.io.ObjectProxy class.

Author:
Andrei Sochirca

Field Summary
static java.lang.String CLASS_NAME
          CLASS_NAME - "flex.messaging.io.ObjectProxy"
 java.util.Hashtable object
          object fields.
 
Constructor Summary
ObjectProxy()
          Constructor.
ObjectProxy(java.util.Hashtable object)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
CLASS_NAME - "flex.messaging.io.ObjectProxy"

See Also:
Constant Field Values

object

public java.util.Hashtable object
object fields.

Constructor Detail

ObjectProxy

public ObjectProxy()
Constructor.


ObjectProxy

public ObjectProxy(java.util.Hashtable object)
Constructor.

Parameters:
object -
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object