package com.huimv.xt.dataobject; import java.util.Date; public class XtYdjk extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.ID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.MCID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.SBMC * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private String sbmc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.SBIP * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private String sbip; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD1 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td1; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD2 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td2; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD3 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td3; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD4 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td4; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD5 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td5; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD6 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td6; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD7 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td7; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD8 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td8; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD9 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td9; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD10 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td10; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD11 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td11; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD12 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td12; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD13 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td13; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD14 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td14; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD15 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td15; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.TD16 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer td16; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.XGSJ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_ydjk.ZFBZ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.ID * * @return the value of xt_ydjk.ID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.ID * * @param id the value for xt_ydjk.ID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ 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_ydjk.MCID * * @return the value of xt_ydjk.MCID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getMcid() { return mcid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.MCID * * @param mcid the value for xt_ydjk.MCID * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setMcid(Integer mcid) { this.mcid = mcid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.SBMC * * @return the value of xt_ydjk.SBMC * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public String getSbmc() { return sbmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.SBMC * * @param sbmc the value for xt_ydjk.SBMC * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setSbmc(String sbmc) { this.sbmc = sbmc == null ? null : sbmc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.SBIP * * @return the value of xt_ydjk.SBIP * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public String getSbip() { return sbip; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.SBIP * * @param sbip the value for xt_ydjk.SBIP * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setSbip(String sbip) { this.sbip = sbip == null ? null : sbip.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD1 * * @return the value of xt_ydjk.TD1 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd1() { return td1; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD1 * * @param td1 the value for xt_ydjk.TD1 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd1(Integer td1) { this.td1 = td1; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD2 * * @return the value of xt_ydjk.TD2 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd2() { return td2; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD2 * * @param td2 the value for xt_ydjk.TD2 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd2(Integer td2) { this.td2 = td2; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD3 * * @return the value of xt_ydjk.TD3 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd3() { return td3; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD3 * * @param td3 the value for xt_ydjk.TD3 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd3(Integer td3) { this.td3 = td3; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD4 * * @return the value of xt_ydjk.TD4 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd4() { return td4; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD4 * * @param td4 the value for xt_ydjk.TD4 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd4(Integer td4) { this.td4 = td4; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD5 * * @return the value of xt_ydjk.TD5 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd5() { return td5; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD5 * * @param td5 the value for xt_ydjk.TD5 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd5(Integer td5) { this.td5 = td5; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD6 * * @return the value of xt_ydjk.TD6 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd6() { return td6; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD6 * * @param td6 the value for xt_ydjk.TD6 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd6(Integer td6) { this.td6 = td6; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD7 * * @return the value of xt_ydjk.TD7 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd7() { return td7; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD7 * * @param td7 the value for xt_ydjk.TD7 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd7(Integer td7) { this.td7 = td7; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD8 * * @return the value of xt_ydjk.TD8 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd8() { return td8; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD8 * * @param td8 the value for xt_ydjk.TD8 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd8(Integer td8) { this.td8 = td8; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD9 * * @return the value of xt_ydjk.TD9 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd9() { return td9; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD9 * * @param td9 the value for xt_ydjk.TD9 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd9(Integer td9) { this.td9 = td9; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD10 * * @return the value of xt_ydjk.TD10 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd10() { return td10; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD10 * * @param td10 the value for xt_ydjk.TD10 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd10(Integer td10) { this.td10 = td10; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD11 * * @return the value of xt_ydjk.TD11 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd11() { return td11; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD11 * * @param td11 the value for xt_ydjk.TD11 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd11(Integer td11) { this.td11 = td11; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD12 * * @return the value of xt_ydjk.TD12 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd12() { return td12; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD12 * * @param td12 the value for xt_ydjk.TD12 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd12(Integer td12) { this.td12 = td12; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD13 * * @return the value of xt_ydjk.TD13 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd13() { return td13; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD13 * * @param td13 the value for xt_ydjk.TD13 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd13(Integer td13) { this.td13 = td13; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD14 * * @return the value of xt_ydjk.TD14 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd14() { return td14; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD14 * * @param td14 the value for xt_ydjk.TD14 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd14(Integer td14) { this.td14 = td14; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD15 * * @return the value of xt_ydjk.TD15 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd15() { return td15; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD15 * * @param td15 the value for xt_ydjk.TD15 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd15(Integer td15) { this.td15 = td15; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.TD16 * * @return the value of xt_ydjk.TD16 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getTd16() { return td16; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.TD16 * * @param td16 the value for xt_ydjk.TD16 * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setTd16(Integer td16) { this.td16 = td16; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.XGSJ * * @return the value of xt_ydjk.XGSJ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.XGSJ * * @param xgsj the value for xt_ydjk.XGSJ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setXgsj(Date xgsj) { this.xgsj = xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_ydjk.ZFBZ * * @return the value of xt_ydjk.ZFBZ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_ydjk.ZFBZ * * @param zfbz the value for xt_ydjk.ZFBZ * * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } private String mcmc; public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } }