📄 produceproduct.java
字号:
package cn.bway.foreigntrade.order.produceproduct.model;
/**
* Produceproduct generated by MyEclipse Persistence Tools
*/
public class Produceproduct implements java.io.Serializable {
// Fields
private String id;
private String orderid;
private String productcode;
private String productname;
private String guige;
private String color;
private String totals;
private String unit;
private String moneytype;
private String suttle;
private String discount;
private String price;
private String money;
private String fullmoney;
private String sizes;
// Constructors
/** default constructor */
public Produceproduct() {
}
/** full constructor */
public Produceproduct(String orderid, String productcode, String productname, String guige, String color, String totals, String unit, String moneytype, String suttle, String discount, String price, String money, String fullmoney, String sizes) {
this.orderid = orderid;
this.productcode = productcode;
this.productname = productname;
this.guige = guige;
this.color = color;
this.totals = totals;
this.unit = unit;
this.moneytype = moneytype;
this.suttle = suttle;
this.discount = discount;
this.price = price;
this.money = money;
this.fullmoney = fullmoney;
this.sizes = sizes;
}
// Property accessors
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getOrderid() {
return this.orderid;
}
public void setOrderid(String orderid) {
this.orderid = orderid;
}
public String getProductcode() {
return this.productcode;
}
public void setProductcode(String productcode) {
this.productcode = productcode;
}
public String getProductname() {
return this.productname;
}
public void setProductname(String productname) {
this.productname = productname;
}
public String getGuige() {
return this.guige;
}
public void setGuige(String guige) {
this.guige = guige;
}
public String getColor() {
return this.color;
}
public void setColor(String color) {
this.color = color;
}
public String getTotals() {
return this.totals;
}
public void setTotals(String totals) {
this.totals = totals;
}
public String getUnit() {
return this.unit;
}
public void setUnit(String unit) {
this.unit = unit;
}
public String getMoneytype() {
return this.moneytype;
}
public void setMoneytype(String moneytype) {
this.moneytype = moneytype;
}
public String getSuttle() {
return this.suttle;
}
public void setSuttle(String suttle) {
this.suttle = suttle;
}
public String getDiscount() {
return this.discount;
}
public void setDiscount(String discount) {
this.discount = discount;
}
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
public String getMoney() {
return this.money;
}
public void setMoney(String money) {
this.money = money;
}
public String getFullmoney() {
return this.fullmoney;
}
public void setFullmoney(String fullmoney) {
this.fullmoney = fullmoney;
}
public String getSizes() {
return this.sizes;
}
public void setSizes(String sizes) {
this.sizes = sizes;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -