| | |
| | | private Instant updateTime; |
| | | private String role; |
| | | private String seniority; |
| | | private Long latestAppointmentId; |
| | | private Instant latestAppointmentDate; |
| | | private Float latestAppointmentScore; |
| | | private List<AppointmentCustomerViewDTO> appointments; |
| | | |
| | | public boolean isNewConsultant() { |
| | |
| | | this.expertise = expertise; |
| | | } |
| | | |
| | | public Float getLatestAppointmentScore() { |
| | | return latestAppointmentScore; |
| | | } |
| | | |
| | | public void setLatestAppointmentScore(Float latestAppointmentScore) { |
| | | this.latestAppointmentScore = latestAppointmentScore; |
| | | } |
| | | |
| | | public Float getAvgScore() { |
| | | return avgScore; |
| | | } |
| | |
| | | |
| | | public void setContactStatus(ContactStatusEnum contactStatus) { |
| | | this.contactStatus = contactStatus; |
| | | } |
| | | |
| | | public Instant getLatestAppointmentDate() { |
| | | return latestAppointmentDate; |
| | | } |
| | | |
| | | public void setLatestAppointmentDate(Instant latestAppointmentDate) { |
| | | this.latestAppointmentDate = latestAppointmentDate; |
| | | } |
| | | |
| | | public Instant getCreateTime() { |
| | |
| | | |
| | | public void setNewConsultant(boolean newConsultant) { |
| | | this.newConsultant = newConsultant; |
| | | } |
| | | |
| | | public Long getLatestAppointmentId() { |
| | | return latestAppointmentId; |
| | | } |
| | | |
| | | public void setLatestAppointmentId(Long latestAppointmentId) { |
| | | this.latestAppointmentId = latestAppointmentId; |
| | | } |
| | | |
| | | public List<AppointmentCustomerViewDTO> getAppointments() { |