|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessPlan
An interface to make access to resources consistent, regardless of type.
Method Summary | |
---|---|
java.lang.Object[] |
getProperties(java.lang.Object object)
Gets all of the properties of a bean |
void |
setProperties(java.lang.Object object,
java.lang.Object[] values)
Sets all of the properties of a bean |
Method Detail |
---|
void setProperties(java.lang.Object object, java.lang.Object[] values)
object
- - the beanvalues
- - the property valuesjava.lang.Object[] getProperties(java.lang.Object object)
object
- - the bean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |