• 大小: 349KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-10
  • 语言: Java
  • 标签:

资源简介

图书管理系统jsp+mysql图书管理系统jsp+mysql图书管理系统jsp+mysql图书管理系统jsp+mysql图书管理系统jsp+mysql

资源截图

代码片段和文件信息

package bean;

public class addBook {
private int id;
private String type; //图书类型
private String name; //图书书名
private String author; //图书作者
private String press; //图书出版社
private String isbn; //图书ISBN编号
private float price; //图书定价
private int number; //图书数量
private float total; //图书总价值
private String time; //添加图书时间
private String remark; //备注
private int state; //图书状态:1——在馆,0——借出

public addBook(){}
public addBook(int idString type String name String author String press String isbn float price int number float total String time String remark int state){
this.id = id;
this.name = name;
this.author = author;
this.press = press;
this.isbn = isbn;
this.price = price;
this.number = number;
this.total = total;
this.time = time;
this.remark = remark;
this.state = state;
}

public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getPress() {
return press;
}
public void setPress(String press) {
this.press = press;
}
public String getIsbn() {
return isbn;
}
public void setIsbn(String isbn) {
this.isbn = isbn;
}
public float getPrice() {
return price;
}
public void setPrice(float price) {
this.price = price;
}
public int getNumber() {
return number;
}
public void setNumber(int number) {
this.number = number;
}
public float getTotal() {
return total;
}
public void setTotal(float total) {
this.total = total;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public int getState() {
return state;
}
public void setState(int state) {
this.state = state;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-06-13 23:54  BMS\
     文件         542  2011-08-24 12:32  BMS\.classpath
     目录           0  2011-06-13 23:54  BMS\.myeclipse\
     文件         282  2011-08-24 23:26  BMS\.mymetadata
     文件        1409  2011-06-13 23:58  BMS\.project
     目录           0  2011-06-13 23:54  BMS\.settings\
     文件         500  2011-06-13 23:54  BMS\.settings\.jsdtscope
     文件         330  2011-06-13 23:54  BMS\.settings\org.eclipse.jdt.core.prefs
     文件          49  2011-06-13 23:54  BMS\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2011-06-13 23:54  BMS\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2011-06-13 23:54  BMS\database\
     文件        4324  2011-06-30 22:28  BMS\database\bms.sql
     目录           0  2011-06-14 12:26  BMS\file\
     文件      114176  2011-06-14 13:24  BMS\file\BMS.doc
     目录           0  2011-06-13 23:54  BMS\src\
     目录           0  2011-06-13 23:54  BMS\src\bean\
     文件        2354  2011-06-21 21:52  BMS\src\bean\addBook.java
     文件        1818  2011-06-13 23:54  BMS\src\bean\Books.java
     文件        2541  2011-06-16 23:10  BMS\src\bean\BooksInOut.java
     文件         766  2011-06-21 10:31  BMS\src\bean\Borrow.java
     文件         342  2011-06-17 14:14  BMS\src\bean\Date.java
     文件         389  2011-06-13 23:54  BMS\src\bean\Login.java
     文件        1285  2011-06-16 12:58  BMS\src\bean\Readers.java
     文件         904  2011-06-21 17:28  BMS\src\bean\Return.java
     文件         852  2011-06-13 23:54  BMS\src\bean\Users.java
     目录           0  2011-06-13 23:54  BMS\src\dao\
     文件        1431  2011-06-21 21:52  BMS\src\dao\AddBookDao.java
     文件        5084  2011-06-22 09:24  BMS\src\dao\BooksDao.java
     文件        2155  2011-06-22 09:48  BMS\src\dao\BooksInOutDao.java
     文件        1943  2011-06-21 18:11  BMS\src\dao\BorrowDao.java
     文件        5127  2011-06-17 16:04  BMS\src\dao\DateDao.java
............此处省略81个文件信息

评论

共有 条评论