net.lessy.util
Class BeanUtil

java.lang.Object
  extended by net.lessy.util.BeanUtil

public class BeanUtil
extends Object

Author:
Hans Lesmeister

Method Summary
static void copyProperties(Object source, Object target)
          Wrapper around Spring's BeanUtils.copyProperties();
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyProperties

public static void copyProperties(Object source,
                                  Object target)
Wrapper around Spring's BeanUtils.copyProperties();

Parameters:
source -
target -


Copyright © 2012. All Rights Reserved.