|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.support.lang.SerializableObjectProxySupport<T>
public abstract class SerializableObjectProxySupport<T extends Serializable>
This is a variant of ObjectProxySupport
that implements Serializable
.
Constructor Summary | |
---|---|
protected |
SerializableObjectProxySupport(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 SerializableObjectProxySupport(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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |