📄 outputtable.java
字号:
package com.xfaccp.form;
import java.util.HashSet;
import java.util.Set;
import com.xfaccp.base.BaseForm;
/**
* OutputTable generated by MyEclipse Persistence Tools
*/
public class OutputTable extends BaseForm {
// Fields
private OrderTable orderTable;
private String outputPer;
private String createTime;
private String outputTime;
private String creater;
private String getGoodsPer;
private Integer sellId;
private Set outputAccessoryTables = new HashSet(0);
// Constructors
/** default constructor */
public OutputTable() {
}
/** full constructor */
public OutputTable(OrderTable orderTable, String outputPer,
String createTime, String outputTime, String creater,
String getGoodsPer, Set outputAccessoryTables) {
this.orderTable = orderTable;
this.outputPer = outputPer;
this.createTime = createTime;
this.outputTime = outputTime;
this.creater = creater;
this.getGoodsPer = getGoodsPer;
this.outputAccessoryTables = outputAccessoryTables;
}
// Property accessors
public OrderTable getOrderTable() {
return this.orderTable;
}
public void setOrderTable(OrderTable orderTable) {
this.orderTable = orderTable;
}
public String getOutputPer() {
return this.outputPer;
}
public void setOutputPer(String outputPer) {
this.outputPer = outputPer;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getOutputTime() {
return this.outputTime;
}
public void setOutputTime(String outputTime) {
this.outputTime = outputTime;
}
public String getCreater() {
return this.creater;
}
public void setCreater(String creater) {
this.creater = creater;
}
public String getGetGoodsPer() {
return this.getGoodsPer;
}
public void setGetGoodsPer(String getGoodsPer) {
this.getGoodsPer = getGoodsPer;
}
public Set getOutputAccessoryTables() {
return this.outputAccessoryTables;
}
public void setOutputAccessoryTables(Set outputAccessoryTables) {
this.outputAccessoryTables = outputAccessoryTables;
}
public Integer getSellId() {
return sellId;
}
public void setSellId(Integer sellId) {
this.sellId = sellId;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -