Class Event

java.lang.Object
hu.rts.mike.example.dev.crm.entity.Event

@Entity public class Event extends Object
  • Field Details

    • id

      private Integer id
    • eventDetails

      private String eventDetails
    • nextAppointment

      private LocalDate nextAppointment
    • chanceOfSuccess

      private Integer chanceOfSuccess
    • communicationChannel

      private CommunicationChannel communicationChannel
    • lead

      private Lead lead
  • Constructor Details

    • Event

      public Event()
  • 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 CommunicationChannel getCommunicationChannel()
    • setCommunicationChannel

      public void setCommunicationChannel(CommunicationChannel communicationChannel)
    • getLead

      public Lead getLead()
    • setLead

      public void setLead(Lead lead)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object