资源简介

毕业设计,管理系统,先自行安装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\.mymetadata
     文件         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.xml
     文件        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.xml
     文件        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.xml
     文件        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.xml
     文件        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.xml
     文件        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.xml
     文件        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.xml
     文件        3044  2012-03-28 15:56  毕设(SQL2005)\student\src\com\znw\hibernate\beans\StudentInfo.java
............此处省略277个文件信息

评论

共有 条评论