gov.nih.nci.caarray.services.arraydesign
Class ArrayDesignUtils

java.lang.Object
  extended by gov.nih.nci.caarray.services.arraydesign.ArrayDesignUtils

public final class ArrayDesignUtils
extends java.lang.Object

Author:
TranP

Method Summary
static void copy(ArrayDesignData source, PhysicalArrayDesign target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
static void copy(DesignProviderRoleData source, DesignProviderRole target)
           
static void copy(DesignProviderRole source, DesignProviderRoleData target)
           
static void copy(PhysicalArrayDesign source, ArrayDesignData target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
static void copy(PhysicalArrayDesign source, ArrayDesignDesc target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static void copy(ArrayDesignData source,
                        PhysicalArrayDesign target)
Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.

Parameters:
source -
target -

copy

public static void copy(PhysicalArrayDesign source,
                        ArrayDesignData target)
Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.

Parameters:
source -
target -

copy

public static void copy(PhysicalArrayDesign source,
                        ArrayDesignDesc target)

copy

public static void copy(DesignProviderRole source,
                        DesignProviderRoleData target)

copy

public static void copy(DesignProviderRoleData source,
                        DesignProviderRole target)