|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.array.ArrayUtils
public final class ArrayUtils
Method Summary | |
---|---|
static void |
copy(Array source,
ArrayData 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(ArrayData source,
Array 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(ArrayGroup source,
ArrayGroupData 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(ArrayGroup source,
ArrayGroupDesc 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(ArrayGroupData source,
Array target)
Copy DTO ArrayGroupData to MAGE Array. |
static void |
copy(ArrayGroupData source,
ArrayGroup target)
Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void copy(ArrayData source, Array target)
source
- target
- public static void copy(Array source, ArrayData target)
source
- target
- public static void copy(ArrayGroupData source, ArrayGroup target)
source
- target
- public static void copy(ArrayGroupData source, Array target)
source
- target
- public static void copy(ArrayGroup source, ArrayGroupData target)
source
- target
- public static void copy(ArrayGroup source, ArrayGroupDesc target)
source
- target
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |