oracle.jbo.common
Class JboBeanUtils
java.lang.Object
oracle.jbo.common.JboBeanUtils
- Direct Known Subclasses:
- DCUtil
- public class JboBeanUtils
- extends java.lang.Object
Method Summary |
static java.lang.Object |
getProperty(java.lang.Object bean,
java.lang.String name)
Return the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions. |
static void |
setProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object value)
Set the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JboBeanUtils
public JboBeanUtils()
getProperty
public static java.lang.Object getProperty(java.lang.Object bean,
java.lang.String name)
- Return the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- Parameters:
bean
- Bean whose property is to be extractedname
- name of the property to be extracted
setProperty
public static void setProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object value)
- Set the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- Parameters:
bean
- Bean whose property is to be extractedname
- name of the property to be extracted
Copyright © 1997, 2004, Oracle. All rights reserved.