标签:set turn www ring view com java timestamp his
package www.wulian1.com.webview;
/**
* Created by Administrator on 2017/5/18.
*/
public class StuManage {
String name;
int age;
long timestamp;
public long getTimestamp() {
return timestamp;
}
public void setTimestamp(long timestamp) {
this.timestamp = timestamp;
}
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
标签:set turn www ring view com java timestamp his
原文地址:http://www.cnblogs.com/vcer/p/7067781.html