package com.huimv.xt.dataobject; import java.util.Date; public class XtXtcs extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.CSID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String csid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.XTID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String xtid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.CSMS * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String csms; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.QSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String qsqz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.CSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String csqz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.CSZY * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String cszy; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.XGR * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.XGSJ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xtcs.ZFBZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.CSID * * @return the value of xt_xtcs.CSID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getCsid() { return csid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.CSID * * @param csid the value for xt_xtcs.CSID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setCsid(String csid) { this.csid = csid == null ? null : csid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.XTID * * @return the value of xt_xtcs.XTID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getXtid() { return xtid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.XTID * * @param xtid the value for xt_xtcs.XTID * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setXtid(String xtid) { this.xtid = xtid == null ? null : xtid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.CSMS * * @return the value of xt_xtcs.CSMS * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getCsms() { return csms; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.CSMS * * @param csms the value for xt_xtcs.CSMS * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setCsms(String csms) { this.csms = csms == null ? null : csms.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.QSQZ * * @return the value of xt_xtcs.QSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getQsqz() { return qsqz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.QSQZ * * @param qsqz the value for xt_xtcs.QSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setQsqz(String qsqz) { this.qsqz = qsqz == null ? null : qsqz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.CSQZ * * @return the value of xt_xtcs.CSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getCsqz() { return csqz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.CSQZ * * @param csqz the value for xt_xtcs.CSQZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setCsqz(String csqz) { this.csqz = csqz == null ? null : csqz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.CSZY * * @return the value of xt_xtcs.CSZY * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getCszy() { return cszy; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.CSZY * * @param cszy the value for xt_xtcs.CSZY * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setCszy(String cszy) { this.cszy = cszy == null ? null : cszy.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.XGR * * @return the value of xt_xtcs.XGR * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.XGR * * @param xgr the value for xt_xtcs.XGR * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setXgr(String xgr) { this.xgr = xgr == null ? null : xgr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xtcs.XGSJ * * @return the value of xt_xtcs.XGSJ * * @ibatorgenerated Tue May 20 10:24:49 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_xtcs.XGSJ * * @param xgsj the value for xt_xtcs.XGSJ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ 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_xtcs.ZFBZ * * @return the value of xt_xtcs.ZFBZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xtcs.ZFBZ * * @param zfbz the value for xt_xtcs.ZFBZ * * @ibatorgenerated Tue May 20 10:24:49 CST 2014 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } }