package com.qianwen.smartman.modules.cps.excel;
|
|
import com.alibaba.excel.annotation.ExcelIgnore;
|
import java.io.Serializable;
|
import java.util.Date;
|
|
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/excel/EmployeeImport.class */
|
public class EmployeeImport implements Serializable {
|
private static final long serialVersionUID = 1;
|
private String jobNumber;
|
private String name;
|
private String tel;
|
private String pinCode;
|
private String email;
|
private String statusName;
|
private String postName;
|
private String organizationName;
|
private String strHireDate;
|
@ExcelIgnore
|
private String failReason;
|
@ExcelIgnore
|
private Integer status;
|
@ExcelIgnore
|
private String postId;
|
@ExcelIgnore
|
private String organizationId;
|
@ExcelIgnore
|
private Date hireDate;
|
|
public void setJobNumber(final String jobNumber) {
|
this.jobNumber = jobNumber;
|
}
|
|
public void setName(final String name) {
|
this.name = name;
|
}
|
|
public void setTel(final String tel) {
|
this.tel = tel;
|
}
|
|
public void setPinCode(final String pinCode) {
|
this.pinCode = pinCode;
|
}
|
|
public void setEmail(final String email) {
|
this.email = email;
|
}
|
|
public void setStatusName(final String statusName) {
|
this.statusName = statusName;
|
}
|
|
public void setPostName(final String postName) {
|
this.postName = postName;
|
}
|
|
public void setOrganizationName(final String organizationName) {
|
this.organizationName = organizationName;
|
}
|
|
public void setStrHireDate(final String strHireDate) {
|
this.strHireDate = strHireDate;
|
}
|
|
public void setFailReason(final String failReason) {
|
this.failReason = failReason;
|
}
|
|
public void setStatus(final Integer status) {
|
this.status = status;
|
}
|
|
public void setPostId(final String postId) {
|
this.postId = postId;
|
}
|
|
public void setOrganizationId(final String organizationId) {
|
this.organizationId = organizationId;
|
}
|
|
public void setHireDate(final Date hireDate) {
|
this.hireDate = hireDate;
|
}
|
|
public boolean equals(final Object o) {
|
if (o == this) {
|
return true;
|
}
|
if (o instanceof EmployeeImport) {
|
EmployeeImport other = (EmployeeImport) o;
|
if (other.canEqual(this)) {
|
Object this$status = getStatus();
|
Object other$status = other.getStatus();
|
if (this$status == null) {
|
if (other$status != null) {
|
return false;
|
}
|
} else if (!this$status.equals(other$status)) {
|
return false;
|
}
|
Object this$jobNumber = getJobNumber();
|
Object other$jobNumber = other.getJobNumber();
|
if (this$jobNumber == null) {
|
if (other$jobNumber != null) {
|
return false;
|
}
|
} else if (!this$jobNumber.equals(other$jobNumber)) {
|
return false;
|
}
|
Object this$name = getName();
|
Object other$name = other.getName();
|
if (this$name == null) {
|
if (other$name != null) {
|
return false;
|
}
|
} else if (!this$name.equals(other$name)) {
|
return false;
|
}
|
Object this$tel = getTel();
|
Object other$tel = other.getTel();
|
if (this$tel == null) {
|
if (other$tel != null) {
|
return false;
|
}
|
} else if (!this$tel.equals(other$tel)) {
|
return false;
|
}
|
Object this$pinCode = getPinCode();
|
Object other$pinCode = other.getPinCode();
|
if (this$pinCode == null) {
|
if (other$pinCode != null) {
|
return false;
|
}
|
} else if (!this$pinCode.equals(other$pinCode)) {
|
return false;
|
}
|
Object this$email = getEmail();
|
Object other$email = other.getEmail();
|
if (this$email == null) {
|
if (other$email != null) {
|
return false;
|
}
|
} else if (!this$email.equals(other$email)) {
|
return false;
|
}
|
Object this$statusName = getStatusName();
|
Object other$statusName = other.getStatusName();
|
if (this$statusName == null) {
|
if (other$statusName != null) {
|
return false;
|
}
|
} else if (!this$statusName.equals(other$statusName)) {
|
return false;
|
}
|
Object this$postName = getPostName();
|
Object other$postName = other.getPostName();
|
if (this$postName == null) {
|
if (other$postName != null) {
|
return false;
|
}
|
} else if (!this$postName.equals(other$postName)) {
|
return false;
|
}
|
Object this$organizationName = getOrganizationName();
|
Object other$organizationName = other.getOrganizationName();
|
if (this$organizationName == null) {
|
if (other$organizationName != null) {
|
return false;
|
}
|
} else if (!this$organizationName.equals(other$organizationName)) {
|
return false;
|
}
|
Object this$strHireDate = getStrHireDate();
|
Object other$strHireDate = other.getStrHireDate();
|
if (this$strHireDate == null) {
|
if (other$strHireDate != null) {
|
return false;
|
}
|
} else if (!this$strHireDate.equals(other$strHireDate)) {
|
return false;
|
}
|
Object this$failReason = getFailReason();
|
Object other$failReason = other.getFailReason();
|
if (this$failReason == null) {
|
if (other$failReason != null) {
|
return false;
|
}
|
} else if (!this$failReason.equals(other$failReason)) {
|
return false;
|
}
|
Object this$postId = getPostId();
|
Object other$postId = other.getPostId();
|
if (this$postId == null) {
|
if (other$postId != null) {
|
return false;
|
}
|
} else if (!this$postId.equals(other$postId)) {
|
return false;
|
}
|
Object this$organizationId = getOrganizationId();
|
Object other$organizationId = other.getOrganizationId();
|
if (this$organizationId == null) {
|
if (other$organizationId != null) {
|
return false;
|
}
|
} else if (!this$organizationId.equals(other$organizationId)) {
|
return false;
|
}
|
Object this$hireDate = getHireDate();
|
Object other$hireDate = other.getHireDate();
|
return this$hireDate == null ? other$hireDate == null : this$hireDate.equals(other$hireDate);
|
}
|
return false;
|
}
|
return false;
|
}
|
|
protected boolean canEqual(final Object other) {
|
return other instanceof EmployeeImport;
|
}
|
|
public int hashCode() {
|
Object $status = getStatus();
|
int result = (1 * 59) + ($status == null ? 43 : $status.hashCode());
|
Object $jobNumber = getJobNumber();
|
int result2 = (result * 59) + ($jobNumber == null ? 43 : $jobNumber.hashCode());
|
Object $name = getName();
|
int result3 = (result2 * 59) + ($name == null ? 43 : $name.hashCode());
|
Object $tel = getTel();
|
int result4 = (result3 * 59) + ($tel == null ? 43 : $tel.hashCode());
|
Object $pinCode = getPinCode();
|
int result5 = (result4 * 59) + ($pinCode == null ? 43 : $pinCode.hashCode());
|
Object $email = getEmail();
|
int result6 = (result5 * 59) + ($email == null ? 43 : $email.hashCode());
|
Object $statusName = getStatusName();
|
int result7 = (result6 * 59) + ($statusName == null ? 43 : $statusName.hashCode());
|
Object $postName = getPostName();
|
int result8 = (result7 * 59) + ($postName == null ? 43 : $postName.hashCode());
|
Object $organizationName = getOrganizationName();
|
int result9 = (result8 * 59) + ($organizationName == null ? 43 : $organizationName.hashCode());
|
Object $strHireDate = getStrHireDate();
|
int result10 = (result9 * 59) + ($strHireDate == null ? 43 : $strHireDate.hashCode());
|
Object $failReason = getFailReason();
|
int result11 = (result10 * 59) + ($failReason == null ? 43 : $failReason.hashCode());
|
Object $postId = getPostId();
|
int result12 = (result11 * 59) + ($postId == null ? 43 : $postId.hashCode());
|
Object $organizationId = getOrganizationId();
|
int result13 = (result12 * 59) + ($organizationId == null ? 43 : $organizationId.hashCode());
|
Object $hireDate = getHireDate();
|
return (result13 * 59) + ($hireDate == null ? 43 : $hireDate.hashCode());
|
}
|
|
public String toString() {
|
return "EmployeeImport(jobNumber=" + getJobNumber() + ", name=" + getName() + ", tel=" + getTel() + ", pinCode=" + getPinCode() + ", email=" + getEmail() + ", statusName=" + getStatusName() + ", postName=" + getPostName() + ", organizationName=" + getOrganizationName() + ", strHireDate=" + getStrHireDate() + ", failReason=" + getFailReason() + ", status=" + getStatus() + ", postId=" + getPostId() + ", organizationId=" + getOrganizationId() + ", hireDate=" + getHireDate() + ")";
|
}
|
|
public String getJobNumber() {
|
return this.jobNumber;
|
}
|
|
public String getName() {
|
return this.name;
|
}
|
|
public String getTel() {
|
return this.tel;
|
}
|
|
public String getPinCode() {
|
return this.pinCode;
|
}
|
|
public String getEmail() {
|
return this.email;
|
}
|
|
public String getStatusName() {
|
return this.statusName;
|
}
|
|
public String getPostName() {
|
return this.postName;
|
}
|
|
public String getOrganizationName() {
|
return this.organizationName;
|
}
|
|
public String getStrHireDate() {
|
return this.strHireDate;
|
}
|
|
public String getFailReason() {
|
return this.failReason;
|
}
|
|
public Integer getStatus() {
|
return this.status;
|
}
|
|
public String getPostId() {
|
return this.postId;
|
}
|
|
public String getOrganizationId() {
|
return this.organizationId;
|
}
|
|
public Date getHireDate() {
|
return this.hireDate;
|
}
|
}
|