If you don’t mind using a third party library, BeanUtils from Apache Commons will handle this quite easily, using copyProperties(Object, Object).
If you don’t mind using a third party library, BeanUtils from Apache Commons will handle this quite easily, using copyProperties(Object, Object).