资源简介
毕业设计,管理系统,先自行安装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的仓库管理系统课程设计报告
- 数字图像处理Java实现
- JSP+SQL火车订票系统-毕业设计
- 基于JSP的企业日常事务管理系统
- 基于jsp+servlet图书管理系统之后台用户
- 基于jsp+servlet图书管理系统之后台用户
- 基于jsp+servlet图书管理系统之后台用户
- 基于jsp+servlet图书管理系统之后台万能
- 单机版和网络版的Java写的象棋游戏
- 基于JSP的学生档案管理系统+sql
- modbus4j完整源码
- javaSwing图书管管理系统
- 基于java的邮件系统源代码
- 基于J2EE的网络物流系统
- 超市管理系统——Java源代码
- java 进存销系统
- java实现多媒体播放器
- Java基础知识ppt适合自学中文
- 医院预约挂号系统的设计与实现
- ojdbc6 11.1.0.7.0
- JSP网上拍卖系统(毕业设计).
- JSP驾校考试管理系统 毕业设计
- JSP+SQL电子相册系统
- jsp+sql学生选课系统
- JAVA_点餐系统
- tomcat基于Web的JSP+Servlet学生信息管理系
- java图书管理系统程序设计
- Algorithms in Java算法书
- 图书管理系统借书还书续借罚金JAVA
- jsp考勤管理系统
评论
共有 条评论