| java.lang.Object de.schlund.pfixcore.generator.iwrpgen.BeanToIWrapper
BeanToIWrapper | public class BeanToIWrapper (Code) | | Helper class to populate IWrapper instances with data from Java beans.
author: mleidig@schlund.de |
populateIWrapper | public static void populateIWrapper(Object obj, IWrapper wrapper)(Code) | | Populates an IWrapper instance with data from a Java bean.
Parameters: obj - -the Java bean to populate the IWrapper Parameters: wrapper - -the IWrapper to be populated |
|
|