| | |
| | | @Column(name = "communication_style") |
| | | private String communicationStyle; |
| | | |
| | | @Column(name = "email") |
| | | private String email; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | } |
| | | |
| | | public void setCompanyAddress(String companyAddress) { |
| | | companyAddress = companyAddress; |
| | | this.companyAddress = companyAddress; |
| | | } |
| | | |
| | | public Long getSeniorityYear() { |
| | |
| | | this.communicationStyle = communicationStyle; |
| | | } |
| | | |
| | | public String getEmail() { |
| | | return email; |
| | | } |
| | | |
| | | public void setEmail(String email) { |
| | | this.email = email; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Consultant{" + |
| | |
| | | ", gender=" + gender + |
| | | ", phoneNumber='" + phoneNumber + '\'' + |
| | | ", companyAddress='" + companyAddress + '\'' + |
| | | ", seniorityYear='" + seniorityYear + '\'' + |
| | | ", seniorityMonth='" + seniorityMonth + '\'' + |
| | | ", seniorityYear=" + seniorityYear + |
| | | ", seniorityMonth=" + seniorityMonth + |
| | | ", concept='" + concept + '\'' + |
| | | ", experience='" + experience + '\'' + |
| | | ", award='" + award + '\'' + |
| | | ", recommend=" + recommend + |
| | | ", communicationStyle='" + communicationStyle + '\'' + |
| | | ", email='" + email + '\'' + |
| | | '}'; |
| | | } |
| | | } |