package com.huimv.da.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class DaRcxc extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.ID * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.LQID * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.DWEB * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.DQTW * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private BigDecimal dqtw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.DQZT * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private Integer dqzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.GXSJ * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private Date gxsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_rcxc.TPMC * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ private String tpmc; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.ID * * @return the value of da_rcxc.ID * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.ID * * @param id the value for da_rcxc.ID * * @ibatorgenerated Tue Dec 01 13:56:26 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 da_rcxc.LQID * * @return the value of da_rcxc.LQID * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public Integer getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.LQID * * @param lqid the value for da_rcxc.LQID * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setLqid(Integer lqid) { this.lqid = lqid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.DWEB * * @return the value of da_rcxc.DWEB * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public String getDweb() { return dweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.DWEB * * @param dweb the value for da_rcxc.DWEB * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setDweb(String dweb) { this.dweb = dweb == null ? null : dweb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.DQTW * * @return the value of da_rcxc.DQTW * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public BigDecimal getDqtw() { return dqtw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.DQTW * * @param dqtw the value for da_rcxc.DQTW * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setDqtw(BigDecimal dqtw) { this.dqtw = dqtw; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.DQZT * * @return the value of da_rcxc.DQZT * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public Integer getDqzt() { return dqzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.DQZT * * @param dqzt the value for da_rcxc.DQZT * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setDqzt(Integer dqzt) { this.dqzt = dqzt; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.GXSJ * * @return the value of da_rcxc.GXSJ * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public Date getGxsj() { return gxsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.GXSJ * * @param gxsj the value for da_rcxc.GXSJ * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setGxsj(Date gxsj) { this.gxsj = gxsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_rcxc.TPMC * * @return the value of da_rcxc.TPMC * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public String getTpmc() { return tpmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_rcxc.TPMC * * @param tpmc the value for da_rcxc.TPMC * * @ibatorgenerated Tue Dec 01 13:56:26 CST 2015 */ public void setTpmc(String tpmc) { this.tpmc = tpmc == null ? null : tpmc.trim(); } }