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 Integerprotected Stringprotected Dateprotected Integerprotected Integerprotected Integerprotected Stringprotected Stringprotected Dateprotected Dateprotected IntegerFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttachmentCount(Integer attachmentCount) voidsetConversationId(String conversationId) voidsetCreationTime(Date creationTime) voidsetEventCount(Integer eventCount) voidsetExportedCount(int exportCount) voidsetMessageCount(Integer messageCount) voidsetParticipantIds(String participantIds) voidsetParticipantNames(String participantNames) voidsetPeriodEndTime(Date periodEndTime) voidsetPeriodStartTime(Date periodStartTime) voidsetSectionId(Integer sectionId) Methods inherited from class com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
getConversationIdin interfaceArchiveConversationEventEntity
-
setConversationId
- Specified by:
setConversationIdin interfaceArchiveConversationEventEntity
-
getSectionId
- Specified by:
getSectionIdin interfaceArchiveConversationEventEntity
-
setSectionId
- Specified by:
setSectionIdin interfaceArchiveConversationEventEntity
-
getCreationTime
- Specified by:
getCreationTimein interfaceArchiveConversationEventEntity
-
setCreationTime
- Specified by:
setCreationTimein interfaceArchiveConversationEventEntity
-
getPeriodStartTime
- Specified by:
getPeriodStartTimein interfaceArchiveConversationEventEntity
-
setPeriodStartTime
- Specified by:
setPeriodStartTimein interfaceArchiveConversationEventEntity
-
getPeriodEndTime
- Specified by:
getPeriodEndTimein interfaceArchiveConversationEventEntity
-
setPeriodEndTime
- Specified by:
setPeriodEndTimein interfaceArchiveConversationEventEntity
-
getParticipantIds
- Specified by:
getParticipantIdsin interfaceArchiveConversationEventEntity
-
setParticipantIds
- Specified by:
setParticipantIdsin interfaceArchiveConversationEventEntity
-
getParticipantNames
- Specified by:
getParticipantNamesin interfaceArchiveConversationEventEntity
-
setParticipantNames
- Specified by:
setParticipantNamesin interfaceArchiveConversationEventEntity
-
getMessageCount
- Specified by:
getMessageCountin interfaceArchiveConversationEventEntity
-
setMessageCount
- Specified by:
setMessageCountin interfaceArchiveConversationEventEntity
-
getEventCount
- Specified by:
getEventCountin interfaceArchiveConversationEventEntity
-
setEventCount
- Specified by:
setEventCountin interfaceArchiveConversationEventEntity
-
getAttachmentCount
- Specified by:
getAttachmentCountin interfaceArchiveConversationEventEntity
-
setAttachmentCount
- Specified by:
setAttachmentCountin interfaceArchiveConversationEventEntity
-
getExportedCount
- Specified by:
getExportedCountin interfaceArchiveConversationEventEntity
-
setExportedCount
public void setExportedCount(int exportCount) - Specified by:
setExportedCountin interfaceArchiveConversationEventEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-