| | |
| | | private String companyAddress; |
| | | private Instant latestLoginTime; |
| | | private String seniority; |
| | | private Number suitability; |
| | | private Number evaluation; |
| | | private Number nearlyMonthAppointmentCount; |
| | | private Number allAppointmentCount; |
| | | private List<String> expertise; |
| | | private String concept; |
| | | private String experiences; |
| | |
| | | this.seniority = seniority; |
| | | } |
| | | |
| | | public Number getSuitability() { |
| | | return suitability; |
| | | public Number getNearlyMonthAppointmentCount() { |
| | | return nearlyMonthAppointmentCount; |
| | | } |
| | | |
| | | public void setSuitability(Number suitability) { |
| | | this.suitability = suitability; |
| | | public void setNearlyMonthAppointmentCount(Number nearlyMonthAppointmentCount) { |
| | | this.nearlyMonthAppointmentCount = nearlyMonthAppointmentCount; |
| | | } |
| | | |
| | | public Number getEvaluation() { |
| | | return evaluation; |
| | | public Number getAllAppointmentCount() { |
| | | return allAppointmentCount; |
| | | } |
| | | |
| | | public void setEvaluation(Number evaluation) { |
| | | this.evaluation = evaluation; |
| | | public void setAllAppointmentCount(Number allAppointmentCount) { |
| | | this.allAppointmentCount = allAppointmentCount; |
| | | } |
| | | |
| | | public List<String> getExpertise() { |
| | |
| | | public void setEmail(String email) { |
| | | this.email = email; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |