首页>代码>网上书店静态网站模板>/网上书店素材/表实体/Books.java
/**
 * 图书实体
 */



import java.util.*;


public class Books{
	private Integer id;				//图书编号
	private String isbn;			//图书ISBN
	private String bookName;		//书名
	private Integer type;			//图书类型,类型表外键
	private String publisher;		//出版社
	private String author;			//作者
	private String introduce;		//图书介绍
	private Float price;			//图书价格
	private Date pdate;				//出版日期
	private String conver;			//封皮,存储图片路径
	private Date intime;			//入库时间
	private boolean newBook;		//是否为新书
	private boolean commend;		//是否推荐
	private Integer quantity;		//库存量
	private Integer selled;

	
	public void setId(Integer id) {
		this.id = id; 
	}

	public void setIsbn(String isbn) {
		this.isbn = isbn; 
	}

	public void setBookName(String bookName) {
		this.bookName = bookName; 
	}

	public void setType(Integer type) {
		this.type = type; 
	}

	public void setPublisher(String publisher) {
		this.publisher = publisher; 
	}

	public void setAuthor(String author) {
		this.author = author; 
	}

	public void setIntroduce(String introduce) {
		this.introduce = introduce; 
	}

	public void setPrice(Float price) {
		this.price = price; 
	}

	public void setPdate(Date pdate) {
		this.pdate = pdate; 
	}

	public void setConver(String conver) {
		this.conver = conver; 
	}

	public void setIntime(Date intime) {
		this.intime = intime; 
	}

	public void setNewBook(boolean newBook) {
		this.newBook = newBook; 
	}

	public void setCommend(boolean commend) {
		this.commend = commend; 
	}

	public void setQuantity(Integer quantity) {
		this.quantity = quantity; 
	}

	public void setSelled(Integer selled) {
		this.selled = selled; 
	}

	public Integer getId() {
		return (this.id); 
	}

	public String getIsbn() {
		return (this.isbn); 
	}

	public String getBookName() {
		return (this.bookName); 
	}

	public Integer getType() {
		return (this.type); 
	}

	public String getPublisher() {
		return (this.publisher); 
	}

	public String getAuthor() {
		return (this.author); 
	}

	public String getIntroduce() {
		return (this.introduce); 
	}

	public Float getPrice() {
		return (this.price); 
	}

	public Date getPdate() {
		return (this.pdate); 
	}

	public String getConver() {
		return (this.conver); 
	}

	public Date getIntime() {
		return (this.intime); 
	}

	public boolean getNewBook() {
		return (this.newBook); 
	}

	public boolean getCommend() {
		return (this.commend); 
	}

	public Integer getQuantity() {
		return (this.quantity); 
	}

	public Integer getSelled() {
		return (this.selled); 
	}			//已售出量
	
	
}
最近下载更多
yrisok  LV2 4月22日
123ALISE  LV2 2023年11月30日
18176866431  LV4 2023年8月28日
qazxsw111  LV11 2023年4月9日
微信网友_6373168465580032  LV3 2023年3月7日
流觞浮云  LV2 2022年12月8日
陈俊翰  LV7 2022年9月23日
Viridity  LV6 2022年5月29日
王东东  LV17 2022年5月20日
最代码-宋家辉  LV61 2022年4月21日
最近浏览更多
3279729312 4月23日
暂无贡献等级
yrisok  LV2 4月22日
pangzhihui  LV12 4月16日
janrypan  LV2 3月21日
夜上清元  LV8 3月6日
747932094 3月1日
暂无贡献等级
李先婷 bkxo  LV2 1月29日
202105013142  LV1 1月11日
kiko28 1月8日
暂无贡献等级
gjw19884260466  LV3 1月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友