org.apache.tuscany.sdo.helper
Class CopyHelperImpl

java.lang.Object
  extended by org.apache.tuscany.sdo.helper.CopyHelperImpl
All Implemented Interfaces:
commonj.sdo.helper.CopyHelper

public class CopyHelperImpl
extends java.lang.Object
implements commonj.sdo.helper.CopyHelper

A helper for copying DataObjects.


Field Summary
 
Fields inherited from interface commonj.sdo.helper.CopyHelper
INSTANCE
 
Constructor Summary
CopyHelperImpl()
           
 
Method Summary
 commonj.sdo.DataObject copy(commonj.sdo.DataObject dataObject)
           
 commonj.sdo.DataObject copyShallow(commonj.sdo.DataObject dataObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyHelperImpl

public CopyHelperImpl()
Method Detail

copyShallow

public commonj.sdo.DataObject copyShallow(commonj.sdo.DataObject dataObject)
Specified by:
copyShallow in interface commonj.sdo.helper.CopyHelper

copy

public commonj.sdo.DataObject copy(commonj.sdo.DataObject dataObject)
Specified by:
copy in interface commonj.sdo.helper.CopyHelper


Copyright © 2007 Apache Software Foundation. All Rights Reserved.