net.sf.oxclient.factory
Interface IBeanHelper

All Known Implementing Classes:
BeanManager

public interface IBeanHelper

Author:
Björn Voß

Method Summary
 void setProperty(Object bean, String property, Object value)
          Similar to apache commons BeanUtils, this method sets the specified value.
 

Method Detail

setProperty

void setProperty(Object bean,
                 String property,
                 Object value)
Similar to apache commons BeanUtils, this method sets the specified value.
But the great difference is that nested properties are instantiated if necessary.

Parameters:
bean -
property -
value -


Copyright © 2007. All Rights Reserved.