An enhanced PropertyDescriptor to support dynamically adding and removing
properties to a Java Bean. This type of descriptor also defines how a
property value is set and retrieved.
See Also:java.beans.PropertyDescriptor author: Jeff Tassin
Sets the value for this property on the given bean.
Parameters: bean - the JETABean that contains the property to set Parameters: value - the value of the property