首页>代码>java的swing实例-图书管理系统,欢迎学习>/BookManger/src/com/java/model/Book.java
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;
	}
	
	
	
	
}
最近下载更多
微信网友_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日
767299026  LV8 2021年6月20日
最近浏览更多
无异偶  LV2 7月21日
郑郭辉 6月3日
暂无贡献等级
周青松  LV3 3月18日
jiayongchao258  LV9 2023年12月28日
lshlsh 2023年12月25日
暂无贡献等级
微信网友_6445756515635200  LV3 2023年12月18日
Aban-beautiful 2023年12月16日
暂无贡献等级
3993zby  LV2 2023年12月15日
李朝磊  LV18 2023年12月3日
zm111326  LV1 2023年10月25日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友