package com.huimv.xt.dataobject; import java.math.BigDecimal; import java.util.Date; public class XtHksbsn extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.ID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.JQID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.SBLX * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String sblx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.SBGNKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String sbgnkg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.CGQKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String cgqkg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.WDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String wdbjkg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.SDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String sdbjkg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.AQBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String aqbjkg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.GWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal gwdbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.DWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal dwdbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.GSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal gsdbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.DSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal dsdbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.GAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal gaqbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.DAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private BigDecimal daqbjz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.XGR * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.XGSJ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.ZFBZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private Integer zfbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hk_sbsn.SBLY * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ private Integer sbly; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.ID * * @return the value of xt_hk_sbsn.ID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.ID * * @param id the value for xt_hk_sbsn.ID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ 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_hk_sbsn.JQID * * @return the value of xt_hk_sbsn.JQID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.JQID * * @param jqid the value for xt_hk_sbsn.JQID * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ 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_hk_sbsn.SBLX * * @return the value of xt_hk_sbsn.SBLX * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getSblx() { return sblx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.SBLX * * @param sblx the value for xt_hk_sbsn.SBLX * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setSblx(String sblx) { this.sblx = sblx == null ? null : sblx.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.SBGNKG * * @return the value of xt_hk_sbsn.SBGNKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getSbgnkg() { return sbgnkg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.SBGNKG * * @param sbgnkg the value for xt_hk_sbsn.SBGNKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setSbgnkg(String sbgnkg) { this.sbgnkg = sbgnkg == null ? null : sbgnkg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.CGQKG * * @return the value of xt_hk_sbsn.CGQKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getCgqkg() { return cgqkg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.CGQKG * * @param cgqkg the value for xt_hk_sbsn.CGQKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setCgqkg(String cgqkg) { this.cgqkg = cgqkg == null ? null : cgqkg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.WDBJKG * * @return the value of xt_hk_sbsn.WDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getWdbjkg() { return wdbjkg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.WDBJKG * * @param wdbjkg the value for xt_hk_sbsn.WDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setWdbjkg(String wdbjkg) { this.wdbjkg = wdbjkg == null ? null : wdbjkg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.SDBJKG * * @return the value of xt_hk_sbsn.SDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getSdbjkg() { return sdbjkg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.SDBJKG * * @param sdbjkg the value for xt_hk_sbsn.SDBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setSdbjkg(String sdbjkg) { this.sdbjkg = sdbjkg == null ? null : sdbjkg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.AQBJKG * * @return the value of xt_hk_sbsn.AQBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getAqbjkg() { return aqbjkg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.AQBJKG * * @param aqbjkg the value for xt_hk_sbsn.AQBJKG * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setAqbjkg(String aqbjkg) { this.aqbjkg = aqbjkg == null ? null : aqbjkg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.GWDBJZ * * @return the value of xt_hk_sbsn.GWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getGwdbjz() { return gwdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.GWDBJZ * * @param gwdbjz the value for xt_hk_sbsn.GWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setGwdbjz(BigDecimal gwdbjz) { this.gwdbjz = gwdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.DWDBJZ * * @return the value of xt_hk_sbsn.DWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getDwdbjz() { return dwdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.DWDBJZ * * @param dwdbjz the value for xt_hk_sbsn.DWDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setDwdbjz(BigDecimal dwdbjz) { this.dwdbjz = dwdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.GSDBJZ * * @return the value of xt_hk_sbsn.GSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getGsdbjz() { return gsdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.GSDBJZ * * @param gsdbjz the value for xt_hk_sbsn.GSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setGsdbjz(BigDecimal gsdbjz) { this.gsdbjz = gsdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.DSDBJZ * * @return the value of xt_hk_sbsn.DSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getDsdbjz() { return dsdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.DSDBJZ * * @param dsdbjz the value for xt_hk_sbsn.DSDBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setDsdbjz(BigDecimal dsdbjz) { this.dsdbjz = dsdbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.GAQBJZ * * @return the value of xt_hk_sbsn.GAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getGaqbjz() { return gaqbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.GAQBJZ * * @param gaqbjz the value for xt_hk_sbsn.GAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setGaqbjz(BigDecimal gaqbjz) { this.gaqbjz = gaqbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.DAQBJZ * * @return the value of xt_hk_sbsn.DAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public BigDecimal getDaqbjz() { return daqbjz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.DAQBJZ * * @param daqbjz the value for xt_hk_sbsn.DAQBJZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setDaqbjz(BigDecimal daqbjz) { this.daqbjz = daqbjz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.XGR * * @return the value of xt_hk_sbsn.XGR * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.XGR * * @param xgr the value for xt_hk_sbsn.XGR * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ 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_hk_sbsn.XGSJ * * @return the value of xt_hk_sbsn.XGSJ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.XGSJ * * @param xgsj the value for xt_hk_sbsn.XGSJ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ 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_hk_sbsn.ZFBZ * * @return the value of xt_hk_sbsn.ZFBZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.ZFBZ * * @param zfbz the value for xt_hk_sbsn.ZFBZ * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hk_sbsn.SBLY * * @return the value of xt_hk_sbsn.SBLY * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public Integer getSbly() { return sbly; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hk_sbsn.SBLY * * @param sbly the value for xt_hk_sbsn.SBLY * * @ibatorgenerated Thu Apr 21 10:44:15 CST 2016 */ public void setSbly(Integer sbly) { this.sbly = sbly; } }