package net.nyist.xmlparse.domain; import java.io.Serializable; /** * @author yuchao * * @school 南阳理工软件学院移动设备应用与开发移动四班 * * @email yu0312chao@163.com * * @time 2014年9月30日 下午10:52:47 */ @SuppressWarnings("serial") public class Student implements Serializable { private int id; private String name; private String sex; private String desc; public Student() { } public Student(int id, String name, String sex, String desc) { this.id = id; this.name = name; this.sex = sex; this.desc = desc; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getSex() { return sex; } public void setSex(String sex) { this.sex = sex; } public String getDesc() { return desc; } public void setDesc(String desc) { this.desc = desc; } @Override public String toString() { return "Student [id=" + id + ", name=" + name + ", sex=" + sex + ", desc=" + desc + "]"; } }
最近下载更多
我是helloworld LV23
2022年6月2日
ycb159856 LV12
2017年4月11日
scpcyzxb LV16
2017年3月5日
v512345 LV10
2016年2月14日
日久生情 LV19
2015年6月12日
jing427 LV18
2015年3月9日
zyb507 LV13
2015年1月22日
1037704496 LV1
2014年11月14日
softcore LV10
2014年10月14日
lwptest LV1
2014年10月12日
最近浏览更多
我是helloworld LV23
2022年6月2日
chokkint LV12
2021年10月27日
zhoujunyu LV14
2021年4月13日
773977962 LV9
2021年3月30日
1234567891011 LV5
2020年7月3日
王二麻子滴滴
2020年6月14日
暂无贡献等级
和诗夜
2020年6月13日
暂无贡献等级
下载狂魔
2020年1月16日
暂无贡献等级
AKALilgirl
2019年12月8日
暂无贡献等级
0312wangchen LV26
2019年10月31日