|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.otm.copy.ReflectiveObjectCopyStrategy
User: matthew.baird Date: Jul 7, 2003 Time: 3:05:22 PM
Constructor Summary | |
ReflectiveObjectCopyStrategy()
|
Method Summary | |
java.lang.Object |
copy(java.lang.Object toCopy)
makes a deep clone of the object, using reflection. |
java.lang.Object |
copy(java.lang.Object src,
java.lang.Object dest)
copy src object into dest object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReflectiveObjectCopyStrategy()
Method Detail |
public final java.lang.Object copy(java.lang.Object toCopy)
copy
in interface ObjectCopyStrategy
toCopy
- the object you want to copy
public java.lang.Object copy(java.lang.Object src, java.lang.Object dest)
ObjectCopyStrategy
copy
in interface ObjectCopyStrategy
src
- dest
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |