/** * OrgMasterData.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.vci.ubcs.example.entity; public class OrgMasterData implements java.io.Serializable { private java.lang.String company_code; private java.lang.String company_name; private java.lang.String createtime; private java.lang.String creator; private java.lang.String department_code; private java.lang.String department_head; private java.lang.String department_head_code; private java.lang.String department_level; private java.lang.String department_name; private java.lang.String department_status; private java.lang.String department_type; private java.lang.String diplay_status; private int dr; private java.lang.String dr_ndm_code; private int enable_datus; private java.lang.String floy_middatastatus; private java.lang.String id_route; private java.lang.String is_virtual; private java.lang.String link_fieldvalue; private java.lang.String mdm_cleanstatus; private java.lang.String mdm_code; private java.lang.String mdm_datastatus; private java.lang.String mdm_duplicate; private java.lang.String mdm_parentcode; private java.lang.String mdm_version; private int mdm_workflow_status; private java.lang.String modifier; private java.lang.String modifytime; private java.lang.String name_route; private java.lang.String node_type; private java.lang.String onginal_code; private java.lang.String original_nane; private java.lang.String originalcode; private java.lang.String parent_department_code; private java.lang.String parent_department_name; private java.lang.String pk_mdm; private java.lang.String sort_order; private java.lang.String telephone_number; private java.lang.String ts; public OrgMasterData() { } public OrgMasterData( java.lang.String company_code, java.lang.String company_name, java.lang.String createtime, java.lang.String creator, java.lang.String department_code, java.lang.String department_head, java.lang.String department_head_code, java.lang.String department_level, java.lang.String department_name, java.lang.String department_status, java.lang.String department_type, java.lang.String diplay_status, int dr, java.lang.String dr_ndm_code, int enable_datus, java.lang.String floy_middatastatus, java.lang.String id_route, java.lang.String is_virtual, java.lang.String link_fieldvalue, java.lang.String mdm_cleanstatus, java.lang.String mdm_code, java.lang.String mdm_datastatus, java.lang.String mdm_duplicate, java.lang.String mdm_parentcode, java.lang.String mdm_version, int mdm_workflow_status, java.lang.String modifier, java.lang.String modifytime, java.lang.String name_route, java.lang.String node_type, java.lang.String onginal_code, java.lang.String original_nane, java.lang.String originalcode, java.lang.String parent_department_code, java.lang.String parent_department_name, java.lang.String pk_mdm, java.lang.String sort_order, java.lang.String telephone_number, java.lang.String ts) { this.company_code = company_code; this.company_name = company_name; this.createtime = createtime; this.creator = creator; this.department_code = department_code; this.department_head = department_head; this.department_head_code = department_head_code; this.department_level = department_level; this.department_name = department_name; this.department_status = department_status; this.department_type = department_type; this.diplay_status = diplay_status; this.dr = dr; this.dr_ndm_code = dr_ndm_code; this.enable_datus = enable_datus; this.floy_middatastatus = floy_middatastatus; this.id_route = id_route; this.is_virtual = is_virtual; this.link_fieldvalue = link_fieldvalue; this.mdm_cleanstatus = mdm_cleanstatus; this.mdm_code = mdm_code; this.mdm_datastatus = mdm_datastatus; this.mdm_duplicate = mdm_duplicate; this.mdm_parentcode = mdm_parentcode; this.mdm_version = mdm_version; this.mdm_workflow_status = mdm_workflow_status; this.modifier = modifier; this.modifytime = modifytime; this.name_route = name_route; this.node_type = node_type; this.onginal_code = onginal_code; this.original_nane = original_nane; this.originalcode = originalcode; this.parent_department_code = parent_department_code; this.parent_department_name = parent_department_name; this.pk_mdm = pk_mdm; this.sort_order = sort_order; this.telephone_number = telephone_number; this.ts = ts; } /** * Gets the company_code value for this OrgMasterData. * * @return company_code */ public java.lang.String getCompany_code() { return company_code; } /** * Sets the company_code value for this OrgMasterData. * * @param company_code */ public void setCompany_code(java.lang.String company_code) { this.company_code = company_code; } /** * Gets the company_name value for this OrgMasterData. * * @return company_name */ public java.lang.String getCompany_name() { return company_name; } /** * Sets the company_name value for this OrgMasterData. * * @param company_name */ public void setCompany_name(java.lang.String company_name) { this.company_name = company_name; } /** * Gets the createtime value for this OrgMasterData. * * @return createtime */ public java.lang.String getCreatetime() { return createtime; } /** * Sets the createtime value for this OrgMasterData. * * @param createtime */ public void setCreatetime(java.lang.String createtime) { this.createtime = createtime; } /** * Gets the creator value for this OrgMasterData. * * @return creator */ public java.lang.String getCreator() { return creator; } /** * Sets the creator value for this OrgMasterData. * * @param creator */ public void setCreator(java.lang.String creator) { this.creator = creator; } /** * Gets the department_code value for this OrgMasterData. * * @return department_code */ public java.lang.String getDepartment_code() { return department_code; } /** * Sets the department_code value for this OrgMasterData. * * @param department_code */ public void setDepartment_code(java.lang.String department_code) { this.department_code = department_code; } /** * Gets the department_head value for this OrgMasterData. * * @return department_head */ public java.lang.String getDepartment_head() { return department_head; } /** * Sets the department_head value for this OrgMasterData. * * @param department_head */ public void setDepartment_head(java.lang.String department_head) { this.department_head = department_head; } /** * Gets the department_head_code value for this OrgMasterData. * * @return department_head_code */ public java.lang.String getDepartment_head_code() { return department_head_code; } /** * Sets the department_head_code value for this OrgMasterData. * * @param department_head_code */ public void setDepartment_head_code(java.lang.String department_head_code) { this.department_head_code = department_head_code; } /** * Gets the department_level value for this OrgMasterData. * * @return department_level */ public java.lang.String getDepartment_level() { return department_level; } /** * Sets the department_level value for this OrgMasterData. * * @param department_level */ public void setDepartment_level(java.lang.String department_level) { this.department_level = department_level; } /** * Gets the department_name value for this OrgMasterData. * * @return department_name */ public java.lang.String getDepartment_name() { return department_name; } /** * Sets the department_name value for this OrgMasterData. * * @param department_name */ public void setDepartment_name(java.lang.String department_name) { this.department_name = department_name; } /** * Gets the department_status value for this OrgMasterData. * * @return department_status */ public java.lang.String getDepartment_status() { return department_status; } /** * Sets the department_status value for this OrgMasterData. * * @param department_status */ public void setDepartment_status(java.lang.String department_status) { this.department_status = department_status; } /** * Gets the department_type value for this OrgMasterData. * * @return department_type */ public java.lang.String getDepartment_type() { return department_type; } /** * Sets the department_type value for this OrgMasterData. * * @param department_type */ public void setDepartment_type(java.lang.String department_type) { this.department_type = department_type; } /** * Gets the diplay_status value for this OrgMasterData. * * @return diplay_status */ public java.lang.String getDiplay_status() { return diplay_status; } /** * Sets the diplay_status value for this OrgMasterData. * * @param diplay_status */ public void setDiplay_status(java.lang.String diplay_status) { this.diplay_status = diplay_status; } /** * Gets the dr value for this OrgMasterData. * * @return dr */ public int getDr() { return dr; } /** * Sets the dr value for this OrgMasterData. * * @param dr */ public void setDr(int dr) { this.dr = dr; } /** * Gets the dr_ndm_code value for this OrgMasterData. * * @return dr_ndm_code */ public java.lang.String getDr_ndm_code() { return dr_ndm_code; } /** * Sets the dr_ndm_code value for this OrgMasterData. * * @param dr_ndm_code */ public void setDr_ndm_code(java.lang.String dr_ndm_code) { this.dr_ndm_code = dr_ndm_code; } /** * Gets the enable_datus value for this OrgMasterData. * * @return enable_datus */ public int getEnable_datus() { return enable_datus; } /** * Sets the enable_datus value for this OrgMasterData. * * @param enable_datus */ public void setEnable_datus(int enable_datus) { this.enable_datus = enable_datus; } /** * Gets the floy_middatastatus value for this OrgMasterData. * * @return floy_middatastatus */ public java.lang.String getFloy_middatastatus() { return floy_middatastatus; } /** * Sets the floy_middatastatus value for this OrgMasterData. * * @param floy_middatastatus */ public void setFloy_middatastatus(java.lang.String floy_middatastatus) { this.floy_middatastatus = floy_middatastatus; } /** * Gets the id_route value for this OrgMasterData. * * @return id_route */ public java.lang.String getId_route() { return id_route; } /** * Sets the id_route value for this OrgMasterData. * * @param id_route */ public void setId_route(java.lang.String id_route) { this.id_route = id_route; } /** * Gets the is_virtual value for this OrgMasterData. * * @return is_virtual */ public java.lang.String getIs_virtual() { return is_virtual; } /** * Sets the is_virtual value for this OrgMasterData. * * @param is_virtual */ public void setIs_virtual(java.lang.String is_virtual) { this.is_virtual = is_virtual; } /** * Gets the link_fieldvalue value for this OrgMasterData. * * @return link_fieldvalue */ public java.lang.String getLink_fieldvalue() { return link_fieldvalue; } /** * Sets the link_fieldvalue value for this OrgMasterData. * * @param link_fieldvalue */ public void setLink_fieldvalue(java.lang.String link_fieldvalue) { this.link_fieldvalue = link_fieldvalue; } /** * Gets the mdm_cleanstatus value for this OrgMasterData. * * @return mdm_cleanstatus */ public java.lang.String getMdm_cleanstatus() { return mdm_cleanstatus; } /** * Sets the mdm_cleanstatus value for this OrgMasterData. * * @param mdm_cleanstatus */ public void setMdm_cleanstatus(java.lang.String mdm_cleanstatus) { this.mdm_cleanstatus = mdm_cleanstatus; } /** * Gets the mdm_code value for this OrgMasterData. * * @return mdm_code */ public java.lang.String getMdm_code() { return mdm_code; } /** * Sets the mdm_code value for this OrgMasterData. * * @param mdm_code */ public void setMdm_code(java.lang.String mdm_code) { this.mdm_code = mdm_code; } /** * Gets the mdm_datastatus value for this OrgMasterData. * * @return mdm_datastatus */ public java.lang.String getMdm_datastatus() { return mdm_datastatus; } /** * Sets the mdm_datastatus value for this OrgMasterData. * * @param mdm_datastatus */ public void setMdm_datastatus(java.lang.String mdm_datastatus) { this.mdm_datastatus = mdm_datastatus; } /** * Gets the mdm_duplicate value for this OrgMasterData. * * @return mdm_duplicate */ public java.lang.String getMdm_duplicate() { return mdm_duplicate; } /** * Sets the mdm_duplicate value for this OrgMasterData. * * @param mdm_duplicate */ public void setMdm_duplicate(java.lang.String mdm_duplicate) { this.mdm_duplicate = mdm_duplicate; } /** * Gets the mdm_parentcode value for this OrgMasterData. * * @return mdm_parentcode */ public java.lang.String getMdm_parentcode() { return mdm_parentcode; } /** * Sets the mdm_parentcode value for this OrgMasterData. * * @param mdm_parentcode */ public void setMdm_parentcode(java.lang.String mdm_parentcode) { this.mdm_parentcode = mdm_parentcode; } /** * Gets the mdm_version value for this OrgMasterData. * * @return mdm_version */ public java.lang.String getMdm_version() { return mdm_version; } /** * Sets the mdm_version value for this OrgMasterData. * * @param mdm_version */ public void setMdm_version(java.lang.String mdm_version) { this.mdm_version = mdm_version; } /** * Gets the mdm_workflow_status value for this OrgMasterData. * * @return mdm_workflow_status */ public int getMdm_workflow_status() { return mdm_workflow_status; } /** * Sets the mdm_workflow_status value for this OrgMasterData. * * @param mdm_workflow_status */ public void setMdm_workflow_status(int mdm_workflow_status) { this.mdm_workflow_status = mdm_workflow_status; } /** * Gets the modifier value for this OrgMasterData. * * @return modifier */ public java.lang.String getModifier() { return modifier; } /** * Sets the modifier value for this OrgMasterData. * * @param modifier */ public void setModifier(java.lang.String modifier) { this.modifier = modifier; } /** * Gets the modifytime value for this OrgMasterData. * * @return modifytime */ public java.lang.String getModifytime() { return modifytime; } /** * Sets the modifytime value for this OrgMasterData. * * @param modifytime */ public void setModifytime(java.lang.String modifytime) { this.modifytime = modifytime; } /** * Gets the name_route value for this OrgMasterData. * * @return name_route */ public java.lang.String getName_route() { return name_route; } /** * Sets the name_route value for this OrgMasterData. * * @param name_route */ public void setName_route(java.lang.String name_route) { this.name_route = name_route; } /** * Gets the node_type value for this OrgMasterData. * * @return node_type */ public java.lang.String getNode_type() { return node_type; } /** * Sets the node_type value for this OrgMasterData. * * @param node_type */ public void setNode_type(java.lang.String node_type) { this.node_type = node_type; } /** * Gets the onginal_code value for this OrgMasterData. * * @return onginal_code */ public java.lang.String getOnginal_code() { return onginal_code; } /** * Sets the onginal_code value for this OrgMasterData. * * @param onginal_code */ public void setOnginal_code(java.lang.String onginal_code) { this.onginal_code = onginal_code; } /** * Gets the original_nane value for this OrgMasterData. * * @return original_nane */ public java.lang.String getOriginal_nane() { return original_nane; } /** * Sets the original_nane value for this OrgMasterData. * * @param original_nane */ public void setOriginal_nane(java.lang.String original_nane) { this.original_nane = original_nane; } /** * Gets the originalcode value for this OrgMasterData. * * @return originalcode */ public java.lang.String getOriginalcode() { return originalcode; } /** * Sets the originalcode value for this OrgMasterData. * * @param originalcode */ public void setOriginalcode(java.lang.String originalcode) { this.originalcode = originalcode; } /** * Gets the parent_department_code value for this OrgMasterData. * * @return parent_department_code */ public java.lang.String getParent_department_code() { return parent_department_code; } /** * Sets the parent_department_code value for this OrgMasterData. * * @param parent_department_code */ public void setParent_department_code(java.lang.String parent_department_code) { this.parent_department_code = parent_department_code; } /** * Gets the parent_department_name value for this OrgMasterData. * * @return parent_department_name */ public java.lang.String getParent_department_name() { return parent_department_name; } /** * Sets the parent_department_name value for this OrgMasterData. * * @param parent_department_name */ public void setParent_department_name(java.lang.String parent_department_name) { this.parent_department_name = parent_department_name; } /** * Gets the pk_mdm value for this OrgMasterData. * * @return pk_mdm */ public java.lang.String getPk_mdm() { return pk_mdm; } /** * Sets the pk_mdm value for this OrgMasterData. * * @param pk_mdm */ public void setPk_mdm(java.lang.String pk_mdm) { this.pk_mdm = pk_mdm; } /** * Gets the sort_order value for this OrgMasterData. * * @return sort_order */ public java.lang.String getSort_order() { return sort_order; } /** * Sets the sort_order value for this OrgMasterData. * * @param sort_order */ public void setSort_order(java.lang.String sort_order) { this.sort_order = sort_order; } /** * Gets the telephone_number value for this OrgMasterData. * * @return telephone_number */ public java.lang.String getTelephone_number() { return telephone_number; } /** * Sets the telephone_number value for this OrgMasterData. * * @param telephone_number */ public void setTelephone_number(java.lang.String telephone_number) { this.telephone_number = telephone_number; } /** * Gets the ts value for this OrgMasterData. * * @return ts */ public java.lang.String getTs() { return ts; } /** * Sets the ts value for this OrgMasterData. * * @param ts */ public void setTs(java.lang.String ts) { this.ts = ts; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof OrgMasterData)) return false; OrgMasterData other = (OrgMasterData) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = true && ((this.company_code==null && other.getCompany_code()==null) || (this.company_code!=null && this.company_code.equals(other.getCompany_code()))) && ((this.company_name==null && other.getCompany_name()==null) || (this.company_name!=null && this.company_name.equals(other.getCompany_name()))) && ((this.createtime==null && other.getCreatetime()==null) || (this.createtime!=null && this.createtime.equals(other.getCreatetime()))) && ((this.creator==null && other.getCreator()==null) || (this.creator!=null && this.creator.equals(other.getCreator()))) && ((this.department_code==null && other.getDepartment_code()==null) || (this.department_code!=null && this.department_code.equals(other.getDepartment_code()))) && ((this.department_head==null && other.getDepartment_head()==null) || (this.department_head!=null && this.department_head.equals(other.getDepartment_head()))) && ((this.department_head_code==null && other.getDepartment_head_code()==null) || (this.department_head_code!=null && this.department_head_code.equals(other.getDepartment_head_code()))) && ((this.department_level==null && other.getDepartment_level()==null) || (this.department_level!=null && this.department_level.equals(other.getDepartment_level()))) && ((this.department_name==null && other.getDepartment_name()==null) || (this.department_name!=null && this.department_name.equals(other.getDepartment_name()))) && ((this.department_status==null && other.getDepartment_status()==null) || (this.department_status!=null && this.department_status.equals(other.getDepartment_status()))) && ((this.department_type==null && other.getDepartment_type()==null) || (this.department_type!=null && this.department_type.equals(other.getDepartment_type()))) && ((this.diplay_status==null && other.getDiplay_status()==null) || (this.diplay_status!=null && this.diplay_status.equals(other.getDiplay_status()))) && this.dr == other.getDr() && ((this.dr_ndm_code==null && other.getDr_ndm_code()==null) || (this.dr_ndm_code!=null && this.dr_ndm_code.equals(other.getDr_ndm_code()))) && this.enable_datus == other.getEnable_datus() && ((this.floy_middatastatus==null && other.getFloy_middatastatus()==null) || (this.floy_middatastatus!=null && this.floy_middatastatus.equals(other.getFloy_middatastatus()))) && ((this.id_route==null && other.getId_route()==null) || (this.id_route!=null && this.id_route.equals(other.getId_route()))) && ((this.is_virtual==null && other.getIs_virtual()==null) || (this.is_virtual!=null && this.is_virtual.equals(other.getIs_virtual()))) && ((this.link_fieldvalue==null && other.getLink_fieldvalue()==null) || (this.link_fieldvalue!=null && this.link_fieldvalue.equals(other.getLink_fieldvalue()))) && ((this.mdm_cleanstatus==null && other.getMdm_cleanstatus()==null) || (this.mdm_cleanstatus!=null && this.mdm_cleanstatus.equals(other.getMdm_cleanstatus()))) && ((this.mdm_code==null && other.getMdm_code()==null) || (this.mdm_code!=null && this.mdm_code.equals(other.getMdm_code()))) && ((this.mdm_datastatus==null && other.getMdm_datastatus()==null) || (this.mdm_datastatus!=null && this.mdm_datastatus.equals(other.getMdm_datastatus()))) && ((this.mdm_duplicate==null && other.getMdm_duplicate()==null) || (this.mdm_duplicate!=null && this.mdm_duplicate.equals(other.getMdm_duplicate()))) && ((this.mdm_parentcode==null && other.getMdm_parentcode()==null) || (this.mdm_parentcode!=null && this.mdm_parentcode.equals(other.getMdm_parentcode()))) && ((this.mdm_version==null && other.getMdm_version()==null) || (this.mdm_version!=null && this.mdm_version.equals(other.getMdm_version()))) && this.mdm_workflow_status == other.getMdm_workflow_status() && ((this.modifier==null && other.getModifier()==null) || (this.modifier!=null && this.modifier.equals(other.getModifier()))) && ((this.modifytime==null && other.getModifytime()==null) || (this.modifytime!=null && this.modifytime.equals(other.getModifytime()))) && ((this.name_route==null && other.getName_route()==null) || (this.name_route!=null && this.name_route.equals(other.getName_route()))) && ((this.node_type==null && other.getNode_type()==null) || (this.node_type!=null && this.node_type.equals(other.getNode_type()))) && ((this.onginal_code==null && other.getOnginal_code()==null) || (this.onginal_code!=null && this.onginal_code.equals(other.getOnginal_code()))) && ((this.original_nane==null && other.getOriginal_nane()==null) || (this.original_nane!=null && this.original_nane.equals(other.getOriginal_nane()))) && ((this.originalcode==null && other.getOriginalcode()==null) || (this.originalcode!=null && this.originalcode.equals(other.getOriginalcode()))) && ((this.parent_department_code==null && other.getParent_department_code()==null) || (this.parent_department_code!=null && this.parent_department_code.equals(other.getParent_department_code()))) && ((this.parent_department_name==null && other.getParent_department_name()==null) || (this.parent_department_name!=null && this.parent_department_name.equals(other.getParent_department_name()))) && ((this.pk_mdm==null && other.getPk_mdm()==null) || (this.pk_mdm!=null && this.pk_mdm.equals(other.getPk_mdm()))) && ((this.sort_order==null && other.getSort_order()==null) || (this.sort_order!=null && this.sort_order.equals(other.getSort_order()))) && ((this.telephone_number==null && other.getTelephone_number()==null) || (this.telephone_number!=null && this.telephone_number.equals(other.getTelephone_number()))) && ((this.ts==null && other.getTs()==null) || (this.ts!=null && this.ts.equals(other.getTs()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = 1; if (getCompany_code() != null) { _hashCode += getCompany_code().hashCode(); } if (getCompany_name() != null) { _hashCode += getCompany_name().hashCode(); } if (getCreatetime() != null) { _hashCode += getCreatetime().hashCode(); } if (getCreator() != null) { _hashCode += getCreator().hashCode(); } if (getDepartment_code() != null) { _hashCode += getDepartment_code().hashCode(); } if (getDepartment_head() != null) { _hashCode += getDepartment_head().hashCode(); } if (getDepartment_head_code() != null) { _hashCode += getDepartment_head_code().hashCode(); } if (getDepartment_level() != null) { _hashCode += getDepartment_level().hashCode(); } if (getDepartment_name() != null) { _hashCode += getDepartment_name().hashCode(); } if (getDepartment_status() != null) { _hashCode += getDepartment_status().hashCode(); } if (getDepartment_type() != null) { _hashCode += getDepartment_type().hashCode(); } if (getDiplay_status() != null) { _hashCode += getDiplay_status().hashCode(); } _hashCode += getDr(); if (getDr_ndm_code() != null) { _hashCode += getDr_ndm_code().hashCode(); } _hashCode += getEnable_datus(); if (getFloy_middatastatus() != null) { _hashCode += getFloy_middatastatus().hashCode(); } if (getId_route() != null) { _hashCode += getId_route().hashCode(); } if (getIs_virtual() != null) { _hashCode += getIs_virtual().hashCode(); } if (getLink_fieldvalue() != null) { _hashCode += getLink_fieldvalue().hashCode(); } if (getMdm_cleanstatus() != null) { _hashCode += getMdm_cleanstatus().hashCode(); } if (getMdm_code() != null) { _hashCode += getMdm_code().hashCode(); } if (getMdm_datastatus() != null) { _hashCode += getMdm_datastatus().hashCode(); } if (getMdm_duplicate() != null) { _hashCode += getMdm_duplicate().hashCode(); } if (getMdm_parentcode() != null) { _hashCode += getMdm_parentcode().hashCode(); } if (getMdm_version() != null) { _hashCode += getMdm_version().hashCode(); } _hashCode += getMdm_workflow_status(); if (getModifier() != null) { _hashCode += getModifier().hashCode(); } if (getModifytime() != null) { _hashCode += getModifytime().hashCode(); } if (getName_route() != null) { _hashCode += getName_route().hashCode(); } if (getNode_type() != null) { _hashCode += getNode_type().hashCode(); } if (getOnginal_code() != null) { _hashCode += getOnginal_code().hashCode(); } if (getOriginal_nane() != null) { _hashCode += getOriginal_nane().hashCode(); } if (getOriginalcode() != null) { _hashCode += getOriginalcode().hashCode(); } if (getParent_department_code() != null) { _hashCode += getParent_department_code().hashCode(); } if (getParent_department_name() != null) { _hashCode += getParent_department_name().hashCode(); } if (getPk_mdm() != null) { _hashCode += getPk_mdm().hashCode(); } if (getSort_order() != null) { _hashCode += getSort_order().hashCode(); } if (getTelephone_number() != null) { _hashCode += getTelephone_number().hashCode(); } if (getTs() != null) { _hashCode += getTs().hashCode(); } __hashCodeCalc = false; return _hashCode; } // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(OrgMasterData.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://code.ubcs.vci.com/", "orgMasterData")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("company_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "company_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("company_name"); elemField.setXmlName(new javax.xml.namespace.QName("", "company_name")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("createtime"); elemField.setXmlName(new javax.xml.namespace.QName("", "createtime")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("creator"); elemField.setXmlName(new javax.xml.namespace.QName("", "creator")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_head"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_head")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_head_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_head_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_level"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_level")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_name"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_name")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_status"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_status")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("department_type"); elemField.setXmlName(new javax.xml.namespace.QName("", "department_type")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("diplay_status"); elemField.setXmlName(new javax.xml.namespace.QName("", "diplay_status")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("dr"); elemField.setXmlName(new javax.xml.namespace.QName("", "dr")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("dr_ndm_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "dr_ndm_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("enable_datus"); elemField.setXmlName(new javax.xml.namespace.QName("", "enable_datus")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("floy_middatastatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "floy_middatastatus")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("id_route"); elemField.setXmlName(new javax.xml.namespace.QName("", "id_route")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("is_virtual"); elemField.setXmlName(new javax.xml.namespace.QName("", "is_virtual")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("link_fieldvalue"); elemField.setXmlName(new javax.xml.namespace.QName("", "link_fieldvalue")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_cleanstatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_cleanstatus")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_datastatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_datastatus")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_duplicate"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_duplicate")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_parentcode"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_parentcode")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_version"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_version")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_workflow_status"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_workflow_status")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("modifier"); elemField.setXmlName(new javax.xml.namespace.QName("", "modifier")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("modifytime"); elemField.setXmlName(new javax.xml.namespace.QName("", "modifytime")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("name_route"); elemField.setXmlName(new javax.xml.namespace.QName("", "name_route")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("node_type"); elemField.setXmlName(new javax.xml.namespace.QName("", "node_type")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("onginal_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "onginal_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("original_nane"); elemField.setXmlName(new javax.xml.namespace.QName("", "original_nane")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("originalcode"); elemField.setXmlName(new javax.xml.namespace.QName("", "originalcode")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("parent_department_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "parent_department_code")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("parent_department_name"); elemField.setXmlName(new javax.xml.namespace.QName("", "parent_department_name")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("pk_mdm"); elemField.setXmlName(new javax.xml.namespace.QName("", "pk_mdm")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("sort_order"); elemField.setXmlName(new javax.xml.namespace.QName("", "sort_order")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("telephone_number"); elemField.setXmlName(new javax.xml.namespace.QName("", "telephone_number")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ts"); elemField.setXmlName(new javax.xml.namespace.QName("", "ts")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); } /** * Return type metadata object */ public static org.apache.axis.description.TypeDesc getTypeDesc() { return typeDesc; } /** * Get Custom Serializer */ public static org.apache.axis.encoding.Serializer getSerializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanSerializer( _javaType, _xmlType, typeDesc); } /** * Get Custom Deserializer */ public static org.apache.axis.encoding.Deserializer getDeserializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanDeserializer( _javaType, _xmlType, typeDesc); } }