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

📄 xsquotationmain.java

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

import java.util.Date;

/**
 * XsQuotationMain generated by MyEclipse Persistence Tools
 */

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

	// Fields

	private Integer quotationMainId;

	private String quotationCode;

	private Date quotationDate;

	private Integer kjYear;

	private Integer period;

	private Integer cusCode;

	private String consignAddress;

	private Integer deptCode;

	private Integer personCode;

	private Integer payCode;

	private Integer foreignCurrCode;

	private long exchRate;

	private Integer sellTypeCode;

	private String maker;

	private String checker;

	private String closer;

	private String closeCause;

	private byte converFlag;

	private String contactPerson;

	private String contactType;

	private String remark;

	// Constructors

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

	/** minimal constructor */
	public XsQuotationMain(String quotationCode, Date quotationDate,
			Integer kjYear, Integer period, Integer cusCode, Integer deptCode,
			Integer foreignCurrCode, Integer sellTypeCode) {
		this.quotationCode = quotationCode;
		this.quotationDate = quotationDate;
		this.kjYear = kjYear;
		this.period = period;
		this.cusCode = cusCode;
		this.deptCode = deptCode;
		this.foreignCurrCode = foreignCurrCode;
		this.sellTypeCode = sellTypeCode;
	}

	/** full constructor */
	public XsQuotationMain(String quotationCode, Date quotationDate,
			Integer kjYear, Integer period, Integer cusCode,
			String consignAddress, Integer deptCode, Integer personCode,
			Integer payCode, Integer foreignCurrCode, long exchRate,
			Integer sellTypeCode, String maker, String checker, String closer,
			String closeCause, byte converFlag, String contactPerson,
			String contactType, String remark) {
		this.quotationCode = quotationCode;
		this.quotationDate = quotationDate;
		this.kjYear = kjYear;
		this.period = period;
		this.cusCode = cusCode;
		this.consignAddress = consignAddress;
		this.deptCode = deptCode;
		this.personCode = personCode;
		this.payCode = payCode;
		this.foreignCurrCode = foreignCurrCode;
		this.exchRate = exchRate;
		this.sellTypeCode = sellTypeCode;
		this.maker = maker;
		this.checker = checker;
		this.closer = closer;
		this.closeCause = closeCause;
		this.converFlag = converFlag;
		this.contactPerson = contactPerson;
		this.contactType = contactType;
		this.remark = remark;
	}

	// Property accessors

	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 Date getQuotationDate() {
		return this.quotationDate;
	}

	public void setQuotationDate(Date quotationDate) {
		this.quotationDate = quotationDate;
	}

	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 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 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 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 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 String getCloseCause() {
		return this.closeCause;
	}

	public void setCloseCause(String closeCause) {
		this.closeCause = closeCause;
	}

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

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

	public String getContactPerson() {
		return this.contactPerson;
	}

	public void setContactPerson(String contactPerson) {
		this.contactPerson = contactPerson;
	}

	public String getContactType() {
		return this.contactType;
	}

	public void setContactType(String contactType) {
		this.contactType = contactType;
	}

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

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

}

⌨️ 快捷键说明

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