⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drpmonthitemsbean.java

📁 我的系在线考试系统我的系在线考试系统我的系在线考试系统我的系在线考试系统我的系在线考试系统我的系在线考试系统我的系在线考试系统我的系在线考试系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package net.intuitsoft.xeon.table.warehouse.month;import intuitsoft.eclipse.table.common.DatabaseConnection;import intuitsoft.eclipse.table.common.WriteLog;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;/** * author: kent */public class DrpMonthItemsBean implements DrpMonthItemsModel,		java.lang.Cloneable {	public DrpMonthItemsBean(String jndi) {		this.jndiName = jndi;	}	String jndiName = "";	public String getJndiName() {		return this.jndiName;	}	public void setJndiName(String sV) {		if (sV != null) {			this.jndiName = sV;		}	}	private int drpMonthItemsCode = 0;	private String drpMonthCode = "";	private double sYear = 0;	private double sMonth = 0;	private int custID = 0;	private String custNo = "";	private String custName = "";	private double prevShortAmo = 0;	private double prevShortPrice = 0;	private int prevShortQua = 0;	private int inQuaB = 0;	private double inAmoB = 0;	private double inPriceB = 0;	private int inQuaH = 0;	private double inAmoH = 0;	private double inPriceH = 0;	private int inQuaT = 0;	private double inAmoT = 0;	private double inPriceT = 0;	private int inQuaO = 0;	private double inAmoO = 0;	private double inPriceO = 0;	private int outQuaB = 0;	private double outAmoB = 0;	private double outPriceB = 0;	private int outQuaH = 0;	private double outAmoH = 0;	private double outPriceH = 0;	private int outQuaT = 0;	private double outAmoT = 0;	private double outPriceT = 0;	private int outQuaO = 0;	private double outAmoO = 0;	private double outPriceO = 0;	private int initQua = 0;	private double initAmo = 0;	private double initPrice = 0;	private int invQua = 0;	private double invAmo = 0;	private int examQua = 0;	private int other = 0;	private String remark = "";	private double shortAmo = 0;	private double shortPrice = 0;	private int shortQua = 0;	private boolean status = false;	private String produceSheetCode = "";	private int goodsID = 0;	private String opTime = "";	public int getDrpMonthItemsCode() {		return this.drpMonthItemsCode;	}	public void setDrpMonthItemsCode(String sV) {		if (sV != null && !"".equals(sV)) {			this.drpMonthItemsCode = Integer.parseInt(sV);		}	}	public void setDrpMonthItemsCode(int nV) {		this.drpMonthItemsCode = nV;	}	public String getDrpMonthCode() {		return this.drpMonthCode;	}	public void setDrpMonthCode(String sV) {		if (sV != null) {			this.drpMonthCode = sV;		}	}	public double getSYear() {		return this.sYear;	}	public void setSYear(String sV) {		if (sV != null && !"".equals(sV)) {			this.sYear = Double.parseDouble(sV);		}	}	public void setSYear(double nV) {		this.sYear = nV;	}	public double getSMonth() {		return this.sMonth;	}	public void setSMonth(String sV) {		if (sV != null && !"".equals(sV)) {			this.sMonth = Double.parseDouble(sV);		}	}	public void setSMonth(double nV) {		this.sMonth = nV;	}	public int getCustID() {		return this.custID;	}	public void setCustID(String sV) {		if (sV != null && !"".equals(sV)) {			this.custID = Integer.parseInt(sV);		}	}	public void setCustID(int nV) {		this.custID = nV;	}	public String getCustNo() {		return this.custNo;	}	public void setCustNo(String sV) {		if (sV != null) {			this.custNo = sV;		}	}	public String getCustName() {		return this.custName;	}	public void setCustName(String sV) {		if (sV != null) {			this.custName = sV;		}	}	public double getPrevShortAmo() {		return this.prevShortAmo;	}	public void setPrevShortAmo(String sV) {		if (sV != null && !"".equals(sV)) {			this.prevShortAmo = Double.parseDouble(sV);		}	}	public void setPrevShortAmo(double nV) {		this.prevShortAmo = nV;	}	public double getPrevShortPrice() {		return this.prevShortPrice;	}	public void setPrevShortPrice(String sV) {		if (sV != null && !"".equals(sV)) {			this.prevShortPrice = Double.parseDouble(sV);		}	}	public void setPrevShortPrice(double nV) {		this.prevShortPrice = nV;	}	public int getPrevShortQua() {		return this.prevShortQua;	}	public void setPrevShortQua(String sV) {		if (sV != null && !"".equals(sV)) {			this.prevShortQua = Integer.parseInt(sV);		}	}	public void setPrevShortQua(int nV) {		this.prevShortQua = nV;	}	public int getInQuaB() {		return this.inQuaB;	}	public void setInQuaB(String sV) {		if (sV != null && !"".equals(sV)) {			this.inQuaB = Integer.parseInt(sV);		}	}	public void setInQuaB(int nV) {		this.inQuaB = nV;	}	public double getInAmoB() {		return this.inAmoB;	}	public void setInAmoB(String sV) {		if (sV != null && !"".equals(sV)) {			this.inAmoB = Double.parseDouble(sV);		}	}	public void setInAmoB(double nV) {		this.inAmoB = nV;	}	public double getInPriceB() {		return this.inPriceB;	}	public void setInPriceB(String sV) {		if (sV != null && !"".equals(sV)) {			this.inPriceB = Double.parseDouble(sV);		}	}	public void setInPriceB(double nV) {		this.inPriceB = nV;	}	public int getInQuaH() {		return this.inQuaH;	}	public void setInQuaH(String sV) {		if (sV != null && !"".equals(sV)) {			this.inQuaH = Integer.parseInt(sV);		}	}	public void setInQuaH(int nV) {		this.inQuaH = nV;	}	public double getInAmoH() {		return this.inAmoH;	}	public void setInAmoH(String sV) {		if (sV != null && !"".equals(sV)) {			this.inAmoH = Double.parseDouble(sV);		}	}	public void setInAmoH(double nV) {		this.inAmoH = nV;	}	public double getInPriceH() {		return this.inPriceH;	}	public void setInPriceH(String sV) {		if (sV != null && !"".equals(sV)) {			this.inPriceH = Double.parseDouble(sV);		}	}	public void setInPriceH(double nV) {		this.inPriceH = nV;	}	public int getInQuaT() {		return this.inQuaT;	}	public void setInQuaT(String sV) {		if (sV != null && !"".equals(sV)) {			this.inQuaT = Integer.parseInt(sV);		}	}	public void setInQuaT(int nV) {		this.inQuaT = nV;	}	public double getInAmoT() {		return this.inAmoT;	}	public void setInAmoT(String sV) {		if (sV != null && !"".equals(sV)) {			this.inAmoT = Double.parseDouble(sV);		}	}	public void setInAmoT(double nV) {		this.inAmoT = nV;	}	public double getInPriceT() {		return this.inPriceT;	}	public void setInPriceT(String sV) {		if (sV != null && !"".equals(sV)) {			this.inPriceT = Double.parseDouble(sV);		}	}	public void setInPriceT(double nV) {		this.inPriceT = nV;	}	public int getInQuaO() {		return this.inQuaO;	}	public void setInQuaO(String sV) {		if (sV != null && !"".equals(sV)) {			this.inQuaO = Integer.parseInt(sV);		}	}	public void setInQuaO(int nV) {		this.inQuaO = nV;	}	public double getInAmoO() {		return this.inAmoO;	}	public void setInAmoO(String sV) {		if (sV != null && !"".equals(sV)) {			this.inAmoO = Double.parseDouble(sV);		}	}	public void setInAmoO(double nV) {		this.inAmoO = nV;	}	public double getInPriceO() {		return this.inPriceO;	}	public void setInPriceO(String sV) {		if (sV != null && !"".equals(sV)) {			this.inPriceO = Double.parseDouble(sV);		}	}	public void setInPriceO(double nV) {		this.inPriceO = nV;	}	public int getOutQuaB() {		return this.outQuaB;	}	public void setOutQuaB(String sV) {		if (sV != null && !"".equals(sV)) {			this.outQuaB = Integer.parseInt(sV);		}	}	public void setOutQuaB(int nV) {		this.outQuaB = nV;	}	public double getOutAmoB() {		return this.outAmoB;	}	public void setOutAmoB(String sV) {		if (sV != null && !"".equals(sV)) {			this.outAmoB = Double.parseDouble(sV);		}	}	public void setOutAmoB(double nV) {		this.outAmoB = nV;	}	public double getOutPriceB() {		return this.outPriceB;	}	public void setOutPriceB(String sV) {		if (sV != null && !"".equals(sV)) {			this.outPriceB = Double.parseDouble(sV);		}	}	public void setOutPriceB(double nV) {		this.outPriceB = nV;	}	public int getOutQuaH() {		return this.outQuaH;	}	public void setOutQuaH(String sV) {		if (sV != null && !"".equals(sV)) {			this.outQuaH = Integer.parseInt(sV);		}	}	public void setOutQuaH(int nV) {		this.outQuaH = nV;	}	public double getOutAmoH() {		return this.outAmoH;	}	public void setOutAmoH(String sV) {		if (sV != null && !"".equals(sV)) {			this.outAmoH = Double.parseDouble(sV);		}	}	public void setOutAmoH(double nV) {		this.outAmoH = nV;	}	public double getOutPriceH() {		return this.outPriceH;	}	public void setOutPriceH(String sV) {		if (sV != null && !"".equals(sV)) {			this.outPriceH = Double.parseDouble(sV);		}	}	public void setOutPriceH(double nV) {		this.outPriceH = nV;	}	public int getOutQuaT() {		return this.outQuaT;	}	public void setOutQuaT(String sV) {		if (sV != null && !"".equals(sV)) {			this.outQuaT = Integer.parseInt(sV);		}	}	public void setOutQuaT(int nV) {		this.outQuaT = nV;	}	public double getOutAmoT() {		return this.outAmoT;	}	public void setOutAmoT(String sV) {		if (sV != null && !"".equals(sV)) {			this.outAmoT = Double.parseDouble(sV);		}	}	public void setOutAmoT(double nV) {		this.outAmoT = nV;	}	public double getOutPriceT() {		return this.outPriceT;	}	public void setOutPriceT(String sV) {		if (sV != null && !"".equals(sV)) {			this.outPriceT = Double.parseDouble(sV);		}	}	public void setOutPriceT(double nV) {		this.outPriceT = nV;	}	public int getOutQuaO() {		return this.outQuaO;	}	public void setOutQuaO(String sV) {		if (sV != null && !"".equals(sV)) {			this.outQuaO = Integer.parseInt(sV);		}	}	public void setOutQuaO(int nV) {		this.outQuaO = nV;	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -