| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJhySampleROrd implements Serializable{
- @Override
- public boolean equals(Object obj) {
- QcmJhySampleROrd s2=(QcmJhySampleROrd)obj;
- if(this.design_key.equals(s2.design_key)&&this.cert_inst_code.equals(s2.cert_inst_code)
- &&this.smp_type_code.equals(s2.smp_type_code)){
- return true;
- }
- else
- {
- return false;
- }
- }
-
-
-
- @Override
- public int hashCode() {
- final int prime = 31;
- int result = 1;
- result = prime * result + ((design_key == null) ? 0 : design_key.hashCode());
- return result;
- }
- /**
- * �����
- */
- private String smp_no;
- public String getSmp_no() {
- return this.smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- /**
- * ¯��
- */
- private String heat_no;
- public String getHeat_no() {
- return this.heat_no;
- }
- public void setHeat_no(String heat_no) {
- this.heat_no = heat_no;
- }
- /**
- * �����
- */
- private String batch_no;
- public String getBatch_no() {
- return this.batch_no;
- }
- public void setBatch_no(String batch_no) {
- this.batch_no = batch_no;
- }
- /**
- * �����
- */
- private String inspection_lot;
- public String getInspection_lot() {
- return this.inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- /**
- * DESIGN_KEY����Դ�ڼƻ�ģ�飩
- */
- private String design_key;
- public String getDesign_key() {
- return this.design_key;
- }
- public void setDesign_key(String design_key) {
- this.design_key = design_key;
- }
- /**
- * ��Ʒ�淶��
- */
- private String psc;
- public String getPsc() {
- return this.psc;
- }
- public void setPsc(String psc) {
- this.psc = psc;
- }
-
- /**
- * ��Ʒ�淶������
- */
- private String psc_desc;
- public String getPsc_desc() {
- return psc_desc;
- }
- public void setPsc_desc(String psc_desc) {
- this.psc_desc = psc_desc;
- }
-
-
- /**
- * ȫ�̲��ߺ�
- *
- */
- private String msc_pline;
-
- public String getMsc_pline() {
- return msc_pline;
- }
- public void setMsc_pline(String msc_pline) {
- this.msc_pline = msc_pline;
- }
-
- private String thick;
-
- private String width;
-
- private String length;
-
-
- public String getThick() {
- return thick;
- }
- public void setThick(String thick) {
- this.thick = thick;
- }
- public String getWidth() {
- return width;
- }
- public void setWidth(String width) {
- this.width = width;
- }
- public String getLength() {
- return length;
- }
- public void setLength(String length) {
- this.length = length;
- }
- /**
- * �������
- */
- private String process_code;
-
- public String getProcess_code() {
- return process_code;
- }
- public void setProcess_code(String process_code) {
- this.process_code = process_code;
- }
- /**
- * ��֤�����
- */
- private String cert_inst_code;
- public String getCert_inst_code() {
- return this.cert_inst_code;
- }
- public void setCert_inst_code(String cert_inst_code) {
- this.cert_inst_code = cert_inst_code;
- }
- /**
- * ��֤�����
- */
- private String cert_inst_name;
- public String getCert_inst_name() {
- return this.cert_inst_name;
- }
- public void setCert_inst_name(String cert_inst_name) {
- this.cert_inst_name = cert_inst_name;
- }
- /**
- * �������ʹ���
- */
- private String smp_type_code;
- public String getSmp_type_code() {
- return this.smp_type_code;
- }
- public void setSmp_type_code(String smp_type_code) {
- this.smp_type_code = smp_type_code;
- }
- /**
- * �����������
- */
- private String smp_type_name;
- public String getSmp_type_name() {
- return this.smp_type_name;
- }
- public void setSmp_type_name(String smp_type_name) {
- this.smp_type_name = smp_type_name;
- }
- /**
- * �����ɷ�����SLM_ORD_DESIGN_STD�������Ϳͻ�ͬʱ����ʱ����������ȡ�������ף�
- */
- private int smelting_cnt;
-
- public int getSmelting_cnt() {
- return smelting_cnt;
- }
- public void setSmelting_cnt(int smelting_cnt) {
- this.smelting_cnt = smelting_cnt;
- }
- /**
- * ��Ʒ�ɷ�����SLM_ORD_DESIGN_STD�������Ϳͻ�ͬʱ����ʱ����������ȡ�������ף�
- */
- private int product_cnt;
-
- public int getProduct_cnt() {
- return product_cnt;
- }
- public void setProduct_cnt(int product_cnt) {
- this.product_cnt = product_cnt;
- }
- /**
- * ��Ʒ�ɷֻ���ż��ϣ����ڶ��������£�ʹ��"��"���зָ
- */
- private String assay_no_cp;
- public String getAssay_no_cp() {
- return this.assay_no_cp;
- }
- public void setAssay_no_cp(String assay_no_cp) {
- this.assay_no_cp = assay_no_cp;
- }
- /**
- * �����ɷֻ���ż��ϣ����ڶ��������£�ʹ��"��"���зָ
- */
- private String assay_no_rl;
- public String getAssay_no_rl() {
- return this.assay_no_rl;
- }
- public void setAssay_no_rl(String assay_no_rl) {
- this.assay_no_rl = assay_no_rl;
- }
- /**
- * �ɷ��ж���¼��
- */
- private String cic_id;
- public String getCic_id() {
- return this.cic_id;
- }
- public void setCic_id(String cic_id) {
- this.cic_id = cic_id;
- }
- /**
- * �����ж���¼��
- */
- private String phy_id;
- public String getPhy_id() {
- return this.phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- /**
- * �ж�״̬(0:���У�1���У�
- */
- private String judge_status;
- public String getJudge_status() {
- return this.judge_status;
- }
- public void setJudge_status(String judge_status) {
- this.judge_status = judge_status;
- }
- /**
- * �������
- */
- private String judge_result_code;
- public String getJudge_result_code() {
- return this.judge_result_code;
- }
- public void setJudge_result_code(String judge_result_code) {
- this.judge_result_code = judge_result_code;
- }
- /**
- * ��������
- */
- private String judge_result_desc;
- public String getJudge_result_desc() {
- return this.judge_result_desc;
- }
- public void setJudge_result_desc(String judge_result_desc) {
- this.judge_result_desc = judge_result_desc;
- }
- /**
- * ���
- */
- private String judge_name;
- public String getJudge_name() {
- return this.judge_name;
- }
- public void setJudge_name(String judge_name) {
- this.judge_name = judge_name;
- }
- /**
- * �ж�ʱ��
- */
- private Date judge_time;
- public Date getJudge_time() {
- return this.judge_time;
- }
- public void setJudge_time(Date judge_time) {
- this.judge_time = judge_time;
- }
- /**
- * �ж���ע
- */
- private String judge_memo;
- public String getJudge_memo() {
- return this.judge_memo;
- }
- public void setJudge_memo(String judge_memo) {
- this.judge_memo = judge_memo;
- }
- /**
- * ���߱���(������ѯ)
- */
- private String pline_code;
-
- /**
- * �������(������ѯ)
- */
- private String pline_name;
-
- /**
- * ȡ����(������ѯ)
- */
- private String specimen_no;
- public String getPline_code() {
- return pline_code;
- }
- public void setPline_code(String pline_code) {
- this.pline_code = pline_code;
- }
- public String getPline_name() {
- return pline_name;
- }
-
- public void setPline_name(String pline_name) {
- this.pline_name = pline_name;
- }
- public String getSpecimen_no() {
- return specimen_no;
- }
- public void setSpecimen_no(String specimen_no) {
- this.specimen_no = specimen_no;
- }
- /**
- * ���Ϻ� MATERIAL_NO
- */
- private String material_no;
- public String getMaterial_no() {
- return material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
-
- /**
- * ��Ʒ���----2019.1.3
- */
- private Double pro_specification;
- public Double getPro_specification() {
- return pro_specification;
- }
- public void setPro_specification(Double pro_specification) {
- this.pro_specification = pro_specification;
- }
-
- //Ͷ�Ͼ��
- private String object_no;
- public String getObject_no() {
- return object_no;
- }
- public void setObject_no(String object_no) {
- this.object_no = object_no;
- }
- //ԭ�Ͼ��
- private String materailcoilno;
- public String getMaterailcoilno() {
- return materailcoilno;
- }
- public void setMaterailcoilno(String materailcoilno) {
- this.materailcoilno = materailcoilno;
- }
- private String steel_name;
- private String prod_code;
- private String prod_name;
- private String steel_code;
- private String std_code;
- private String std_name;
- public String getSteel_name() {
- return steel_name;
- }
- public void setSteel_name(String steel_name) {
- this.steel_name = steel_name;
- }
- public String getProd_code() {
- return prod_code;
- }
- public void setProd_code(String prod_code) {
- this.prod_code = prod_code;
- }
- public String getProd_name() {
- return prod_name;
- }
- public void setProd_name(String prod_name) {
- this.prod_name = prod_name;
- }
- public String getSteel_code() {
- return steel_code;
- }
- public void setSteel_code(String steel_code) {
- this.steel_code = steel_code;
- }
- public String getStd_code() {
- return std_code;
- }
- public void setStd_code(String std_code) {
- this.std_code = std_code;
- }
- public String getStd_name() {
- return std_name;
- }
- public void setStd_name(String std_name) {
- this.std_name = std_name;
- }
-
- private String delivery_state_code;
- private String delivery_state_desc;
- public String getDelivery_state_code() {
- return delivery_state_code;
- }
- public void setDelivery_state_code(String delivery_state_code) {
- this.delivery_state_code = delivery_state_code;
- }
- public String getDelivery_state_desc() {
- return delivery_state_desc;
- }
- public void setDelivery_state_desc(String delivery_state_desc) {
- this.delivery_state_desc = delivery_state_desc;
- }
- private String duplicate_sample;
- public String getDuplicate_sample() {
- return duplicate_sample;
- }
- public void setDuplicate_sample(String duplicate_sample) {
- this.duplicate_sample = duplicate_sample;
- }
-
- }
|