org.lobobrowser.util
Class Bean

java.lang.Object
  extended by org.lobobrowser.util.Bean

public class Bean
extends java.lang.Object

Author:
J. H. S.

Constructor Summary
Bean(java.lang.Class clazz)
           
 
Method Summary
 java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String propertyName)
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 java.util.Map getPropertyDescriptorsMap()
           
 void setPropertyForFQN(java.lang.Object receiver, java.lang.String fullyQualifiedPropertyName, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean

public Bean(java.lang.Class clazz)
Method Detail

getPropertyDescriptor

public java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String propertyName)
                                                    throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

getPropertyDescriptorsMap

public java.util.Map getPropertyDescriptorsMap()
                                        throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
                                                       throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

setPropertyForFQN

public void setPropertyForFQN(java.lang.Object receiver,
                              java.lang.String fullyQualifiedPropertyName,
                              java.lang.Object value)
                       throws java.lang.Exception
Throws:
java.lang.Exception