Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdevimpl.audit.util
Class Beans

java.lang.Object
  extended by oracle.jdevimpl.audit.util.Beans


public class Beans
extends java.lang.Object

Method Summary
static
<T> void
copyProperties(T fromBean, T toBean)
           
static java.beans.PropertyDescriptor[] getProperties(java.lang.Object bean)
           
static java.beans.PropertyDescriptor getProperty(java.lang.Object bean, java.lang.String propertyName)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getProperties

public static java.beans.PropertyDescriptor[] getProperties(java.lang.Object bean)
                                                     throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

getProperty

public static java.beans.PropertyDescriptor getProperty(java.lang.Object bean,
                                                        java.lang.String propertyName)
                                                 throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

copyProperties

public static <T> void copyProperties(T fromBean,
                                      T toBean)
                           throws java.beans.IntrospectionException,
                                  java.lang.IllegalAccessException,
                                  java.lang.reflect.InvocationTargetException
Throws:
java.beans.IntrospectionException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.