📄 xsinvoicebillmain.java
字号:
package com.company.struts.form;
import java.util.Date;
/**
* XsInvoiceBillMain generated by MyEclipse Persistence Tools
*/
public class XsInvoiceBillMain extends org.apache.struts.action.ActionForm
implements java.io.Serializable {
// Fields
private Integer invoiceBillMainId;
private String invoiceCode;
private String invoiceCodeZy;
private String invoiceType;
private byte returnFlag;
private Integer returnSource;
private Integer sellTypeCode;
private byte invoiceFlag;
private Integer personCode;
private Integer deptCode;
private Date invoiceDate;
private Integer kjYear;
private Integer period;
private Integer cusCode;
private Integer payCode;
private Integer foreignCurrCode;
private long exchRate;
private String maker;
private String invalideMaker;
private String acountOpt;
private Date accountDate;
private String checker;
private Date checkerDate;
private byte arBookFlag;
private String remark;
private double nowValue;
private double nowValueFor;
private double comingValue;
private double comingValueFor;
private byte converFlag;
private String arAccCode;
// Constructors
/** default constructor */
public XsInvoiceBillMain() {
}
/** minimal constructor */
public XsInvoiceBillMain(String invoiceCode, Integer sellTypeCode,
Integer deptCode, Integer cusCode, Integer foreignCurrCode) {
this.invoiceCode = invoiceCode;
this.sellTypeCode = sellTypeCode;
this.deptCode = deptCode;
this.cusCode = cusCode;
this.foreignCurrCode = foreignCurrCode;
}
/** full constructor */
public XsInvoiceBillMain(String invoiceCode, String invoiceCodeZy,
String invoiceType, byte returnFlag, Integer returnSource,
Integer sellTypeCode, byte invoiceFlag, Integer personCode,
Integer deptCode, Date invoiceDate, Integer kjYear, Integer period,
Integer cusCode, Integer payCode, Integer foreignCurrCode,
long exchRate, String maker, String invalideMaker,
String acountOpt, Date accountDate, String checker,
Date checkerDate, byte arBookFlag, String remark, double nowValue,
double nowValueFor, double comingValue, double comingValueFor,
byte converFlag, String arAccCode) {
this.invoiceCode = invoiceCode;
this.invoiceCodeZy = invoiceCodeZy;
this.invoiceType = invoiceType;
this.returnFlag = returnFlag;
this.returnSource = returnSource;
this.sellTypeCode = sellTypeCode;
this.invoiceFlag = invoiceFlag;
this.personCode = personCode;
this.deptCode = deptCode;
this.invoiceDate = invoiceDate;
this.kjYear = kjYear;
this.period = period;
this.cusCode = cusCode;
this.payCode = payCode;
this.foreignCurrCode = foreignCurrCode;
this.exchRate = exchRate;
this.maker = maker;
this.invalideMaker = invalideMaker;
this.acountOpt = acountOpt;
this.accountDate = accountDate;
this.checker = checker;
this.checkerDate = checkerDate;
this.arBookFlag = arBookFlag;
this.remark = remark;
this.nowValue = nowValue;
this.nowValueFor = nowValueFor;
this.comingValue = comingValue;
this.comingValueFor = comingValueFor;
this.converFlag = converFlag;
this.arAccCode = arAccCode;
}
// Property accessors
public Integer getInvoiceBillMainId() {
return this.invoiceBillMainId;
}
public void setInvoiceBillMainId(Integer invoiceBillMainId) {
this.invoiceBillMainId = invoiceBillMainId;
}
public String getInvoiceCode() {
return this.invoiceCode;
}
public void setInvoiceCode(String invoiceCode) {
this.invoiceCode = invoiceCode;
}
public String getInvoiceCodeZy() {
return this.invoiceCodeZy;
}
public void setInvoiceCodeZy(String invoiceCodeZy) {
this.invoiceCodeZy = invoiceCodeZy;
}
public String getInvoiceType() {
return this.invoiceType;
}
public void setInvoiceType(String invoiceType) {
this.invoiceType = invoiceType;
}
public byte getReturnFlag() {
return this.returnFlag;
}
public void setReturnFlag(byte returnFlag) {
this.returnFlag = returnFlag;
}
public Integer getReturnSource() {
return this.returnSource;
}
public void setReturnSource(Integer returnSource) {
this.returnSource = returnSource;
}
public Integer getSellTypeCode() {
return this.sellTypeCode;
}
public void setSellTypeCode(Integer sellTypeCode) {
this.sellTypeCode = sellTypeCode;
}
public byte getInvoiceFlag() {
return this.invoiceFlag;
}
public void setInvoiceFlag(byte invoiceFlag) {
this.invoiceFlag = invoiceFlag;
}
public Integer getPersonCode() {
return this.personCode;
}
public void setPersonCode(Integer personCode) {
this.personCode = personCode;
}
public Integer getDeptCode() {
return this.deptCode;
}
public void setDeptCode(Integer deptCode) {
this.deptCode = deptCode;
}
public Date getInvoiceDate() {
return this.invoiceDate;
}
public void setInvoiceDate(Date invoiceDate) {
this.invoiceDate = invoiceDate;
}
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 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 String getMaker() {
return this.maker;
}
public void setMaker(String maker) {
this.maker = maker;
}
public String getInvalideMaker() {
return this.invalideMaker;
}
public void setInvalideMaker(String invalideMaker) {
this.invalideMaker = invalideMaker;
}
public String getAcountOpt() {
return this.acountOpt;
}
public void setAcountOpt(String acountOpt) {
this.acountOpt = acountOpt;
}
public Date getAccountDate() {
return this.accountDate;
}
public void setAccountDate(Date accountDate) {
this.accountDate = accountDate;
}
public String getChecker() {
return this.checker;
}
public void setChecker(String checker) {
this.checker = checker;
}
public Date getCheckerDate() {
return this.checkerDate;
}
public void setCheckerDate(Date checkerDate) {
this.checkerDate = checkerDate;
}
public byte getArBookFlag() {
return this.arBookFlag;
}
public void setArBookFlag(byte arBookFlag) {
this.arBookFlag = arBookFlag;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public double getNowValue() {
return this.nowValue;
}
public void setNowValue(double nowValue) {
this.nowValue = nowValue;
}
public double getNowValueFor() {
return this.nowValueFor;
}
public void setNowValueFor(double nowValueFor) {
this.nowValueFor = nowValueFor;
}
public double getComingValue() {
return this.comingValue;
}
public void setComingValue(double comingValue) {
this.comingValue = comingValue;
}
public double getComingValueFor() {
return this.comingValueFor;
}
public void setComingValueFor(double comingValueFor) {
this.comingValueFor = comingValueFor;
}
public byte getConverFlag() {
return this.converFlag;
}
public void setConverFlag(byte converFlag) {
this.converFlag = converFlag;
}
public String getArAccCode() {
return this.arAccCode;
}
public void setArAccCode(String arAccCode) {
this.arAccCode = arAccCode;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -