| | |
| | | package com.pollex.pam.service.dto; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonIgnore; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import com.fasterxml.jackson.annotation.JsonProperty; |
| | | |
| | | import java.time.Instant; |
| | | import java.util.List; |
| | | |
| | |
| | | private String name; |
| | | private String agentNo; |
| | | private String role; |
| | | private String image; |
| | | private String img; |
| | | private Float avgScore; |
| | | private String title; |
| | | private String phoneNumber; |
| | |
| | | private String seniority; |
| | | private Number suitability; |
| | | private Number evaluation; |
| | | private List<String> expertises; |
| | | private List<String> expertise; |
| | | private String concept; |
| | | private List<String> experiences; |
| | | private String awards; |
| | |
| | | this.role = role; |
| | | } |
| | | |
| | | public String getImage() { |
| | | return image; |
| | | public String getImg() { |
| | | return img; |
| | | } |
| | | |
| | | public void setImage(String image) { |
| | | this.image = image; |
| | | public void setImg(String img) { |
| | | this.img = img; |
| | | } |
| | | |
| | | public Float getAvgScore() { |
| | |
| | | this.evaluation = evaluation; |
| | | } |
| | | |
| | | public List<String> getExpertises() { |
| | | return expertises; |
| | | public List<String> getExpertise() { |
| | | return expertise; |
| | | } |
| | | |
| | | public void setExpertises(List<String> expertises) { |
| | | this.expertises = expertises; |
| | | public void setExpertise(List<String> expertise) { |
| | | this.expertise = expertise; |
| | | } |
| | | |
| | | public String getConcept() { |