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
Fields Modifier and Type Field Description protected IntegerattachmentCountprotected StringconversationIdprotected DatecreationTimeprotected IntegereventCountprotected IntegerexportedCountprotected IntegermessageCountprotected StringparticipantIdsprotected StringparticipantNamesprotected DateperiodEndTimeprotected DateperiodStartTimeprotected IntegersectionId-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description ArchiveConversationEventEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAttachmentCount()StringgetConversationId()DategetCreationTime()IntegergetEventCount()IntegergetExportedCount()IntegergetMessageCount()StringgetParticipantIds()StringgetParticipantNames()DategetPeriodEndTime()DategetPeriodStartTime()ObjectgetPersistentState()IntegergetSectionId()voidsetAttachmentCount(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
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 Detail
-
conversationId
protected String conversationId
-
sectionId
protected Integer sectionId
-
creationTime
protected Date creationTime
-
periodStartTime
protected Date periodStartTime
-
periodEndTime
protected Date periodEndTime
-
participantIds
protected String participantIds
-
participantNames
protected String participantNames
-
messageCount
protected Integer messageCount
-
eventCount
protected Integer eventCount
-
attachmentCount
protected Integer attachmentCount
-
exportedCount
protected Integer exportedCount
-
-
Method Detail
-
getConversationId
public String getConversationId()
- Specified by:
getConversationIdin interfaceArchiveConversationEventEntity
-
setConversationId
public void setConversationId(String conversationId)
- Specified by:
setConversationIdin interfaceArchiveConversationEventEntity
-
getSectionId
public Integer getSectionId()
- Specified by:
getSectionIdin interfaceArchiveConversationEventEntity
-
setSectionId
public void setSectionId(Integer sectionId)
- Specified by:
setSectionIdin interfaceArchiveConversationEventEntity
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTimein interfaceArchiveConversationEventEntity
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTimein interfaceArchiveConversationEventEntity
-
getPeriodStartTime
public Date getPeriodStartTime()
- Specified by:
getPeriodStartTimein interfaceArchiveConversationEventEntity
-
setPeriodStartTime
public void setPeriodStartTime(Date periodStartTime)
- Specified by:
setPeriodStartTimein interfaceArchiveConversationEventEntity
-
getPeriodEndTime
public Date getPeriodEndTime()
- Specified by:
getPeriodEndTimein interfaceArchiveConversationEventEntity
-
setPeriodEndTime
public void setPeriodEndTime(Date periodEndTime)
- Specified by:
setPeriodEndTimein interfaceArchiveConversationEventEntity
-
getParticipantIds
public String getParticipantIds()
- Specified by:
getParticipantIdsin interfaceArchiveConversationEventEntity
-
setParticipantIds
public void setParticipantIds(String participantIds)
- Specified by:
setParticipantIdsin interfaceArchiveConversationEventEntity
-
getParticipantNames
public String getParticipantNames()
- Specified by:
getParticipantNamesin interfaceArchiveConversationEventEntity
-
setParticipantNames
public void setParticipantNames(String participantNames)
- Specified by:
setParticipantNamesin interfaceArchiveConversationEventEntity
-
getMessageCount
public Integer getMessageCount()
- Specified by:
getMessageCountin interfaceArchiveConversationEventEntity
-
setMessageCount
public void setMessageCount(Integer messageCount)
- Specified by:
setMessageCountin interfaceArchiveConversationEventEntity
-
getEventCount
public Integer getEventCount()
- Specified by:
getEventCountin interfaceArchiveConversationEventEntity
-
setEventCount
public void setEventCount(Integer eventCount)
- Specified by:
setEventCountin interfaceArchiveConversationEventEntity
-
getAttachmentCount
public Integer getAttachmentCount()
- Specified by:
getAttachmentCountin interfaceArchiveConversationEventEntity
-
setAttachmentCount
public void setAttachmentCount(Integer attachmentCount)
- Specified by:
setAttachmentCountin interfaceArchiveConversationEventEntity
-
getExportedCount
public Integer getExportedCount()
- Specified by:
getExportedCountin interfaceArchiveConversationEventEntity
-
setExportedCount
public void setExportedCount(int exportCount)
- Specified by:
setExportedCountin interfaceArchiveConversationEventEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
-