gov.nih.nci.caarray.services.arraydesign
Class ArrayDesignUtils
java.lang.Object
gov.nih.nci.caarray.services.arraydesign.ArrayDesignUtils
public final class ArrayDesignUtils
- extends java.lang.Object
- Author:
- TranP
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)