Sets the value of the property.
public void setValue( Object component, Object value )
component
The component that defines the property.
value
The new value of the property.
This method invokes the component's set<PropertyName> method, if it exists.
See Also getValue