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

📄 xscontractmain.java

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

import java.util.Date;

/**
 * XsContractMain generated by MyEclipse Persistence Tools
 */

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

	// Fields

	private Integer contractMainId;

	private String contractCode;

	private Date contractDate;

	private Integer quotationMainId;

	private String quotationCode;

	private Integer kjYear;

	private Integer period;

	private String contractTypeCode;

	private Integer cusCode;

	private String consignAddress;

	private String sellerSigner;

	private String buyerSigner;

	private String signAddress;

	private Integer deptCode;

	private Integer personCode;

	private Integer payCode;

	private double ernest;

	private Integer foreignCurrCode;

	private long exchRate;

	private Integer sellTypeCode;

	private String contractItemCode;

	private String maker;

	private String checker;

	private String closer;

	private Date closeDate;

	private byte converFlag;

	private Date finishDate;

	private String remark;

	// Constructors

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

	/** minimal constructor */
	public XsContractMain(String contractCode, Date contractDate,
			Integer kjYear, Integer period, Integer cusCode, Integer deptCode,
			Integer foreignCurrCode, Integer sellTypeCode) {
		this.contractCode = contractCode;
		this.contractDate = contractDate;
		this.kjYear = kjYear;
		this.period = period;
		this.cusCode = cusCode;
		this.deptCode = deptCode;
		this.foreignCurrCode = foreignCurrCode;
		this.sellTypeCode = sellTypeCode;
	}

	/** full constructor */
	public XsContractMain(String contractCode, Date contractDate,
			Integer quotationMainId, String quotationCode, Integer kjYear,
			Integer period, String contractTypeCode, Integer cusCode,
			String consignAddress, String sellerSigner, String buyerSigner,
			String signAddress, Integer deptCode, Integer personCode,
			Integer payCode, double ernest, Integer foreignCurrCode,
			long exchRate, Integer sellTypeCode, String contractItemCode,
			String maker, String checker, String closer, Date closeDate,
			byte converFlag, Date finishDate, String remark) {
		this.contractCode = contractCode;
		this.contractDate = contractDate;
		this.quotationMainId = quotationMainId;
		this.quotationCode = quotationCode;
		this.kjYear = kjYear;
		this.period = period;
		this.contractTypeCode = contractTypeCode;
		this.cusCode = cusCode;
		this.consignAddress = consignAddress;
		this.sellerSigner = sellerSigner;
		this.buyerSigner = buyerSigner;
		this.signAddress = signAddress;
		this.deptCode = deptCode;
		this.personCode = personCode;
		this.payCode = payCode;
		this.ernest = ernest;
		this.foreignCurrCode = foreignCurrCode;
		this.exchRate = exchRate;
		this.sellTypeCode = sellTypeCode;
		this.contractItemCode = contractItemCode;
		this.maker = maker;
		this.checker = checker;
		this.closer = closer;
		this.closeDate = closeDate;
		this.converFlag = converFlag;
		this.finishDate = finishDate;
		this.remark = remark;
	}

	// Property accessors

	public Integer getContractMainId() {
		return this.contractMainId;
	}

	public void setContractMainId(Integer contractMainId) {
		this.contractMainId = contractMainId;
	}

	public String getContractCode() {
		return this.contractCode;
	}

	public void setContractCode(String contractCode) {
		this.contractCode = contractCode;
	}

	public Date getContractDate() {
		return this.contractDate;
	}

	public void setContractDate(Date contractDate) {
		this.contractDate = contractDate;
	}

	public Integer getQuotationMainId() {
		return this.quotationMainId;
	}

	public void setQuotationMainId(Integer quotationMainId) {
		this.quotationMainId = quotationMainId;
	}

	public String getQuotationCode() {
		return this.quotationCode;
	}

	public void setQuotationCode(String quotationCode) {
		this.quotationCode = quotationCode;
	}

	public Integer getKjYear() {
		return this.kjYear;
	}

	public void setKjYear(Integer kjYear) {
		this.kjYear = kjYear;
	}

	public Integer getPeriod() {
		return this.period;
	}

	public void setPeriod(Integer period) {
		this.period = period;
	}

	public String getContractTypeCode() {
		return this.contractTypeCode;
	}

	public void setContractTypeCode(String contractTypeCode) {
		this.contractTypeCode = contractTypeCode;
	}

	public Integer getCusCode() {
		return this.cusCode;
	}

	public void setCusCode(Integer cusCode) {
		this.cusCode = cusCode;
	}

	public String getConsignAddress() {
		return this.consignAddress;
	}

	public void setConsignAddress(String consignAddress) {
		this.consignAddress = consignAddress;
	}

	public String getSellerSigner() {
		return this.sellerSigner;
	}

	public void setSellerSigner(String sellerSigner) {
		this.sellerSigner = sellerSigner;
	}

	public String getBuyerSigner() {
		return this.buyerSigner;
	}

	public void setBuyerSigner(String buyerSigner) {
		this.buyerSigner = buyerSigner;
	}

	public String getSignAddress() {
		return this.signAddress;
	}

	public void setSignAddress(String signAddress) {
		this.signAddress = signAddress;
	}

	public Integer getDeptCode() {
		return this.deptCode;
	}

	public void setDeptCode(Integer deptCode) {
		this.deptCode = deptCode;
	}

	public Integer getPersonCode() {
		return this.personCode;
	}

	public void setPersonCode(Integer personCode) {
		this.personCode = personCode;
	}

	public Integer getPayCode() {
		return this.payCode;
	}

	public void setPayCode(Integer payCode) {
		this.payCode = payCode;
	}

	public double getErnest() {
		return this.ernest;
	}

	public void setErnest(double ernest) {
		this.ernest = ernest;
	}

	public Integer getForeignCurrCode() {
		return this.foreignCurrCode;
	}

	public void setForeignCurrCode(Integer foreignCurrCode) {
		this.foreignCurrCode = foreignCurrCode;
	}

	public long getExchRate() {
		return this.exchRate;
	}

	public void setExchRate(long exchRate) {
		this.exchRate = exchRate;
	}

	public Integer getSellTypeCode() {
		return this.sellTypeCode;
	}

	public void setSellTypeCode(Integer sellTypeCode) {
		this.sellTypeCode = sellTypeCode;
	}

	public String getContractItemCode() {
		return this.contractItemCode;
	}

	public void setContractItemCode(String contractItemCode) {
		this.contractItemCode = contractItemCode;
	}

	public String getMaker() {
		return this.maker;
	}

	public void setMaker(String maker) {
		this.maker = maker;
	}

	public String getChecker() {
		return this.checker;
	}

	public void setChecker(String checker) {
		this.checker = checker;
	}

	public String getCloser() {
		return this.closer;
	}

	public void setCloser(String closer) {
		this.closer = closer;
	}

	public Date getCloseDate() {
		return this.closeDate;
	}

	public void setCloseDate(Date closeDate) {
		this.closeDate = closeDate;
	}

	public byte getConverFlag() {
		return this.converFlag;
	}

	public void setConverFlag(byte converFlag) {
		this.converFlag = converFlag;
	}

	public Date getFinishDate() {
		return this.finishDate;
	}

	public void setFinishDate(Date finishDate) {
		this.finishDate = finishDate;
	}

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

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

}

⌨️ 快捷键说明

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