|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.support.lang.ObjectProxySupport<T>
public abstract class ObjectProxySupport<T>
This is a support object that can be inherited by proxy objects. It delegates
calls to the overridden java.lang.Object
methods to the proxy object.
Constructor Summary | |
---|---|
protected |
ObjectProxySupport(T proxied)
Create the object proxy. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Delegate the call to equals to the proxied object. |
protected T |
getProxied()
Get the proxied object. |
int |
hashCode()
Delegate the call to hashCode to the proxied object. |
String |
toString()
Delegate the call to toString to the proxied object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ObjectProxySupport(T proxied)
proxied
- The proxied object.Method Detail |
---|
protected T getProxied()
public boolean equals(Object o)
equals
to the proxied object.
equals
in class Object
public int hashCode()
hashCode
to the proxied object.
hashCode
in class Object
public String toString()
toString
to the proxied object.
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |