Class ArchiveConversationEventEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
- All Implemented Interfaces:
ArchiveConversationEventEntity
,HasRevision
,Entity
public class ArchiveConversationEventEntityImpl
extends AbstractEngageEngineEntity
implements ArchiveConversationEventEntity
- Author:
- Simon Amport, Alberto Martinez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected String
protected Date
protected Integer
protected Integer
protected Integer
protected String
protected String
protected Date
protected Date
protected Integer
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from class com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
conversationId
-
sectionId
-
creationTime
-
periodStartTime
-
periodEndTime
-
participantIds
-
participantNames
-
messageCount
-
eventCount
-
attachmentCount
-
exportedCount
-
-
Constructor Details
-
ArchiveConversationEventEntityImpl
public ArchiveConversationEventEntityImpl()
-
-
Method Details
-
getConversationId
- Specified by:
getConversationId
in interfaceArchiveConversationEventEntity
-
setConversationId
- Specified by:
setConversationId
in interfaceArchiveConversationEventEntity
-
getSectionId
- Specified by:
getSectionId
in interfaceArchiveConversationEventEntity
-
setSectionId
- Specified by:
setSectionId
in interfaceArchiveConversationEventEntity
-
getCreationTime
- Specified by:
getCreationTime
in interfaceArchiveConversationEventEntity
-
setCreationTime
- Specified by:
setCreationTime
in interfaceArchiveConversationEventEntity
-
getPeriodStartTime
- Specified by:
getPeriodStartTime
in interfaceArchiveConversationEventEntity
-
setPeriodStartTime
- Specified by:
setPeriodStartTime
in interfaceArchiveConversationEventEntity
-
getPeriodEndTime
- Specified by:
getPeriodEndTime
in interfaceArchiveConversationEventEntity
-
setPeriodEndTime
- Specified by:
setPeriodEndTime
in interfaceArchiveConversationEventEntity
-
getParticipantIds
- Specified by:
getParticipantIds
in interfaceArchiveConversationEventEntity
-
setParticipantIds
- Specified by:
setParticipantIds
in interfaceArchiveConversationEventEntity
-
getParticipantNames
- Specified by:
getParticipantNames
in interfaceArchiveConversationEventEntity
-
setParticipantNames
- Specified by:
setParticipantNames
in interfaceArchiveConversationEventEntity
-
getMessageCount
- Specified by:
getMessageCount
in interfaceArchiveConversationEventEntity
-
setMessageCount
- Specified by:
setMessageCount
in interfaceArchiveConversationEventEntity
-
getEventCount
- Specified by:
getEventCount
in interfaceArchiveConversationEventEntity
-
setEventCount
- Specified by:
setEventCount
in interfaceArchiveConversationEventEntity
-
getAttachmentCount
- Specified by:
getAttachmentCount
in interfaceArchiveConversationEventEntity
-
setAttachmentCount
- Specified by:
setAttachmentCount
in interfaceArchiveConversationEventEntity
-
getExportedCount
- Specified by:
getExportedCount
in interfaceArchiveConversationEventEntity
-
setExportedCount
public void setExportedCount(int exportCount) - Specified by:
setExportedCount
in interfaceArchiveConversationEventEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-