package com.java.model;
public class Book {
private int id;
private String bookName;
private String author;
private String sex;
private float price;
private String bookDesc;
private int bookTypeId=-1;
private String BookTypeName;
public Book() {
super();
// TODO Auto-generated constructor stub
}
public Book(String bookName, String author, String sex, float price,
String bookDesc, int bookTypeId) {
super();
this.bookName = bookName;
this.author = author;
this.sex = sex;
this.price = price;
this.bookDesc = bookDesc;
this.bookTypeId = bookTypeId;
}
public Book(int id, String bookName, String author, String sex,
float price, String bookDesc, int bookTypeId) {
super();
this.id = id;
this.bookName = bookName;
this.author = author;
this.sex = sex;
this.price = price;
this.bookDesc = bookDesc;
this.bookTypeId = bookTypeId;
}
public Book(String bookName, String author, String sex, int bookTypeId) {
super();
this.bookName = bookName;
this.author = author;
this.sex = sex;
this.bookTypeId = bookTypeId;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getBookName() {
return bookName;
}
public void setBookName(String bookName) {
this.bookName = bookName;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getSex() {
return sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public float getPrice() {
return price;
}
public void setPrice(float price) {
this.price = price;
}
public String getBookDesc() {
return bookDesc;
}
public void setBookDesc(String bookDesc) {
this.bookDesc = bookDesc;
}
public int getBookTypeId() {
return bookTypeId;
}
public void setBookTypeId(int bookTypeId) {
this.bookTypeId = bookTypeId;
}
public String getBookTypeName() {
return BookTypeName;
}
public void setBookTypeName(String bookTypeName) {
BookTypeName = bookTypeName;
}
}
最近下载更多
15592940706 LV3
6月16日
微信网友_6445756515635200 LV3
2023年12月18日
hahaha_123 LV2
2023年6月29日
你们的代码都是我的了 LV16
2023年6月13日
nn1349017 LV5
2023年5月30日
122378 LV3
2022年12月14日
wkq888 LV17
2022年6月18日
hebe灬 LV5
2022年5月16日
与尔同消万古愁 LV2
2021年11月28日
SuperShot LV13
2021年6月22日
最近浏览更多
chengjingjingjing
6月17日
暂无贡献等级
15592940706 LV3
6月16日
曾纪荣
3月2日
暂无贡献等级
yuanshun LV7
2024年12月10日
无异偶 LV3
2024年7月21日
郑郭辉
2024年6月3日
暂无贡献等级
周青松 LV3
2024年3月18日
jiayongchao258 LV9
2023年12月28日
lshlsh
2023年12月25日
暂无贡献等级
微信网友_6445756515635200 LV3
2023年12月18日

