📄 stockaccessorytable.java
字号:
package com.xfaccp.form;
import com.xfaccp.base.BaseForm;
/**
* StockAccessoryTable generated by MyEclipse Persistence Tools
*/
public class StockAccessoryTable extends BaseForm {
// Fields
private StockTable stockTable;
private AccessoryTable accessoryTable;
private Integer stockNum;
private Integer existsNum;
private String planToTime;
private String trueToTime;
private String accessoryNo;
private Integer accessoryId;
// Constructors
/** default constructor */
public StockAccessoryTable() {
}
/** full constructor */
public StockAccessoryTable(Integer accessoryId,StockTable stockTable,String accessoryNo,
AccessoryTable accessoryTable, Integer stockNum, Integer existsNum,
String planToTime, String trueToTime,Integer factNum) {
this.accessoryId=accessoryId;
this.accessoryNo=accessoryNo;
this.stockTable = stockTable;
this.accessoryTable = accessoryTable;
this.stockNum = stockNum;
this.existsNum = existsNum;
this.planToTime = planToTime;
this.trueToTime = trueToTime;
}
// Property accessors
public StockTable getStockTable() {
return this.stockTable;
}
public void setStockTable(StockTable stockTable) {
this.stockTable = stockTable;
}
public AccessoryTable getAccessoryTable() {
return this.accessoryTable;
}
public void setAccessoryTable(AccessoryTable accessoryTable) {
this.accessoryTable = accessoryTable;
}
public Integer getStockNum() {
return this.stockNum;
}
public void setStockNum(Integer stockNum) {
this.stockNum = stockNum;
}
public Integer getExistsNum() {
return this.existsNum;
}
public void setExistsNum(Integer existsNum) {
this.existsNum = existsNum;
}
public String getPlanToTime() {
return this.planToTime;
}
public void setPlanToTime(String planToTime) {
this.planToTime = planToTime;
}
public String getTrueToTime() {
return this.trueToTime;
}
public void setTrueToTime(String trueToTime) {
this.trueToTime = trueToTime;
}
public String getAccessoryNo() {
return accessoryNo;
}
public void setAccessoryNo(String accessoryNo) {
this.accessoryNo = accessoryNo;
}
public Integer getAccessoryId() {
return accessoryId;
}
public void setAccessoryId(Integer accessoryId) {
this.accessoryId = accessoryId;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -