package com.huimv.xt.dataobject; import java.math.BigDecimal; import java.util.Date; public class XtFlzzd extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.id * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.jqid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.gzbh * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String gzbh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.cgqzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String cgqzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.qgzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String qgzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.czz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private BigDecimal czz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.cjsz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private BigDecimal cjsz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.ebz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String ebz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.wwsbzwz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String wwsbzwz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.sfycbz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String sfycbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.dzid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private String dzid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_flzzd.xgsj * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ private Date xgsj; private String zsid; private String zsmc; private String sjxrbz; public String getSjxrbz() { return sjxrbz; } public void setSjxrbz(String sjxrbz) { this.sjxrbz = sjxrbz; } public String getZsid() { return zsid; } public void setZsid(String zsid) { this.zsid = zsid; } public String getZsmc() { return zsmc; } public void setZsmc(String zsmc) { this.zsmc = zsmc; } public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } public String getMcid() { return mcid; } public void setMcid(String mcid) { this.mcid = mcid; } public String getJqdaid() { return jqdaid; } public void setJqdaid(String jqdaid) { this.jqdaid = jqdaid; } private String mcmc; private String mcid; private String jqdaid; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.id * * @return the value of xt_flzzd.id * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.id * * @param id the value for xt_flzzd.id * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setId(Integer id) { this.id = id; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.jqid * * @return the value of xt_flzzd.jqid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.jqid * * @param jqid the value for xt_flzzd.jqid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setJqid(String jqid) { this.jqid = jqid == null ? null : jqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.gzbh * * @return the value of xt_flzzd.gzbh * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getGzbh() { return gzbh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.gzbh * * @param gzbh the value for xt_flzzd.gzbh * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setGzbh(String gzbh) { this.gzbh = gzbh == null ? null : gzbh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.cgqzt * * @return the value of xt_flzzd.cgqzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getCgqzt() { return cgqzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.cgqzt * * @param cgqzt the value for xt_flzzd.cgqzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setCgqzt(String cgqzt) { this.cgqzt = cgqzt == null ? null : cgqzt.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.qgzt * * @return the value of xt_flzzd.qgzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getQgzt() { return qgzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.qgzt * * @param qgzt the value for xt_flzzd.qgzt * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setQgzt(String qgzt) { this.qgzt = qgzt == null ? null : qgzt.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.czz * * @return the value of xt_flzzd.czz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public BigDecimal getCzz() { return czz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.czz * * @param czz the value for xt_flzzd.czz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setCzz(BigDecimal czz) { this.czz = czz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.cjsz * * @return the value of xt_flzzd.cjsz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public BigDecimal getCjsz() { return cjsz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.cjsz * * @param cjsz the value for xt_flzzd.cjsz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setCjsz(BigDecimal cjsz) { this.cjsz = cjsz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.ebz * * @return the value of xt_flzzd.ebz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getEbz() { return ebz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.ebz * * @param ebz the value for xt_flzzd.ebz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setEbz(String ebz) { this.ebz = ebz == null ? null : ebz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.wwsbzwz * * @return the value of xt_flzzd.wwsbzwz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getWwsbzwz() { return wwsbzwz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.wwsbzwz * * @param wwsbzwz the value for xt_flzzd.wwsbzwz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setWwsbzwz(String wwsbzwz) { this.wwsbzwz = wwsbzwz == null ? null : wwsbzwz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.sfycbz * * @return the value of xt_flzzd.sfycbz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getSfycbz() { return sfycbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.sfycbz * * @param sfycbz the value for xt_flzzd.sfycbz * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setSfycbz(String sfycbz) { this.sfycbz = sfycbz == null ? null : sfycbz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.dzid * * @return the value of xt_flzzd.dzid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public String getDzid() { return dzid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.dzid * * @param dzid the value for xt_flzzd.dzid * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setDzid(String dzid) { this.dzid = dzid == null ? null : dzid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_flzzd.xgsj * * @return the value of xt_flzzd.xgsj * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_flzzd.xgsj * * @param xgsj the value for xt_flzzd.xgsj * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ public void setXgsj(Date xgsj) { this.xgsj = xgsj; } }