• 大小: 22.78MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-28
  • 语言: Java
  • 标签: java  

资源简介

房屋租赁信息发布系统 本次租房管理系统的编写采用JSP来实现,用Java语言编写类。开放工具使用MyEclipse8.5、用到Structs+Spring+Hibernate、数据库采用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;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        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\meta-INF\
     目录           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 styles\
     目录           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个文件信息

评论

共有 条评论