org.tolven.queue.bean
Class BeanPropertyLoader

java.lang.Object
  extended by org.tolven.queue.bean.BeanPropertyLoader

public class BeanPropertyLoader
extends java.lang.Object

The utility class to load properties from one object to another if name is same.

Author:
Sabu Antony

Constructor Summary
BeanPropertyLoader()
           
 
Method Summary
static java.lang.Object populate(java.lang.Object outObject, java.lang.Object inObject)
           
static void print(java.lang.Object inObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertyLoader

public BeanPropertyLoader()
Method Detail

populate

public static java.lang.Object populate(java.lang.Object outObject,
                                        java.lang.Object inObject)

print

public static void print(java.lang.Object inObject)