public class ArchiveConversationEventEntityImpl extends AbstractEngageEngineEntity implements ArchiveConversationEventEntity
| Modifier and Type | Field and Description | 
|---|---|
| protected Integer | attachmentCount | 
| protected String | conversationId | 
| protected Date | creationTime | 
| protected Integer | eventCount | 
| protected Integer | exportedCount | 
| protected Integer | messageCount | 
| protected String | participantIds | 
| protected String | participantNames | 
| protected Date | periodEndTime | 
| protected Date | periodStartTime | 
| protected Integer | sectionId | 
| Constructor and Description | 
|---|
| ArchiveConversationEventEntityImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getAttachmentCount() | 
| String | getConversationId() | 
| Date | getCreationTime() | 
| Integer | getEventCount() | 
| Integer | getExportedCount() | 
| Integer | getMessageCount() | 
| String | getParticipantIds() | 
| String | getParticipantNames() | 
| Date | getPeriodEndTime() | 
| Date | getPeriodStartTime() | 
| Object | getPersistentState() | 
| Integer | getSectionId() | 
| void | setAttachmentCount(Integer attachmentCount) | 
| void | setConversationId(String conversationId) | 
| void | setCreationTime(Date creationTime) | 
| void | setEventCount(Integer eventCount) | 
| void | setExportedCount(int exportCount) | 
| void | setMessageCount(Integer messageCount) | 
| void | setParticipantIds(String participantIds) | 
| void | setParticipantNames(String participantNames) | 
| void | setPeriodEndTime(Date periodEndTime) | 
| void | setPeriodStartTime(Date periodStartTime) | 
| void | setSectionId(Integer sectionId) | 
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String conversationId
protected Integer sectionId
protected Date creationTime
protected Date periodStartTime
protected Date periodEndTime
protected String participantIds
protected String participantNames
protected Integer messageCount
protected Integer eventCount
protected Integer attachmentCount
protected Integer exportedCount
public String getConversationId()
getConversationId in interface ArchiveConversationEventEntitypublic void setConversationId(String conversationId)
setConversationId in interface ArchiveConversationEventEntitypublic Integer getSectionId()
getSectionId in interface ArchiveConversationEventEntitypublic void setSectionId(Integer sectionId)
setSectionId in interface ArchiveConversationEventEntitypublic Date getCreationTime()
getCreationTime in interface ArchiveConversationEventEntitypublic void setCreationTime(Date creationTime)
setCreationTime in interface ArchiveConversationEventEntitypublic Date getPeriodStartTime()
getPeriodStartTime in interface ArchiveConversationEventEntitypublic void setPeriodStartTime(Date periodStartTime)
setPeriodStartTime in interface ArchiveConversationEventEntitypublic Date getPeriodEndTime()
getPeriodEndTime in interface ArchiveConversationEventEntitypublic void setPeriodEndTime(Date periodEndTime)
setPeriodEndTime in interface ArchiveConversationEventEntitypublic String getParticipantIds()
getParticipantIds in interface ArchiveConversationEventEntitypublic void setParticipantIds(String participantIds)
setParticipantIds in interface ArchiveConversationEventEntitypublic String getParticipantNames()
getParticipantNames in interface ArchiveConversationEventEntitypublic void setParticipantNames(String participantNames)
setParticipantNames in interface ArchiveConversationEventEntitypublic Integer getMessageCount()
getMessageCount in interface ArchiveConversationEventEntitypublic void setMessageCount(Integer messageCount)
setMessageCount in interface ArchiveConversationEventEntitypublic Integer getEventCount()
getEventCount in interface ArchiveConversationEventEntitypublic void setEventCount(Integer eventCount)
setEventCount in interface ArchiveConversationEventEntitypublic Integer getAttachmentCount()
getAttachmentCount in interface ArchiveConversationEventEntitypublic void setAttachmentCount(Integer attachmentCount)
setAttachmentCount in interface ArchiveConversationEventEntitypublic Integer getExportedCount()
getExportedCount in interface ArchiveConversationEventEntitypublic void setExportedCount(int exportCount)
setExportedCount in interface ArchiveConversationEventEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.