| | |
| | | private String companyAddress; |
| | | private Instant latestLoginTime; |
| | | private String seniority; |
| | | private Number suitability; |
| | | private Number evaluation; |
| | | private List<String> expertise; |
| | | private String concept; |
| | |
| | | private String awards; |
| | | private GenderEnum gender; |
| | | private String communicationStyle; |
| | | private String email; |
| | | |
| | | public String getName() { |
| | | return name; |
| | |
| | | this.seniority = seniority; |
| | | } |
| | | |
| | | public Number getSuitability() { |
| | | return suitability; |
| | | } |
| | | |
| | | public void setSuitability(Number suitability) { |
| | | this.suitability = suitability; |
| | | } |
| | | |
| | | public Number getEvaluation() { |
| | | return evaluation; |
| | | } |
| | |
| | | public void setCommunicationStyle(String communicationStyle) { |
| | | this.communicationStyle = communicationStyle; |
| | | } |
| | | |
| | | |
| | | public String getEmail() { |
| | | return email; |
| | | } |
| | | |
| | | public void setEmail(String email) { |
| | | this.email = email; |
| | | } |
| | | |
| | | |
| | | |
| | | } |