public class BeanUtils extends Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getBeanProperty(Object bean,
String propertyName)
Retrieve a named bean property value.
|
static long |
getLongBeanProperty(Object bean,
String propertyName)
Retrieve a Long bean property value.
|
public static Object getBeanProperty(Object bean, String propertyName)
bean - beanpropertyName - public static long getLongBeanProperty(Object bean, String propertyName) throws NoSuchFieldException
bean - beanpropertyName - NoSuchFieldExceptionCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.