Use Apache commons beanutils:
static void copyProperties(Object dest, Object orig)
-Copy property values from the origin bean to the destination bean for all
cases where the property names are the
same.
http://commons.apache.org/proper/commons-beanutils/