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

📄 xsorderbillsub.java

📁 关于网上汽车销售系统的详细编程项目实战实例
💻 JAVA
字号:
package com.company.struts.form;

import java.util.Date;

/**
 * XsOrderBillSub generated by MyEclipse Persistence Tools
 */

public class XsOrderBillSub extends org.apache.struts.action.ActionForm
		implements java.io.Serializable {

	// Fields

	private Integer orderBillSubId;

	private Integer orderBillMainId;

	private String orderCode;

	private Integer wareCode;

	private Date prepareDateoo;

	private long quantity;

	private long unitPrice;

	private long taxRate;

	private long taxUnitPrice;

	private double taxMoney;

	private double orderMoney;

	private double wholeMoney;

	private long capitalUnitPrice;

	private long capitalTaxUnitPrice;

	private double capitalMoney;

	private double capitalTax;

	private double capitalWholeMoney;

	private double capConsignMoney;

	private double consignMoney;

	private long consignQuantity;

	private long invoiceQuantity;

	private double capInvoiceMoney;

	private double invoiceMoney;

	private double returnMoney;

	private double capReturnMoney;

	private String remark;

	// Constructors

	/** default constructor */
	public XsOrderBillSub() {
	}

	/** minimal constructor */
	public XsOrderBillSub(String orderCode) {
		this.orderCode = orderCode;
	}

	/** full constructor */
	public XsOrderBillSub(Integer orderBillMainId, String orderCode,
			Integer wareCode, Date prepareDateoo, long quantity,
			long unitPrice, long taxRate, long taxUnitPrice, double taxMoney,
			double orderMoney, double wholeMoney, long capitalUnitPrice,
			long capitalTaxUnitPrice, double capitalMoney, double capitalTax,
			double capitalWholeMoney, double capConsignMoney,
			double consignMoney, long consignQuantity, long invoiceQuantity,
			double capInvoiceMoney, double invoiceMoney, double returnMoney,
			double capReturnMoney, String remark) {
		this.orderBillMainId = orderBillMainId;
		this.orderCode = orderCode;
		this.wareCode = wareCode;
		this.prepareDateoo = prepareDateoo;
		this.quantity = quantity;
		this.unitPrice = unitPrice;
		this.taxRate = taxRate;
		this.taxUnitPrice = taxUnitPrice;
		this.taxMoney = taxMoney;
		this.orderMoney = orderMoney;
		this.wholeMoney = wholeMoney;
		this.capitalUnitPrice = capitalUnitPrice;
		this.capitalTaxUnitPrice = capitalTaxUnitPrice;
		this.capitalMoney = capitalMoney;
		this.capitalTax = capitalTax;
		this.capitalWholeMoney = capitalWholeMoney;
		this.capConsignMoney = capConsignMoney;
		this.consignMoney = consignMoney;
		this.consignQuantity = consignQuantity;
		this.invoiceQuantity = invoiceQuantity;
		this.capInvoiceMoney = capInvoiceMoney;
		this.invoiceMoney = invoiceMoney;
		this.returnMoney = returnMoney;
		this.capReturnMoney = capReturnMoney;
		this.remark = remark;
	}

	// Property accessors

	public Integer getOrderBillSubId() {
		return this.orderBillSubId;
	}

	public void setOrderBillSubId(Integer orderBillSubId) {
		this.orderBillSubId = orderBillSubId;
	}

	public Integer getOrderBillMainId() {
		return this.orderBillMainId;
	}

	public void setOrderBillMainId(Integer orderBillMainId) {
		this.orderBillMainId = orderBillMainId;
	}

	public String getOrderCode() {
		return this.orderCode;
	}

	public void setOrderCode(String orderCode) {
		this.orderCode = orderCode;
	}

	public Integer getWareCode() {
		return this.wareCode;
	}

	public void setWareCode(Integer wareCode) {
		this.wareCode = wareCode;
	}

	public Date getPrepareDateoo() {
		return this.prepareDateoo;
	}

	public void setPrepareDateoo(Date prepareDateoo) {
		this.prepareDateoo = prepareDateoo;
	}

	public long getQuantity() {
		return this.quantity;
	}

	public void setQuantity(long quantity) {
		this.quantity = quantity;
	}

	public long getUnitPrice() {
		return this.unitPrice;
	}

	public void setUnitPrice(long unitPrice) {
		this.unitPrice = unitPrice;
	}

	public long getTaxRate() {
		return this.taxRate;
	}

	public void setTaxRate(long taxRate) {
		this.taxRate = taxRate;
	}

	public long getTaxUnitPrice() {
		return this.taxUnitPrice;
	}

	public void setTaxUnitPrice(long taxUnitPrice) {
		this.taxUnitPrice = taxUnitPrice;
	}

	public double getTaxMoney() {
		return this.taxMoney;
	}

	public void setTaxMoney(double taxMoney) {
		this.taxMoney = taxMoney;
	}

	public double getOrderMoney() {
		return this.orderMoney;
	}

	public void setOrderMoney(double orderMoney) {
		this.orderMoney = orderMoney;
	}

	public double getWholeMoney() {
		return this.wholeMoney;
	}

	public void setWholeMoney(double wholeMoney) {
		this.wholeMoney = wholeMoney;
	}

	public long getCapitalUnitPrice() {
		return this.capitalUnitPrice;
	}

	public void setCapitalUnitPrice(long capitalUnitPrice) {
		this.capitalUnitPrice = capitalUnitPrice;
	}

	public long getCapitalTaxUnitPrice() {
		return this.capitalTaxUnitPrice;
	}

	public void setCapitalTaxUnitPrice(long capitalTaxUnitPrice) {
		this.capitalTaxUnitPrice = capitalTaxUnitPrice;
	}

	public double getCapitalMoney() {
		return this.capitalMoney;
	}

	public void setCapitalMoney(double capitalMoney) {
		this.capitalMoney = capitalMoney;
	}

	public double getCapitalTax() {
		return this.capitalTax;
	}

	public void setCapitalTax(double capitalTax) {
		this.capitalTax = capitalTax;
	}

	public double getCapitalWholeMoney() {
		return this.capitalWholeMoney;
	}

	public void setCapitalWholeMoney(double capitalWholeMoney) {
		this.capitalWholeMoney = capitalWholeMoney;
	}

	public double getCapConsignMoney() {
		return this.capConsignMoney;
	}

	public void setCapConsignMoney(double capConsignMoney) {
		this.capConsignMoney = capConsignMoney;
	}

	public double getConsignMoney() {
		return this.consignMoney;
	}

	public void setConsignMoney(double consignMoney) {
		this.consignMoney = consignMoney;
	}

	public long getConsignQuantity() {
		return this.consignQuantity;
	}

	public void setConsignQuantity(long consignQuantity) {
		this.consignQuantity = consignQuantity;
	}

	public long getInvoiceQuantity() {
		return this.invoiceQuantity;
	}

	public void setInvoiceQuantity(long invoiceQuantity) {
		this.invoiceQuantity = invoiceQuantity;
	}

	public double getCapInvoiceMoney() {
		return this.capInvoiceMoney;
	}

	public void setCapInvoiceMoney(double capInvoiceMoney) {
		this.capInvoiceMoney = capInvoiceMoney;
	}

	public double getInvoiceMoney() {
		return this.invoiceMoney;
	}

	public void setInvoiceMoney(double invoiceMoney) {
		this.invoiceMoney = invoiceMoney;
	}

	public double getReturnMoney() {
		return this.returnMoney;
	}

	public void setReturnMoney(double returnMoney) {
		this.returnMoney = returnMoney;
	}

	public double getCapReturnMoney() {
		return this.capReturnMoney;
	}

	public void setCapReturnMoney(double capReturnMoney) {
		this.capReturnMoney = capReturnMoney;
	}

	public String getRemark() {
		return this.remark;
	}

	public void setRemark(String remark) {
		this.remark = remark;
	}

}

⌨️ 快捷键说明

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