| | |
| | | |
| | | import com.pollex.pam.enums.ContactStatusEnum; |
| | | |
| | | @Service |
| | | public class AppointmentDTO { |
| | | |
| | | |
| | | private Long id; |
| | | private String phone; |
| | | private String email; |
| | | private String contactType; |
| | | private String gender; |
| | | private int age; |
| | | private String age; |
| | | private String job; |
| | | private String requirement; |
| | | private ContactStatusEnum communicateStatus; |
| | | private String hopeContactTime; |
| | | private String otherRequirement; |
| | | private Instant appointmentDate; |
| | | private Instant lastModifiedDate; |
| | | private String agentNo; |
| | | private Long customerId; |
| | | |
| | | private Instant consultantViewTime; |
| | | private Instant consultantReadTime; |
| | | private Instant contactTime; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setGender(String gender) { |
| | | this.gender = gender; |
| | | } |
| | | public int getAge() { |
| | | public String getAge() { |
| | | return age; |
| | | } |
| | | public void setAge(int age) { |
| | | public void setAge(String age) { |
| | | this.age = age; |
| | | } |
| | | public String getJob() { |
| | |
| | | public void setCustomerId(Long customerId) { |
| | | this.customerId = customerId; |
| | | } |
| | | |
| | | |
| | | |
| | | public Instant getConsultantViewTime() { |
| | | return consultantViewTime; |
| | | } |
| | | public void setConsultantViewTime(Instant consultantViewTime) { |
| | | this.consultantViewTime = consultantViewTime; |
| | | } |
| | | public Instant getConsultantReadTime() { |
| | | return consultantReadTime; |
| | | } |
| | | public void setConsultantReadTime(Instant consultantReadTime) { |
| | | this.consultantReadTime = consultantReadTime; |
| | | } |
| | | public Instant getLastModifiedDate() { |
| | | return lastModifiedDate; |
| | | } |
| | | |
| | | public void setLastModifiedDate(Instant lastModifiedDate) { |
| | | this.lastModifiedDate = lastModifiedDate; |
| | | } |
| | | public Instant getContactTime() { |
| | | return contactTime; |
| | | } |
| | | public void setContactTime(Instant contactTime) { |
| | | this.contactTime = contactTime; |
| | | } |
| | | } |