|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
public interface AccessPlan
An interface to make access to resources consistent, regardless of type.
方法摘要 | |
---|---|
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 |
方法详细信息 |
---|
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
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |