@Deprecated public class BeanDDCreator extends Object
| Constructor and Description | 
|---|
| BeanDDCreator()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | camelCaseToString(String className)Deprecated.  | 
| static String | getSimpleAbstractInheritanceBean(Class<? extends BusinessObject> boClass,
                                                                String propertyName,
                                                                String parentBean)Deprecated.  | 
| static String | getSimpleAbstractInheritanceBeanWithLabel(Class<? extends BusinessObject> boClass,
                                                                                  String propertyName,
                                                                                  String parentBean,
                                                                                  String label)Deprecated.  | 
| static String | getSimpleParentBeanReference(Class<? extends BusinessObject> boClass,
                                                        String propertyName)Deprecated.  | 
| static boolean | isNormalProperty(PropertyDescriptor p)Deprecated.  | 
| static void | main(String[] args)Deprecated.  This method... | 
public BeanDDCreator()
public static void main(String[] args) throws Exception
args - Exceptionpublic static String getSimpleAbstractInheritanceBean(Class<? extends BusinessObject> boClass, String propertyName, String parentBean)
public static String getSimpleAbstractInheritanceBeanWithLabel(Class<? extends BusinessObject> boClass, String propertyName, String parentBean, String label)
public static String getSimpleParentBeanReference(Class<? extends BusinessObject> boClass, String propertyName)
public static boolean isNormalProperty(PropertyDescriptor p)
public static String camelCaseToString(String className)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.