Class EventDto
java.lang.Object
hu.rts.mike.example.dev.crm.model.EventDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLead()voidsetChanceOfSuccess(Integer chanceOfSuccess) voidsetCommunicationChannel(CommunicationChannelDto communicationChannel) voidsetEventDetails(String eventDetails) voidvoidvoidsetNextAppointment(LocalDate nextAppointment)
-
Field Details
-
id
-
eventDetails
-
nextAppointment
-
chanceOfSuccess
-
communicationChannel
-
lead
-
-
Constructor Details
-
EventDto
public EventDto()
-
-
Method Details
-
getId
-
setId
-
getEventDetails
-
setEventDetails
-
getNextAppointment
-
setNextAppointment
-
getChanceOfSuccess
-
setChanceOfSuccess
-
getCommunicationChannel
-
setCommunicationChannel
-
getLead
-
setLead
-