package Bean;

import java.awt.*;

public class Book {
	private int BookId;	
	private String BookName;
	private String author;
	private float price;
	private String image;
	private String ISBN;
	private String publish;
	private String date;
	private int stock;
	private Color color=new Color(0,0,0);
	private String colorcode="";
	
	public int getBookId() {
		return BookId;
	}
	public void setBookId(int bookId) {
		BookId = bookId;
	}	
	public String getBookName() {
		return BookName;
	}
	public void setBookName(String bookName) {
		BookName = bookName;
	}
	public String getAuthor() {
		return author;
	}
	public void setAuthor(String author) {
		this.author = author;
	}
	public float getPrice() {
		return price;
	}
	public void setPrice(float price) {
		this.price = price;
	}
	public String getImage() {
		return image;
	}
	public void setImage(String image) {
		this.image = image;
	}

	public Color getColor() {
		return color;
	}

	public void setColor(Color color) {
		this.color = color;
	}

	public String getColorcode() {
		return "#"+Integer.toHexString(color.getRed())+Integer.toHexString(color.getGreen())+Integer.toHexString(color.getBlue());
	}

	public String getISBN() {
		return ISBN;
	}

	public void setISBN(String ISBN) {
		this.ISBN = ISBN;
	}

	public String getPublish() {
		return publish;
	}

	public void setPublish(String publish) {
		this.publish = publish;
	}

	public String getDate() {
		return date;
	}

	public void setDate(String date) {
		this.date = date;
	}

	public int getStock() {
		return stock;
	}

	public void setStock(int stock) {
		this.stock = stock;
	}

	public void setColorcode(String colorcode) {
		this.colorcode = colorcode;
	}
}
最近下载更多
281273445  LV3 2020年6月18日
756351915  LV1 2020年6月10日
geekmubai  LV1 2019年12月11日
小新55555  LV2 2019年6月24日
lgllllll  LV11 2019年6月18日
a278975044  LV7 2019年5月18日
高金磊abc  LV12 2019年5月1日
最代码官方  LV167 2019年4月24日
最近浏览更多
lsglsg9  LV22 3月27日
uni-code_0123  LV1 2023年11月29日
chrysanna  LV1 2022年12月23日
yiming223 2022年12月2日
暂无贡献等级
chaos123 2022年10月1日
暂无贡献等级
xiao小果  LV12 2022年6月6日
1780954665 2022年5月20日
暂无贡献等级
SLZJ666  LV6 2021年12月6日
毛毛喜  LV3 2021年11月18日
fengxiao  LV8 2021年6月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友