public class EntityProxyImpl
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description | 
|---|
| EntityProxyImpl(Entity entity) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| Entity | getDelegate() | 
| int | hashCode() | 
| java.lang.Object | invoke(java.lang.Object proxy,
      java.lang.reflect.Method m,
      java.lang.Object[] args) | 
| void | resetDelegate(Entity thisProxy,
             Entity preferredProxy,
             Entity newDelegate)invoked to specify that a different underlying delegate should be used, 
 e.g. | 
| java.lang.String | toString() | 
public EntityProxyImpl(Entity entity)
public void resetDelegate(Entity thisProxy, Entity preferredProxy, Entity newDelegate)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object invoke(java.lang.Object proxy,
                      java.lang.reflect.Method m,
                      java.lang.Object[] args)
                        throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic Entity getDelegate()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object