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.Object
public 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.InvocationHandler
java.lang.Throwable
public Entity getDelegate()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object