Package org.motechproject.mots.domain
Class CallFlowElementLog
- java.lang.Object
 - 
- org.motechproject.mots.domain.BaseEntity
 - 
- org.motechproject.mots.domain.BaseTimestampedEntity
 - 
- org.motechproject.mots.domain.CallFlowElementLog
 
 
 
 
- 
- Direct Known Subclasses:
 MessageLog,MultipleChoiceQuestionLog
@Entity public abstract class CallFlowElementLog extends BaseTimestampedEntity
This abstract class is used as a base class for IVR system event response (e.g.MessageLog). It's storing the info when and what message were listened. 
- 
- 
Constructor Summary
Constructors Constructor Description CallFlowElementLog(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, CallFlowElement callFlowElement)Create new Call Flow Element Log. 
 - 
 
- 
- 
Constructor Detail
- 
CallFlowElementLog
public CallFlowElementLog(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, CallFlowElement callFlowElement)Create new Call Flow Element Log.- Parameters:
 startDate- date when question startedendDate- end date od the questioncallFlowElement- element for which log is created
 
 - 
 
 -