资源简介
毕业设计,管理系统,先自行安装SQL Server 2005 或以上版本,Myeclipse。
代码不错,可以卖钱。

代码片段和文件信息
package com.znw.hibernate.beans;
/**
* AddressInfo entity.
*
* @author MyEclipse Persistence Tools
*/
public class AddressInfo implements java.io.Serializable {
// Fields
private Integer id;
private String userno;
private String name;
private String sex;
private String mobile;
private String email;
private String qq;
private String company;
private String address;
private String postcode;
private String positions;
private String className;
// Constructors
/** default constructor */
public AddressInfo() {
}
/** minimal constructor */
public AddressInfo(Integer id String name) {
this.id = id;
this.name = name;
}
/** full constructor */
public AddressInfo(Integer id String userno String name String sex
String mobile String email String qq String company
String address String postcode String positions String className) {
this.id = id;
this.userno = userno;
this.name = name;
this.sex = sex;
this.mobile = mobile;
this.email = email;
this.qq = qq;
this.company = company;
this.address = address;
this.postcode = postcode;
this.positions = positions;
this.className = className;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getUserno() {
return this.userno;
}
public void setUserno(String userno) {
this.userno = userno;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getSex() {
return this.sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public String getMobile() {
return this.mobile;
}
public void setMobile(String mobile) {
this.mobile = mobile;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public String getQq() {
return this.qq;
}
public void setQq(String qq) {
this.qq = qq;
}
public String getCompany() {
return this.company;
}
public void setCompany(String company) {
this.company = company;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getPostcode() {
return this.postcode;
}
public void setPostcode(String postcode) {
this.postcode = postcode;
}
public String getPositions() {
return this.positions;
}
public void setPositions(String positions) {
this.positions = positions;
}
public String getClassName() {
return this.className;
}
public void setClassName(String className) {
this.className = className;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-04-05 20:40 毕设(SQL2005)\
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\
文件 1543 2012-02-01 15:15 毕设(SQL2005)\student\.classpath
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\.myeclipse\
文件 454 2012-04-05 09:12 毕设(SQL2005)\student\.myhibernatedata
文件 294 2012-04-05 20:36 毕设(SQL2005)\student\.myme
文件 262 2012-01-13 08:49 毕设(SQL2005)\student\.mystrutsdata
文件 1718 2012-01-13 09:21 毕设(SQL2005)\student\.project
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\.settings\
文件 524 2012-03-28 08:14 毕设(SQL2005)\student\.settings\org.eclipse.core.resources.prefs
文件 334 2012-01-13 08:41 毕设(SQL2005)\student\.settings\org.eclipse.jdt.core.prefs
文件 479 2012-01-13 08:49 毕设(SQL2005)\student\.springBeans
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\src\
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\src\com\
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\src\com\znw\
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\src\com\znw\hibernate\
目录 0 2012-04-05 20:41 毕设(SQL2005)\student\src\com\znw\hibernate\beans\
文件 1884 2012-03-31 08:05 毕设(SQL2005)\student\src\com\znw\hibernate\beans\AddressInfo.hbm.xm
文件 2802 2012-03-31 08:05 毕设(SQL2005)\student\src\com\znw\hibernate\beans\AddressInfo.java
文件 1797 2012-04-01 10:32 毕设(SQL2005)\student\src\com\znw\hibernate\beans\AllRecordInfo.hbm.xm
文件 2816 2012-04-01 10:32 毕设(SQL2005)\student\src\com\znw\hibernate\beans\AllRecordInfo.java
文件 1439 2012-03-30 14:03 毕设(SQL2005)\student\src\com\znw\hibernate\beans\ClassInfo.hbm.xm
文件 2081 2012-03-30 13:56 毕设(SQL2005)\student\src\com\znw\hibernate\beans\ClassInfo.java
文件 1156 2012-03-31 09:41 毕设(SQL2005)\student\src\com\znw\hibernate\beans\JobInfo.hbm.xm
文件 1688 2012-03-31 09:02 毕设(SQL2005)\student\src\com\znw\hibernate\beans\JobInfo.java
文件 1039 2012-03-30 16:30 毕设(SQL2005)\student\src\com\znw\hibernate\beans\MeetingInfo.hbm.xm
文件 1482 2012-03-30 14:52 毕设(SQL2005)\student\src\com\znw\hibernate\beans\MeetingInfo.java
文件 877 2012-03-30 14:03 毕设(SQL2005)\student\src\com\znw\hibernate\beans\StuclassInfo.hbm.xm
文件 1070 2012-03-30 13:56 毕设(SQL2005)\student\src\com\znw\hibernate\beans\StuclassInfo.java
文件 1929 2012-03-28 15:56 毕设(SQL2005)\student\src\com\znw\hibernate\beans\StudentInfo.hbm.xm
文件 3044 2012-03-28 15:56 毕设(SQL2005)\student\src\com\znw\hibernate\beans\StudentInfo.java
............此处省略277个文件信息
相关资源
- 微博系统(Java源码,servlet+jsp),适
- AndroidStudio版直连sqlserver
- java串口通信全套完整代码-导入eclip
- 美食天下项目Android版源码和Web版源码
- jsonarray所必需的6个jar包.rar
- JSP企业人事管理系统设计(源代码+论
- 当当网完整项目、包括js、css、html
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- 实现一个图书管理系统
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- JSP,SQL,MVC的选课系统
- Java编写的qq聊天室
- 基于JSP的学生宿舍管理系统(源码 数
- JSP选课管理系统
评论
共有 条评论