|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
BeanProvider providers an abstraction for getting and setting methods of a bean (or object).
BeanUtils
Method Summary | |
Object |
getProperty(Object object,
String property)
Get a single property of the bean. |
boolean |
setProperty(Object object,
String property,
Object value)
Set a single property of the bean. |
Methods inherited from interface com.opensymphony.provider.Provider |
destroy, init |
Method Detail |
public boolean setProperty(Object object, String property, Object value)
property
- Name of property to set.value
- Value to set property to.public Object getProperty(Object object, String property)
property
- Name of property to get.
|
OSCore Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |