📄 productid.java
字号:
package com.hnzt.po;
import java.util.Date;
/**
* ProductId generated by MyEclipse Persistence Tools
*/
public class ProductId implements java.io.Serializable {
// Fields
/**
*
*/
private static final long serialVersionUID = 1L;
private Integer id;
private String prename;
private String company;
private String intro;
private String predate;
private String price;
private String pretype;
private String other;
private String graph2;
private String addlink;
private String prestock;
private String graph;
private String description;
private String remarks;
private String name;
private String introduce;
private String productdate;
private Integer score;
private String grade;
private String photo;
private String detail;
private String content;
private Short rank;
private Double price1;
private Double price2;
private Short recommend;
private Short solded;
private Short viewnum;
private Double discount;
private Short sortsid;
private Short categoryid;
private String pic;
private Short makein;
private Date adddate;
private Short ranknum;
private Double vipprice;
private Integer amount;
private Integer stock;
private String link;
private String mark;
private String type;
// Constructors
/** default constructor */
public ProductId() {
}
/** minimal constructor */
public ProductId(Integer id) {
this.id = id;
}
/** full constructor */
public ProductId(Integer id, String prename, String company, String intro,
String predate, String price, String pretype, String other,
String graph2, String addlink, String prestock, String graph,
String description, String remarks, String name, String introduce,
String productdate, Integer score, String grade, String photo,
String detail, String content, Short rank, Double price1,
Double price2, Short recommend, Short solded, Short viewnum,
Double discount, Short sortsid, Short categoryid, String pic,
Short makein, Date adddate, Short ranknum, Double vipprice,
Integer amount, Integer stock, String link, String mark, String type) {
this.id = id;
this.prename = prename;
this.company = company;
this.intro = intro;
this.predate = predate;
this.price = price;
this.pretype = pretype;
this.other = other;
this.graph2 = graph2;
this.addlink = addlink;
this.prestock = prestock;
this.graph = graph;
this.description = description;
this.remarks = remarks;
this.name = name;
this.introduce = introduce;
this.productdate = productdate;
this.score = score;
this.grade = grade;
this.photo = photo;
this.detail = detail;
this.content = content;
this.rank = rank;
this.price1 = price1;
this.price2 = price2;
this.recommend = recommend;
this.solded = solded;
this.viewnum = viewnum;
this.discount = discount;
this.sortsid = sortsid;
this.categoryid = categoryid;
this.pic = pic;
this.makein = makein;
this.adddate = adddate;
this.ranknum = ranknum;
this.vipprice = vipprice;
this.amount = amount;
this.stock = stock;
this.link = link;
this.mark = mark;
this.type = type;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getPrename() {
return this.prename;
}
public void setPrename(String prename) {
this.prename = prename;
}
public String getCompany() {
return this.company;
}
public void setCompany(String company) {
this.company = company;
}
public String getIntro() {
return this.intro;
}
public void setIntro(String intro) {
this.intro = intro;
}
public String getPredate() {
return this.predate;
}
public void setPredate(String predate) {
this.predate = predate;
}
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
public String getPretype() {
return this.pretype;
}
public void setPretype(String pretype) {
this.pretype = pretype;
}
public String getOther() {
return this.other;
}
public void setOther(String other) {
this.other = other;
}
public String getGraph2() {
return this.graph2;
}
public void setGraph2(String graph2) {
this.graph2 = graph2;
}
public String getAddlink() {
return this.addlink;
}
public void setAddlink(String addlink) {
this.addlink = addlink;
}
public String getPrestock() {
return this.prestock;
}
public void setPrestock(String prestock) {
this.prestock = prestock;
}
public String getGraph() {
return this.graph;
}
public void setGraph(String graph) {
this.graph = graph;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getRemarks() {
return this.remarks;
}
public void setRemarks(String remarks) {
this.remarks = remarks;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIntroduce() {
return this.introduce;
}
public void setIntroduce(String introduce) {
this.introduce = introduce;
}
public String getProductdate() {
return this.productdate;
}
public void setProductdate(String productdate) {
this.productdate = productdate;
}
public Integer getScore() {
return this.score;
}
public void setScore(Integer score) {
this.score = score;
}
public String getGrade() {
return this.grade;
}
public void setGrade(String grade) {
this.grade = grade;
}
public String getPhoto() {
return this.photo;
}
public void setPhoto(String photo) {
this.photo = photo;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public Short getRank() {
return this.rank;
}
public void setRank(Short rank) {
this.rank = rank;
}
public Double getPrice1() {
return this.price1;
}
public void setPrice1(Double price1) {
this.price1 = price1;
}
public Double getPrice2() {
return this.price2;
}
public void setPrice2(Double price2) {
this.price2 = price2;
}
public Short getRecommend() {
return this.recommend;
}
public void setRecommend(Short recommend) {
this.recommend = recommend;
}
public Short getSolded() {
return this.solded;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -