首页>代码>java swing开发最简单的图书管理系统>/Tushuchaxun/src/entity/Books.java
package entity;

import java.io.Serializable;

public class Books implements Serializable {
	private int id;
	 private String title;
	 private String author;
	 private int publisherId;
	 private String publishDate;
	 private String isbn;
	 private int  wordsCount;
	 private double unitPrice;
	 private String contenDescription;
	 private String authorDescription;
	 private String editorComment;
	 private String categoryId;
	 private String toc;
	 private int clicks;
	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 int getPublisherid() {
		return publisherId;
	}
	public void setPublisherid(int publisherid) {
		this.publisherId = publisherid;
	}
	public String getPublishdate() {
		return publishDate;
	}
	public void setPublishdate(String publishdate) {
		this.publishDate = publishdate;
	}
	public String getIsbn() {
		return isbn;
	}
	public void setIsbn(String isbn) {
		this.isbn = isbn;
	}
	public int getWordsCount() {
		return wordsCount;
	}
	public void setWordsCount(int wordsCount) {
		this.wordsCount = wordsCount;
	}
	public double getUnitprice() {
		return unitPrice;
	}
	public void setUnitprice(double unitprice) {
		this.unitPrice = unitprice;
	}
	public String getContendescription() {
		return contenDescription;
	}
	public void setContendescription(String contendescription) {
		this.contenDescription = contendescription;
	}
	public String getAuthordescription() {
		return authorDescription;
	}
	public void setAuthordescription(String authordescription) {
		this.authorDescription = authordescription;
	}
	public String getEditorcomment() {
		return editorComment;
	}
	public void setEditorcomment(String editorcomment) {
		this.editorComment = editorcomment;
	}
	public String getCategoryId() {
		return categoryId;
	}
	public void setCategoryId(String categoryId) {
		this.categoryId = categoryId;
	}
	public int getClicks() {
		return clicks;
	}
	public void setClicks(int clicks) {
		this.clicks = clicks;
	}
	public String getToc() {
		return toc;
	}
	public void setToc(String toc) {
		this.toc = toc;
	}
	 public Books(){
		 super ();
	 }
		
}
最近下载更多
孤峰远影  LV2 2023年12月20日
768881787  LV7 2023年12月20日
微信网友_6445756515635200  LV3 2023年12月18日
李朝磊  LV18 2023年12月3日
hongdongdong  LV13 2023年8月9日
微信网友_6431017932869632  LV1 2023年4月13日
ma2519096  LV1 2022年11月26日
你们的代码都是我的了  LV16 2022年11月13日
微信网友_6017665021366272  LV1 2022年6月25日
1719863922  LV11 2022年6月13日
最近浏览更多
1941549176 4月29日
暂无贡献等级
周青松  LV3 3月18日
pi-nang  LV2 3月11日
ddzfgh  LV1 2023年12月25日
lshlsh 2023年12月25日
暂无贡献等级
孤峰远影  LV2 2023年12月20日
768881787  LV7 2023年12月20日
微信网友_6445756515635200  LV3 2023年12月18日
Aban-beautiful 2023年12月16日
暂无贡献等级
3993zby 2023年12月15日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友