Class EventDto

java.lang.Object
hu.rts.mike.example.dev.crm.model.EventDto

public class EventDto extends Object
  • Field Details

  • Constructor Details

    • EventDto

      public EventDto()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getEventDetails

      public String getEventDetails()
    • setEventDetails

      public void setEventDetails(String eventDetails)
    • getNextAppointment

      public LocalDate getNextAppointment()
    • setNextAppointment

      public void setNextAppointment(LocalDate nextAppointment)
    • getChanceOfSuccess

      public Integer getChanceOfSuccess()
    • setChanceOfSuccess

      public void setChanceOfSuccess(Integer chanceOfSuccess)
    • getCommunicationChannel

      public CommunicationChannelDto getCommunicationChannel()
    • setCommunicationChannel

      public void setCommunicationChannel(CommunicationChannelDto communicationChannel)
    • getLead

      public LeadDto getLead()
    • setLead

      public void setLead(LeadDto lead)