| | |
| | | @JsonIgnore |
| | | protected boolean isset_dealTime = false; |
| | | |
| | | private String departmentId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_departmentId = false; |
| | | |
| | | private Long departmentName = null; |
| | | private String departmentName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_departmentName = false; |
| | | |
| | | private Long departmentId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_departmentId = false; |
| | | |
| | | private String uploadFiles = null; |
| | | @JsonIgnore |
| | |
| | | return this.dealTime == null; |
| | | } |
| | | |
| | | public String getDepartmentId() { |
| | | return this.departmentId; |
| | | } |
| | | |
| | | public void setDepartmentId(String departmentId) { |
| | | this.departmentId = departmentId; |
| | | this.isset_departmentId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyDepartmentId() { |
| | | return this.departmentId == null || this.departmentId.length() == 0; |
| | | } |
| | | |
| | | public Long getDepartmentName() { |
| | | public String getDepartmentName() { |
| | | return this.departmentName; |
| | | } |
| | | |
| | | public void setDepartmentName(Long departmentName) { |
| | | public void setDepartmentName(String departmentName) { |
| | | this.departmentName = departmentName; |
| | | this.isset_departmentName = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyDepartmentName() { |
| | | return this.departmentName == null; |
| | | return this.departmentName == null || this.departmentName.length() == 0; |
| | | } |
| | | |
| | | public Long getDepartmentId() { |
| | | return this.departmentId; |
| | | } |
| | | |
| | | public void setDepartmentId(Long departmentId) { |
| | | this.departmentId = departmentId; |
| | | this.isset_departmentId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyDepartmentId() { |
| | | return this.departmentId == null; |
| | | } |
| | | |
| | | public String getUploadFiles() { |
| | |
| | | .append("operatorId=").append(this.operatorId) |
| | | .append("operatorName=").append(this.operatorName) |
| | | .append("dealTime=").append(this.dealTime) |
| | | .append("departmentId=").append(this.departmentId) |
| | | .append("departmentName=").append(this.departmentName) |
| | | .append("departmentId=").append(this.departmentId) |
| | | .append("uploadFiles=").append(this.uploadFiles) |
| | | .append("states=").append(this.states) |
| | | .toString(); |
| | |
| | | if (this.isset_dealTime) { |
| | | l_wh_form_scrapped.setDealTime(this.getDealTime()); |
| | | } |
| | | if (this.isset_departmentId) { |
| | | l_wh_form_scrapped.setDepartmentId(this.getDepartmentId()); |
| | | } |
| | | if (this.isset_departmentName) { |
| | | l_wh_form_scrapped.setDepartmentName(this.getDepartmentName()); |
| | | } |
| | | if (this.isset_departmentId) { |
| | | l_wh_form_scrapped.setDepartmentId(this.getDepartmentId()); |
| | | } |
| | | if (this.isset_uploadFiles) { |
| | | l_wh_form_scrapped.setUploadFiles(this.getUploadFiles()); |
| | | } |