資源簡(jiǎn)介
房屋租賃信息發(fā)布系統(tǒng)
本次租房管理系統(tǒng)的編寫(xiě)采用JSP來(lái)實(shí)現(xiàn),用Java語(yǔ)言編寫(xiě)類(lèi)。開(kāi)放工具使用MyEclipse8.5、用到Structs+Spring+Hibernate、數(shù)據(jù)庫(kù)采用MySql。
代碼片段和文件信息
package?cn.freesky.house.bo;
//?default?package
/**
?*?TAccountsrecords?entity.?@author?MyEclipse?Persistence?Tools
?*/
public?class?TAccountsrecords?implements?java.io.Serializable?{
private?static?final?long?serialVersionUID?=?-8004908424442833517L;
private?Integer?id;?
private?String?addtime;
private?String?itemname;
private?Double?price;
private?String?userid;
private?String?description;
private?String?homeid;
private?String?type;
private?String?month;
//?Constructors
/**?default?constructor?*/
public?TAccountsrecords()?{
}
/**?minimal?constructor?*/
public?TAccountsrecords(Integer?id)?{
this.id?=?id;
}
/**?full?constructor?*/
public?TAccountsrecords(Integer?id?String?addtime?String?itemname
Double?price?String?userid?String?description?String?homeidString?month)?{
this.id?=?id;
this.addtime?=?addtime;
this.itemname?=?itemname;
this.price?=?price;
this.userid?=?userid;
this.description?=?description;
this.homeid?=?homeid;
this.month?=?month;
}
//?Property?accessors
public?String?getType()?{
return?type;
}
public?String?getMonth()?{
return?month;
}
public?void?setMonth(String?month)?{
this.month?=?month;
}
public?void?setType(String?type)?{
this.type?=?type;
}
public?Integer?getId()?{
return?this.id;
}
public?void?setId(Integer?id)?{
this.id?=?id;
}
public?String?getAddtime()?{
return?this.addtime;
}
public?void?setAddtime(String?addtime)?{
this.addtime?=?addtime;
}
public?String?getItemname()?{
return?this.itemname;
}
public?void?setItemname(String?itemname)?{
this.itemname?=?itemname;
}
public?Double?getPrice()?{
return?price;
}
public?void?setPrice(Double?price)?{
this.price?=?price;
}
public?String?getUserid()?{
return?this.userid;
}
public?void?setUserid(String?userid)?{
this.userid?=?userid;
}
public?String?getDescription()?{
return?this.description;
}
public?void?setDescription(String?description)?{
this.description?=?description;
}
public?String?getHomeid()?{
return?this.homeid;
}
public?void?setHomeid(String?homeid)?{
this.homeid?=?homeid;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????????8975??2016-08-30?21:32??house.sql
?????目錄???????????0??2016-08-31?14:27??house\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\utils\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\struts\actions\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\struts\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\services\impl\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\services\
?????目錄???????????0??2016-08-31?14:27??house\.settings\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\dao\impl\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\dao\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\bo\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\house\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\freesky\
?????目錄???????????0??2016-08-31?14:27??house\src\cn\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\me
?????目錄???????????0??2016-08-31?14:27??house\src\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\classes\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\pic\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\classes\cn\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\classes\cn\freesky\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\classes\cn\freesky\house\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\WEB-INF\classes\cn\freesky\house\bo\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\manage\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\images\list?st
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\images\adminicons\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\images\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\files\themes\simple\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\files\themes\default\
?????目錄???????????0??2016-08-31?14:27??house\WebRoot\files\themes\common\
............此處省略320個(gè)文件信息
評(píng)論
共有 條評(píng)論