Download this file
22 lines (18 with data), 343 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 | /**
* <strong> 实体方法 </stong>
* <p>
* 1)
* </p>
*
* @author: 汉娱网络.技术部.yangxf
* @date: 2008-02-28
* @version: 0.1
**/
package com.handjoys.fastdb;
import java.lang.reflect.Method;
public class EntityMethod {
// set 方法
public Method set_func;
// get 方法
public Method get_func;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.