91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

畢業設計,管理系統,先自行安裝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個文件信息

評論

共有 條評論