首页>代码>java swing开发图书馆管理系统>/Librarians/src/entity/Book.java
package entity;

import java.sql.Date;

public class Book {
	private String id;	//图书编号
	private String name;	//图书名称
	private String type;	//图书类别
	private String author;	//作者
	private String translator;	//译者
	private String publisher;	//出版社
	private Date publish_time;	//出版时间
	private int stock;	//库存数量
	private double price;	//价格
	
	/**
	 * @return the author
	 */
	public String getAuthor() {
		return author;
	}
	
	/**
	 * @param author the author to set
	 */
	public void setAuthor(String author) {
		this.author = author;
	}
	
	/**
	 * @return the id
	 */
	public String getId() {
		return id;
	}
	
	/**
	 * @param id the id to set
	 */
	public void setId(String id) {
		this.id = id;
	}
	
	/**
	 * @return the name
	 */
	public String getName() {
		return name;
	}
	
	/**
	 * @param name the name to set
	 */
	public void setName(String name) {
		this.name = name;
	}
	
	/**
	 * @return the price
	 */
	public double getPrice() {
		return price;
	}
	
	/**
	 * @param price the price to set
	 */
	public void setPrice(double price) {
		this.price = price;
	}
	
	/**
	 * @return the publish_time
	 */
	public Date getPublish_time() {
		return publish_time;
	}
	
	/**
	 * @param publish_time the publish_time to set
	 */
	public void setPublish_time(Date publish_time) {
		this.publish_time = publish_time;
	}
	
	/**
	 * @return the publisher
	 */
	public String getPublisher() {
		return publisher;
	}
	
	/**
	 * @param publisher the publisher to set
	 */
	public void setPublisher(String publisher) {
		this.publisher = publisher;
	}
	
	/**
	 * @return the stock
	 */
	public int getStock() {
		return stock;
	}
	
	/**
	 * @param stock the stock to set
	 */
	public void setStock(int stock) {
		this.stock = stock;
	}
	
	/**
	 * @return the translator
	 */
	public String getTranslator() {
		return translator;
	}
	
	/**
	 * @param translator the translator to set
	 */
	public void setTranslator(String translator) {
		this.translator = translator;
	}
	
	/**
	 * @return the type
	 */
	public String getType() {
		return type;
	}
	
	/**
	 * @param type the type to set
	 */
	public void setType(String type) {
		this.type = type;
	}
}
最近下载更多
微信网友_6445756515635200  LV3 2023年12月21日
KAIzx11  LV7 2023年6月24日
huangzy  LV12 2023年6月11日
122378  LV3 2022年12月14日
微信网友_6191697646571520  LV6 2022年10月31日
13112360  LV2 2022年9月20日
gnnhka  LV10 2022年6月16日
fantesy  LV17 2022年5月15日
喃喵xxxx  LV6 2022年5月11日
543666826  LV33 2022年3月12日
最近浏览更多
ZALZXB20030525 7月1日
暂无贡献等级
xzw135246789  LV1 6月15日
123456cjj  LV1 6月2日
sodkj123  LV16 4月29日
akittyboy  LV9 3月22日
asddwh  LV13 2023年12月26日
求学的熊猫  LV11 2023年12月25日
微信网友_6786215447367680  LV5 2023年12月21日
微信网友_6445756515635200  LV3 2023年12月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友