Yes.
http://commons.apache.org/beanutils/api/org/apache/commons/beanutils/BeanUtils.html#copyProperties(java.lang.Object,%20java.lang.Object)
Quote:
copyProperties
public static void copyProperties(java.lang.Object dest,
java.lang.Object orig)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
Copy property values from the origin bean to the destination bean for all cases where the property names are the same.
For more details see BeanUtilsBean.
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
See Also:
BeanUtilsBean.copyProperties(java.lang.Object, java.lang.Object)