| | |
| | | |
| | | private String ts; |
| | | |
| | | |
| | | private String graduatecolleges; |
| | | private String is_on_duty; |
| | | private String is_on_job; |
| | | private String leibie; |
| | | private String major; |
| | | private String position_code; |
| | | |
| | | private String post_state_code; |
| | | private String post_state_name; |
| | | private String sort_num; |
| | | private String worktime; |
| | | |
| | | private String workyear; |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | |
| | | this.ts = ts; |
| | | } |
| | | |
| | | public String getGraduatecolleges() { |
| | | return graduatecolleges; |
| | | } |
| | | |
| | | public void setGraduatecolleges(String graduatecolleges) { |
| | | this.graduatecolleges = graduatecolleges; |
| | | } |
| | | |
| | | public String getIs_on_duty() { |
| | | return is_on_duty; |
| | | } |
| | | |
| | | public void setIs_on_duty(String is_on_duty) { |
| | | this.is_on_duty = is_on_duty; |
| | | } |
| | | |
| | | public String getIs_on_job() { |
| | | return is_on_job; |
| | | } |
| | | |
| | | public void setIs_on_job(String is_on_job) { |
| | | this.is_on_job = is_on_job; |
| | | } |
| | | |
| | | public String getLeibie() { |
| | | return leibie; |
| | | } |
| | | |
| | | public void setLeibie(String leibie) { |
| | | this.leibie = leibie; |
| | | } |
| | | |
| | | public String getMajor() { |
| | | return major; |
| | | } |
| | | |
| | | public void setMajor(String major) { |
| | | this.major = major; |
| | | } |
| | | |
| | | public String getPosition_code() { |
| | | return position_code; |
| | | } |
| | | |
| | | public void setPosition_code(String position_code) { |
| | | this.position_code = position_code; |
| | | } |
| | | |
| | | public String getPost_state_code() { |
| | | return post_state_code; |
| | | } |
| | | |
| | | public void setPost_state_code(String post_state_code) { |
| | | this.post_state_code = post_state_code; |
| | | } |
| | | |
| | | public String getPost_state_name() { |
| | | return post_state_name; |
| | | } |
| | | |
| | | public void setPost_state_name(String post_state_name) { |
| | | this.post_state_name = post_state_name; |
| | | } |
| | | |
| | | public String getSort_num() { |
| | | return sort_num; |
| | | } |
| | | |
| | | public void setSort_num(String sort_num) { |
| | | this.sort_num = sort_num; |
| | | } |
| | | |
| | | public String getWorktime() { |
| | | return worktime; |
| | | } |
| | | |
| | | public void setWorktime(String worktime) { |
| | | this.worktime = worktime; |
| | | } |
| | | |
| | | public String getWorkyear() { |
| | | return workyear; |
| | | } |
| | | |
| | | public void setWorkyear(String workyear) { |
| | | this.workyear = workyear; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "PersonMasterData{" + |
| | |
| | | ", position='" + position + '\'' + |
| | | ", work_title='" + work_title + '\'' + |
| | | ", worker_category='" + worker_category + '\'' + |
| | | ", worker_category_code='" + worker_category_code + '\'' + |
| | | ", worker_duty='" + worker_duty + '\'' + |
| | | ", worker_email='" + worker_email + '\'' + |
| | | ", worker_level='" + worker_level + '\'' + |
| | | ", worker_level_code='" + worker_level_code + '\'' + |
| | | ", country_level_code='" + country_level_code + '\'' + |
| | | ", country_level_name='" + country_level_name + '\'' + |
| | | ", business_level_code='" + business_level_code + '\'' + |
| | | ", business_level_name='" + business_level_name + '\'' + |
| | | ", worker_security_level='" + worker_security_level + '\'' + |
| | | ", mdm_workflow=" + mdm_workflow + |
| | | ", modifier='" + modifier + '\'' + |
| | |
| | | ", pk_mdm='" + pk_mdm + '\'' + |
| | | ", gender_name='" + gender_name + '\'' + |
| | | ", ts='" + ts + '\'' + |
| | | ", graduatecolleges='" + graduatecolleges + '\'' + |
| | | ", is_on_duty='" + is_on_duty + '\'' + |
| | | ", is_on_job='" + is_on_job + '\'' + |
| | | ", leibie='" + leibie + '\'' + |
| | | ", major='" + major + '\'' + |
| | | ", position_code='" + position_code + '\'' + |
| | | ", post_state_code='" + post_state_code + '\'' + |
| | | ", post_state_name='" + post_state_name + '\'' + |
| | | ", sort_num='" + sort_num + '\'' + |
| | | ", worktime='" + worktime + '\'' + |
| | | ", workyear='" + workyear + '\'' + |
| | | '}'; |
| | | } |
| | | |