org.lobobrowser.util

Class Bean


public class Bean
extends java.lang.Object

Author:
J. H. S.

Constructor Summary

Bean(Class clazz)

Method Summary

PropertyDescriptor
getPropertyDescriptor(String propertyName)
PropertyDescriptor[]
getPropertyDescriptors()
Map
getPropertyDescriptorsMap()
void
setPropertyForFQN(Object receiver, String fullyQualifiedPropertyName, Object value)

Constructor Details

Bean

public Bean(Class clazz)

Method Details

getPropertyDescriptor

public PropertyDescriptor getPropertyDescriptor(String propertyName)
            throws IntrospectionException

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
            throws IntrospectionException

getPropertyDescriptorsMap

public Map getPropertyDescriptorsMap()
            throws IntrospectionException

setPropertyForFQN

public void setPropertyForFQN(Object receiver,
                              String fullyQualifiedPropertyName,
                              Object value)
            throws Exception