public class CarbonCopyUtil
extends java.lang.Object
| Constructor and Description |
|---|
CarbonCopyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyField(java.lang.Object sourceObject,
java.lang.String sourceFieldName,
java.lang.Object destinationObject,
java.lang.String destinationFieldName)
Copy a value of source field to destination field.
|
public static void copyField(java.lang.Object sourceObject,
java.lang.String sourceFieldName,
java.lang.Object destinationObject,
java.lang.String destinationFieldName)