📄 abstractbookmessage.java
字号:
package com.internetshop.hibernate.book_message;
import java.util.Date;
/**
* AbstractBookMessage generated by MyEclipse Persistence Tools
*/
public abstract class AbstractBookMessage implements java.io.Serializable {
// Fields
private Long ME_bookId;
private String ME_bookName;
private String ME_publish;
private Date ME_publishTime;
private String ME_pageBig;
private Integer ME_pageCount;
private Float ME_printEdition;
private String ME_bindType;
private String ME_bookIsbn;
private String ME_briefContent;
private String ME_catalogue;
private Integer ME_valueGrade;
private Float ME_marketPrice;
private Float ME_memberPrice;
private Integer ME_isRecommond;
private Integer ME_buyCount;
private Integer ME_scanCount;
private Float ME_discount;
private Integer ME_smallClass;
private Integer ME_bigClass;
private String ME_imageUrl;
private String ME_author;
private Date ME_addTime;
private String ME_totalValueGrade;
// Constructors
/** default constructor */
public AbstractBookMessage() {
}
/** full constructor */
public AbstractBookMessage(String ME_bookName, String ME_publish,
Date ME_publishTime, String ME_pageBig, Integer ME_pageCount,
Float ME_printEdition, String ME_bindType, String ME_bookIsbn,
String ME_briefContent, String ME_catalogue, Integer ME_valueGrade,
Float ME_marketPrice, Float ME_memberPrice, Integer ME_isRecommond,
Integer ME_buyCount, Integer ME_scanCount, Float ME_discount,
Integer ME_smallClass, Integer ME_bigClass, String ME_imageUrl,
String ME_author, Date ME_addTime, String ME_totalValueGrade) {
this.ME_bookName = ME_bookName;
this.ME_publish = ME_publish;
this.ME_publishTime = ME_publishTime;
this.ME_pageBig = ME_pageBig;
this.ME_pageCount = ME_pageCount;
this.ME_printEdition = ME_printEdition;
this.ME_bindType = ME_bindType;
this.ME_bookIsbn = ME_bookIsbn;
this.ME_briefContent = ME_briefContent;
this.ME_catalogue = ME_catalogue;
this.ME_valueGrade = ME_valueGrade;
this.ME_marketPrice = ME_marketPrice;
this.ME_memberPrice = ME_memberPrice;
this.ME_isRecommond = ME_isRecommond;
this.ME_buyCount = ME_buyCount;
this.ME_scanCount = ME_scanCount;
this.ME_discount = ME_discount;
this.ME_smallClass = ME_smallClass;
this.ME_bigClass = ME_bigClass;
this.ME_imageUrl = ME_imageUrl;
this.ME_author = ME_author;
this.ME_addTime = ME_addTime;
this.ME_totalValueGrade = ME_totalValueGrade;
}
// Property accessors
public Long getME_bookId() {
return this.ME_bookId;
}
public void setME_bookId(Long ME_bookId) {
this.ME_bookId = ME_bookId;
}
public String getME_bookName() {
return this.ME_bookName;
}
public void setME_bookName(String ME_bookName) {
this.ME_bookName = ME_bookName;
}
public String getME_publish() {
return this.ME_publish;
}
public void setME_publish(String ME_publish) {
this.ME_publish = ME_publish;
}
public Date getME_publishTime() {
return this.ME_publishTime;
}
public void setME_publishTime(Date ME_publishTime) {
this.ME_publishTime = ME_publishTime;
}
public String getME_pageBig() {
return this.ME_pageBig;
}
public void setME_pageBig(String ME_pageBig) {
this.ME_pageBig = ME_pageBig;
}
public Integer getME_pageCount() {
return this.ME_pageCount;
}
public void setME_pageCount(Integer ME_pageCount) {
this.ME_pageCount = ME_pageCount;
}
public Float getME_printEdition() {
return this.ME_printEdition;
}
public void setME_printEdition(Float ME_printEdition) {
this.ME_printEdition = ME_printEdition;
}
public String getME_bindType() {
return this.ME_bindType;
}
public void setME_bindType(String ME_bindType) {
this.ME_bindType = ME_bindType;
}
public String getME_bookIsbn() {
return this.ME_bookIsbn;
}
public void setME_bookIsbn(String ME_bookIsbn) {
this.ME_bookIsbn = ME_bookIsbn;
}
public String getME_briefContent() {
return this.ME_briefContent;
}
public void setME_briefContent(String ME_briefContent) {
this.ME_briefContent = ME_briefContent;
}
public String getME_catalogue() {
return this.ME_catalogue;
}
public void setME_catalogue(String ME_catalogue) {
this.ME_catalogue = ME_catalogue;
}
public Integer getME_valueGrade() {
return this.ME_valueGrade;
}
public void setME_valueGrade(Integer ME_valueGrade) {
this.ME_valueGrade = ME_valueGrade;
}
public Float getME_marketPrice() {
return this.ME_marketPrice;
}
public void setME_marketPrice(Float ME_marketPrice) {
this.ME_marketPrice = ME_marketPrice;
}
public Float getME_memberPrice() {
return this.ME_memberPrice;
}
public void setME_memberPrice(Float ME_memberPrice) {
this.ME_memberPrice = ME_memberPrice;
}
public Integer getME_isRecommond() {
return this.ME_isRecommond;
}
public void setME_isRecommond(Integer ME_isRecommond) {
this.ME_isRecommond = ME_isRecommond;
}
public Integer getME_buyCount() {
return this.ME_buyCount;
}
public void setME_buyCount(Integer ME_buyCount) {
this.ME_buyCount = ME_buyCount;
}
public Integer getME_scanCount() {
return this.ME_scanCount;
}
public void setME_scanCount(Integer ME_scanCount) {
this.ME_scanCount = ME_scanCount;
}
public Float getME_discount() {
return this.ME_discount;
}
public void setME_discount(Float ME_discount) {
this.ME_discount = ME_discount;
}
public Integer getME_smallClass() {
return this.ME_smallClass;
}
public void setME_smallClass(Integer ME_smallClass) {
this.ME_smallClass = ME_smallClass;
}
public Integer getME_bigClass() {
return this.ME_bigClass;
}
public void setME_bigClass(Integer ME_bigClass) {
this.ME_bigClass = ME_bigClass;
}
public String getME_imageUrl() {
return this.ME_imageUrl;
}
public void setME_imageUrl(String ME_imageUrl) {
this.ME_imageUrl = ME_imageUrl;
}
public String getME_author() {
return this.ME_author;
}
public void setME_author(String ME_author) {
this.ME_author = ME_author;
}
public Date getME_addTime() {
return this.ME_addTime;
}
public void setME_addTime(Date ME_addTime) {
this.ME_addTime = ME_addTime;
}
public String getME_totalValueGrade() {
return this.ME_totalValueGrade;
}
public void setME_totalValueGrade(String ME_totalValueGrade) {
this.ME_totalValueGrade = ME_totalValueGrade;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -