org.gageot.excel.beans
Interface BeanSetter

All Known Implementing Classes:
BeanSetterImpl

public interface BeanSetter

Interface of ExcelTemplate's low-level JavaBeans infrastructure. Provides operations to set property values.

Author:
David Gageot
See Also:
BeanCellCallbackHandler, ExcelTemplate#read(String,CellCallbackHandler)

Method Summary
 void setProperty(java.lang.Object bean, java.lang.String propertyName, java.lang.Object propertyValue)
          Set the value of a property on the current bean.
 

Method Detail

setProperty

void setProperty(java.lang.Object bean,
                 java.lang.String propertyName,
                 java.lang.Object propertyValue)
                 throws org.springframework.beans.BeansException
Set the value of a property on the current bean.

Parameters:
bean - bean instance to populate
propertyName - the name of the property (case insensitive)
propertyValue - the value of the property
Throws:
org.springframework.beans.BeansException


Copyright © 2007 gageot.net. All Rights Reserved.