📄 gycustomer.java
字号:
package com.company.struts.form;
import java.util.Date;
/**
* GyCustomer generated by MyEclipse Persistence Tools
*/
public class GyCustomer extends org.apache.struts.action.ActionForm implements
java.io.Serializable {
// Fields
private Integer cusCode;
private String cusName;
private byte stopFlag;
private Integer areaCode;
private Integer tradeCode;
private String address;
private String postCode;
private String bank;
private String taxCode;
private String bankAccount;
private Date relationDate;
private String fictPerson;
private String email;
private String workNet;
private String contactPerson;
private String contactType;
private Integer personCode;
private String creditGrade;
private double creditMoney;
private double creditageMoney;
private Integer creditDate;
private String desAddress;
private String cusSuper;
private Integer deptCode;
private String rrAccCode;
private String arAccCode;
private String prAccCode;
// Constructors
/** default constructor */
public GyCustomer() {
}
/** minimal constructor */
public GyCustomer(String cusName) {
this.cusName = cusName;
}
/** full constructor */
public GyCustomer(String cusName, byte stopFlag, Integer areaCode,
Integer tradeCode, String address, String postCode, String bank,
String taxCode, String bankAccount, Date relationDate,
String fictPerson, String email, String workNet,
String contactPerson, String contactType, Integer personCode,
String creditGrade, double creditMoney, double creditageMoney,
Integer creditDate, String desAddress, String cusSuper,
Integer deptCode, String rrAccCode, String arAccCode,
String prAccCode) {
this.cusName = cusName;
this.stopFlag = stopFlag;
this.areaCode = areaCode;
this.tradeCode = tradeCode;
this.address = address;
this.postCode = postCode;
this.bank = bank;
this.taxCode = taxCode;
this.bankAccount = bankAccount;
this.relationDate = relationDate;
this.fictPerson = fictPerson;
this.email = email;
this.workNet = workNet;
this.contactPerson = contactPerson;
this.contactType = contactType;
this.personCode = personCode;
this.creditGrade = creditGrade;
this.creditMoney = creditMoney;
this.creditageMoney = creditageMoney;
this.creditDate = creditDate;
this.desAddress = desAddress;
this.cusSuper = cusSuper;
this.deptCode = deptCode;
this.rrAccCode = rrAccCode;
this.arAccCode = arAccCode;
this.prAccCode = prAccCode;
}
// Property accessors
public Integer getCusCode() {
return this.cusCode;
}
public void setCusCode(Integer cusCode) {
this.cusCode = cusCode;
}
public String getCusName() {
return this.cusName;
}
public void setCusName(String cusName) {
this.cusName = cusName;
}
public byte getStopFlag() {
return this.stopFlag;
}
public void setStopFlag(byte stopFlag) {
this.stopFlag = stopFlag;
}
public Integer getAreaCode() {
return this.areaCode;
}
public void setAreaCode(Integer areaCode) {
this.areaCode = areaCode;
}
public Integer getTradeCode() {
return this.tradeCode;
}
public void setTradeCode(Integer tradeCode) {
this.tradeCode = tradeCode;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getPostCode() {
return this.postCode;
}
public void setPostCode(String postCode) {
this.postCode = postCode;
}
public String getBank() {
return this.bank;
}
public void setBank(String bank) {
this.bank = bank;
}
public String getTaxCode() {
return this.taxCode;
}
public void setTaxCode(String taxCode) {
this.taxCode = taxCode;
}
public String getBankAccount() {
return this.bankAccount;
}
public void setBankAccount(String bankAccount) {
this.bankAccount = bankAccount;
}
public Date getRelationDate() {
return this.relationDate;
}
public void setRelationDate(Date relationDate) {
this.relationDate = relationDate;
}
public String getFictPerson() {
return this.fictPerson;
}
public void setFictPerson(String fictPerson) {
this.fictPerson = fictPerson;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public String getWorkNet() {
return this.workNet;
}
public void setWorkNet(String workNet) {
this.workNet = workNet;
}
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 Integer getPersonCode() {
return this.personCode;
}
public void setPersonCode(Integer personCode) {
this.personCode = personCode;
}
public String getCreditGrade() {
return this.creditGrade;
}
public void setCreditGrade(String creditGrade) {
this.creditGrade = creditGrade;
}
public double getCreditMoney() {
return this.creditMoney;
}
public void setCreditMoney(double creditMoney) {
this.creditMoney = creditMoney;
}
public double getCreditageMoney() {
return this.creditageMoney;
}
public void setCreditageMoney(double creditageMoney) {
this.creditageMoney = creditageMoney;
}
public Integer getCreditDate() {
return this.creditDate;
}
public void setCreditDate(Integer creditDate) {
this.creditDate = creditDate;
}
public String getDesAddress() {
return this.desAddress;
}
public void setDesAddress(String desAddress) {
this.desAddress = desAddress;
}
public String getCusSuper() {
return this.cusSuper;
}
public void setCusSuper(String cusSuper) {
this.cusSuper = cusSuper;
}
public Integer getDeptCode() {
return this.deptCode;
}
public void setDeptCode(Integer deptCode) {
this.deptCode = deptCode;
}
public String getRrAccCode() {
return this.rrAccCode;
}
public void setRrAccCode(String rrAccCode) {
this.rrAccCode = rrAccCode;
}
public String getArAccCode() {
return this.arAccCode;
}
public void setArAccCode(String arAccCode) {
this.arAccCode = arAccCode;
}
public String getPrAccCode() {
return this.prAccCode;
}
public void setPrAccCode(String prAccCode) {
this.prAccCode = prAccCode;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -