📄 canceldocument.java
字号:
package cn.bway.foreigntrade.repertory.cancel.document.model;
/**
* Canceldocument generated by MyEclipse Persistence Tools
*/
public class Canceldocument implements java.io.Serializable {
// Fields
private String id;
private String stockid;
private String productionid;
private String productionnames;
private String linkman;
private String tel;
private String faxs;
private String documentname;
private String checks;
private String times;
// Constructors
public Canceldocument(String id, String stockid, String productionid, String productionnames, String linkman, String tel, String faxs, String documentname, String checks, String times) {
super();
this.id = id;
this.stockid = stockid;
this.productionid = productionid;
this.productionnames = productionnames;
this.linkman = linkman;
this.tel = tel;
this.faxs = faxs;
this.documentname = documentname;
this.checks = checks;
this.times = times;
}
/** default constructor */
public Canceldocument() {
}
/** full constructor */
// Property accessors
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getStockid() {
return this.stockid;
}
public void setStockid(String stockid) {
this.stockid = stockid;
}
public String getProductionid() {
return this.productionid;
}
public void setProductionid(String productionid) {
this.productionid = productionid;
}
public String getProductionnames() {
return this.productionnames;
}
public void setProductionnames(String productionnames) {
this.productionnames = productionnames;
}
public String getLinkman() {
return this.linkman;
}
public void setLinkman(String linkman) {
this.linkman = linkman;
}
public String getTel() {
return this.tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getFaxs() {
return this.faxs;
}
public void setFaxs(String faxs) {
this.faxs = faxs;
}
public String getDocumentname() {
return this.documentname;
}
public void setDocumentname(String documentname) {
this.documentname = documentname;
}
public String getChecks() {
return this.checks;
}
public void setChecks(String checks) {
this.checks = checks;
}
public String getTimes() {
return times;
}
public void setTimes(String times) {
this.times = times;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -