package QCM.JHY01.VO; import java.math.BigDecimal; import java.util.Date; public class JhySampleDItemModel { private String specimen_no; private Integer seq; private String smp_no; private String phy_name_l; private String phy_code_l; private String phy_code_m; private String phy_name_m; private String phy_code_s; private String phy_name_s; private String item_code_d; private String item_name_d; private String item_code_t; private String item_name_t; private String item_code_s; private String item_name_s; private String isjudge; private String judge_basis; private String phy_unit; private String group_seq; private String quote_specimen_no; private Integer quote_seq; private String memo; private String item_code_l; private String item_desc_l; private BigDecimal test_qty; private BigDecimal smp_qty; private Date create_time; private String create_id; private String create_name; private String specl_fl; private String item_flag; private String stdmin_sign; private String stdmin; private String stdmax_sign; private String stdmax; private String stdmemo; private String phy_group_code; private String resmp_seq; public String getResmp_seq() { return resmp_seq; } public void setResmp_seq(String resmp_seq) { this.resmp_seq = resmp_seq; } public String getSpecimen_no() { return specimen_no; } public void setSpecimen_no(String specimen_no) { this.specimen_no = specimen_no; } public Integer getSeq() { return seq; } public void setSeq(Integer seq) { this.seq = seq; } public String getSmp_no() { return smp_no; } public void setSmp_no(String smp_no) { this.smp_no = smp_no; } public String getPhy_name_l() { return phy_name_l; } public void setPhy_name_l(String phy_name_l) { this.phy_name_l = phy_name_l; } public String getPhy_code_l() { return phy_code_l; } public void setPhy_code_l(String phy_code_l) { this.phy_code_l = phy_code_l; } public String getPhy_code_m() { return phy_code_m; } public void setPhy_code_m(String phy_code_m) { this.phy_code_m = phy_code_m; } public String getPhy_name_m() { return phy_name_m; } public void setPhy_name_m(String phy_name_m) { this.phy_name_m = phy_name_m; } public String getPhy_code_s() { return phy_code_s; } public void setPhy_code_s(String phy_code_s) { this.phy_code_s = phy_code_s; } public String getPhy_name_s() { return phy_name_s; } public void setPhy_name_s(String phy_name_s) { this.phy_name_s = phy_name_s; } public String getItem_code_d() { return item_code_d; } public void setItem_code_d(String item_code_d) { this.item_code_d = item_code_d; } public String getItem_name_d() { return item_name_d; } public void setItem_name_d(String item_name_d) { this.item_name_d = item_name_d; } public String getItem_code_t() { return item_code_t; } public void setItem_code_t(String item_code_t) { this.item_code_t = item_code_t; } public String getItem_name_t() { return item_name_t; } public void setItem_name_t(String item_name_t) { this.item_name_t = item_name_t; } public String getItem_code_s() { return item_code_s; } public void setItem_code_s(String item_code_s) { this.item_code_s = item_code_s; } public String getItem_name_s() { return item_name_s; } public void setItem_name_s(String item_name_s) { this.item_name_s = item_name_s; } public String getIsjudge() { return isjudge; } public void setIsjudge(String isjudge) { this.isjudge = isjudge; } public String getJudge_basis() { return judge_basis; } public void setJudge_basis(String judge_basis) { this.judge_basis = judge_basis; } public String getPhy_unit() { return phy_unit; } public void setPhy_unit(String phy_unit) { this.phy_unit = phy_unit; } public String getGroup_seq() { return group_seq; } public void setGroup_seq(String group_seq) { this.group_seq = group_seq; } public String getQuote_specimen_no() { return quote_specimen_no; } public void setQuote_specimen_no(String quote_specimen_no) { this.quote_specimen_no = quote_specimen_no; } public Integer getQuote_seq() { return quote_seq; } public void setQuote_seq(Integer quote_seq) { this.quote_seq = quote_seq; } public String getMemo() { return memo; } public void setMemo(String memo) { this.memo = memo; } public String getItem_code_l() { return item_code_l; } public void setItem_code_l(String item_code_l) { this.item_code_l = item_code_l; } public String getItem_desc_l() { return item_desc_l; } public void setItem_desc_l(String item_desc_l) { this.item_desc_l = item_desc_l; } public BigDecimal getTest_qty() { return test_qty; } public void setTest_qty(BigDecimal test_qty) { this.test_qty = test_qty; } public BigDecimal getSmp_qty() { return smp_qty; } public void setSmp_qty(BigDecimal smp_qty) { this.smp_qty = smp_qty; } public Date getCreate_time() { return create_time; } public void setCreate_time(Date create_time) { this.create_time = create_time; } public String getCreate_id() { return create_id; } public void setCreate_id(String create_id) { this.create_id = create_id; } public String getCreate_name() { return create_name; } public void setCreate_name(String create_name) { this.create_name = create_name; } public String getSpecl_fl() { return specl_fl; } public void setSpecl_fl(String specl_fl) { this.specl_fl = specl_fl; } public String getItem_flag() { return item_flag; } public void setItem_flag(String item_flag) { this.item_flag = item_flag; } public String getStdmin_sign() { return stdmin_sign; } public void setStdmin_sign(String stdmin_sign) { this.stdmin_sign = stdmin_sign; } public String getStdmin() { return stdmin; } public void setStdmin(String stdmin) { this.stdmin = stdmin; } public String getStdmax_sign() { return stdmax_sign; } public void setStdmax_sign(String stdmax_sign) { this.stdmax_sign = stdmax_sign; } public String getStdmax() { return stdmax; } public void setStdmax(String stdmax) { this.stdmax = stdmax; } public String getStdmemo() { return stdmemo; } public void setStdmemo(String stdmemo) { this.stdmemo = stdmemo; } public String getPhy_group_code() { return phy_group_code; } public void setPhy_group_code(String phy_group_code) { this.phy_group_code = phy_group_code; } }