package com.huimv.xt.dataobject; public class XtJsqxKey extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_jsqx.jsid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ private Integer jsid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_jsqx.qxid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ private Integer qxid; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_jsqx.jsid * * @return the value of xt_jsqx.jsid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ public Integer getJsid() { return jsid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_jsqx.jsid * * @param jsid the value for xt_jsqx.jsid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ public void setJsid(Integer jsid) { this.jsid = jsid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_jsqx.qxid * * @return the value of xt_jsqx.qxid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ public Integer getQxid() { return qxid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_jsqx.qxid * * @param qxid the value for xt_jsqx.qxid * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ public void setQxid(Integer qxid) { this.qxid = qxid; } }