|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanProvider
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 |
---|
boolean setProperty(Object object, String property, Object value)
obj
- The object to be manipulated.property
- Name of property to set.value
- Value to set property to.Object getProperty(Object object, String property)
obj
- The object to be accessed.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 |