📄 acceptoperation.java
字号:
package com.jn0801.operation;
/**
* acceptoperation generated by MyEclipse - Hibernate Tools
*/
public class Acceptoperation implements java.io.Serializable {
// Fields
private Long nid;
private String nmax;
private Long userid;
private String nmin;
private Long emnid;
private String accepttime;
private String dredgestate;
private String inuremoney;
private Long usermob;
private Long overdraft;
private Long noverdraft;
private Long userfromtel;
private Long transfertel;
private String causation;
private String remark;
private String incrementid;
private String postaddress;
private String tel;
private String sname;
private String address;
private String sid;
private String availability;
private Long postalcode;
private String bespeaktime;
private String bespeakaddress;
private String bespeakname;
private String bespeaktel;
private String bespeakremark;
private String bespeakid;
private String dealmark;
private String lastdealer;
private String oldaddress;
private Long oldpostalcode;
private String oldtel;
private String mschangetype;
private String postservicetype;
// Constructors
/** default constructor */
public Acceptoperation() {
}
/** full constructor */
public Acceptoperation(String nmax,Long userfromtel,Long transfertel, Long userid, String nmin, Long emnid, String postservicetype, String accepttime, String dredgestate, String inuremoney, Long usermob, Long overdraft, Long noverdraft, String causation, String remark, String incrementid, String postaddress, String tel, String sname, String address, String sid, String availability, Long postalcode, String bespeaktime, String bespeakaddress, String bespeakname, String bespeaktel, String bespeakremark, String bespeakid,String dealmark,String lastdealer,String oldaddress,Long oldpostalcode,String oldtel,String mschangetype) {
this.nmax = nmax;
this.userid = userid;
this.nmin = nmin;
this.emnid = emnid;
this.accepttime = accepttime;
this.dredgestate = dredgestate;
this.inuremoney = inuremoney;
this.usermob = usermob;
this.overdraft = overdraft;
this.noverdraft = noverdraft;
this.causation = causation;
this.postservicetype = postservicetype;
this.remark = remark;
this.incrementid = incrementid;
this.postaddress = postaddress;
this.tel = tel;
this.sname = sname;
this.address = address;
this.sid = sid;
this.availability = availability;
this.postalcode = postalcode;
this.bespeaktime = bespeaktime;
this.bespeakaddress = bespeakaddress;
this.bespeakname = bespeakname;
this.bespeaktel = bespeaktel;
this.bespeakremark = bespeakremark;
this.bespeakid = bespeakid;
this.userfromtel=userfromtel;
this.transfertel= transfertel;
this.dealmark=dealmark;
this.lastdealer=lastdealer;
this.oldaddress=oldaddress;
this.oldpostalcode=oldpostalcode;
this.oldtel=oldtel;
this.mschangetype=mschangetype;
}
// Property accessors
public Long getNid() {
return this.nid;
}
public void setNid(Long nid) {
this.nid = nid;
}
public String getNmax() {
return this.nmax;
}
public void setNmax(String nmax) {
this.nmax = nmax;
}
public Long getUserid() {
return this.userid;
}
public void setUserid(Long userid) {
this.userid = userid;
}
public String getNmin() {
return this.nmin;
}
public void setNmin(String nmin) {
this.nmin = nmin;
}
public Long getEmnid() {
return emnid;
}
public void setEmnid(Long emnid) {
this.emnid = emnid;
}
public String getAccepttime() {
return this.accepttime;
}
public void setAccepttime(String accepttime) {
this.accepttime = accepttime;
}
public String getDredgestate() {
return this.dredgestate;
}
public void setDredgestate(String dredgestate) {
this.dredgestate = dredgestate;
}
public String getInuremoney() {
return this.inuremoney;
}
public void setInuremoney(String inuremoney) {
this.inuremoney = inuremoney;
}
public Long getUsermob() {
return this.usermob;
}
public void setUsermob(Long usermob) {
this.usermob = usermob;
}
public Long getOverdraft() {
return this.overdraft;
}
public void setOverdraft(Long overdraft) {
this.overdraft = overdraft;
}
public Long getNoverdraft() {
return this.noverdraft;
}
public void setNoverdraft(Long noverdraft) {
this.noverdraft = noverdraft;
}
public String getCausation() {
return this.causation;
}
public void setCausation(String causation) {
this.causation = causation;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getIncrementid() {
return this.incrementid;
}
public void setIncrementid(String incrementid) {
this.incrementid = incrementid;
}
public String getPostaddress() {
return this.postaddress;
}
public void setPostaddress(String postaddress) {
this.postaddress = postaddress;
}
public String getTel() {
return this.tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getSname() {
return this.sname;
}
public void setSname(String sname) {
this.sname = sname;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getSid() {
return this.sid;
}
public void setSid(String sid) {
this.sid = sid;
}
public String getAvailability() {
return this.availability;
}
public void setAvailability(String availability) {
this.availability = availability;
}
public Long getPostalcode() {
return this.postalcode;
}
public void setPostalcode(Long postalcode) {
this.postalcode = postalcode;
}
public String getBespeaktime() {
return this.bespeaktime;
}
public void setBespeaktime(String bespeaktime) {
this.bespeaktime = bespeaktime;
}
public String getBespeakaddress() {
return this.bespeakaddress;
}
public void setBespeakaddress(String bespeakaddress) {
this.bespeakaddress = bespeakaddress;
}
public String getBespeakname() {
return this.bespeakname;
}
public void setBespeakname(String bespeakname) {
this.bespeakname = bespeakname;
}
public String getBespeaktel() {
return this.bespeaktel;
}
public void setBespeaktel(String bespeaktel) {
this.bespeaktel = bespeaktel;
}
public String getBespeakremark() {
return this.bespeakremark;
}
public void setBespeakremark(String bespeakremark) {
this.bespeakremark = bespeakremark;
}
public String getBespeakid() {
return this.bespeakid;
}
public void setBespeakid(String bespeakid) {
this.bespeakid = bespeakid;
}
public Long getTransfertel() {
return transfertel;
}
public void setTransfertel(Long transfertel) {
this.transfertel = transfertel;
}
public Long getUserfromtel() {
return userfromtel;
}
public void setUserfromtel(Long userfromtel) {
this.userfromtel = userfromtel;
}
public String getDealmark() {
return dealmark;
}
public void setDealmark(String dealmark) {
this.dealmark = dealmark;
}
public String getLastdealer() {
return lastdealer;
}
public void setLastdealer(String lastdealer) {
this.lastdealer = lastdealer;
}
public String getMschangetype() {
return mschangetype;
}
public void setMschangetype(String mschangetype) {
this.mschangetype = mschangetype;
}
public String getOldaddress() {
return oldaddress;
}
public void setOldaddress(String oldaddress) {
this.oldaddress = oldaddress;
}
public Long getOldpostalcode() {
return oldpostalcode;
}
public void setOldpostalcode(Long oldpostalcode) {
this.oldpostalcode = oldpostalcode;
}
public String getOldtel() {
return oldtel;
}
public void setOldtel(String oldtel) {
this.oldtel = oldtel;
}
public String getPostservicetype() {
return postservicetype;
}
public void setPostservicetype(String postservicetype) {
this.postservicetype = postservicetype;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -