package com.dou.book.data.pojo;
import java.sql.Date;
/**
* 暠蝎잚
* @author jack
*
*/
public class SBook {
private int id;
private String title;
private String author;
private int total;
private float price;
private String isbn;
private String publisher;
//private Date createdate;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getIsbn() {
return isbn;
}
public void setIsbn(String isbn) {
this.isbn = isbn;
}
public String getPublisher() {
return publisher;
}
public void setPublisher(String publisher) {
this.publisher = publisher;
}
public int getTotal() {
return total;
}
public void setTotal(int total) {
this.total = total;
}
public void setPrice(float price) {
this.price = price;
}
public float getPrice(){
return price;
}
public SBook(){};
public SBook(int id, String title, String author, int total, float price,
String isbn, String publisher) {
super();
this.id = id;
this.title = title;
this.author = author;
this.total = total;
this.price = price;
this.isbn = isbn;
this.publisher = publisher;
}
public SBook( String title, String author, int total, float price,
String isbn, String publisher) {
super();
this.title = title;
this.author = author;
this.total = total;
this.price = price;
this.isbn = isbn;
this.publisher = publisher;
}
}
最近下载更多
爱学习的小乌龟 LV1
2021年8月8日
namedwa LV1
2021年8月3日
yanhuaidong LV8
2021年4月14日
1908009085 LV1
2020年12月9日
杨朝兵 LV1
2020年11月11日
RicardoWX LV7
2020年8月20日
dingbw LV1
2020年8月10日
leo_JACK_LIN LV2
2020年7月24日
zmqszz LV2
2020年5月26日
张三aa LV9
2020年5月12日
最近浏览更多
xiaotao555555 LV3
6月20日
zhoubowen LV3
2024年12月29日
微信网友_5986558820093952 LV4
2023年12月28日
uni-code_0123 LV1
2023年11月29日
黑 LV7
2023年8月21日
1289755 LV3
2023年7月29日
admin686 LV2
2023年7月4日
gecongkai LV8
2023年6月22日
shuidajiao
2023年6月18日
暂无贡献等级
leader
2023年6月14日
暂无贡献等级

