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 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
-
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 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)
-
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:
getConversationId
in interfaceArchiveConversationEventEntity
-
setConversationId
public void setConversationId(String conversationId)
- Specified by:
setConversationId
in interfaceArchiveConversationEventEntity
-
getSectionId
public Integer getSectionId()
- Specified by:
getSectionId
in interfaceArchiveConversationEventEntity
-
setSectionId
public void setSectionId(Integer sectionId)
- Specified by:
setSectionId
in interfaceArchiveConversationEventEntity
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTime
in interfaceArchiveConversationEventEntity
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTime
in interfaceArchiveConversationEventEntity
-
getPeriodStartTime
public Date getPeriodStartTime()
- Specified by:
getPeriodStartTime
in interfaceArchiveConversationEventEntity
-
setPeriodStartTime
public void setPeriodStartTime(Date periodStartTime)
- Specified by:
setPeriodStartTime
in interfaceArchiveConversationEventEntity
-
getPeriodEndTime
public Date getPeriodEndTime()
- Specified by:
getPeriodEndTime
in interfaceArchiveConversationEventEntity
-
setPeriodEndTime
public void setPeriodEndTime(Date periodEndTime)
- Specified by:
setPeriodEndTime
in interfaceArchiveConversationEventEntity
-
getParticipantIds
public String getParticipantIds()
- Specified by:
getParticipantIds
in interfaceArchiveConversationEventEntity
-
setParticipantIds
public void setParticipantIds(String participantIds)
- Specified by:
setParticipantIds
in interfaceArchiveConversationEventEntity
-
getParticipantNames
public String getParticipantNames()
- Specified by:
getParticipantNames
in interfaceArchiveConversationEventEntity
-
setParticipantNames
public void setParticipantNames(String participantNames)
- Specified by:
setParticipantNames
in interfaceArchiveConversationEventEntity
-
getMessageCount
public Integer getMessageCount()
- Specified by:
getMessageCount
in interfaceArchiveConversationEventEntity
-
setMessageCount
public void setMessageCount(Integer messageCount)
- Specified by:
setMessageCount
in interfaceArchiveConversationEventEntity
-
getEventCount
public Integer getEventCount()
- Specified by:
getEventCount
in interfaceArchiveConversationEventEntity
-
setEventCount
public void setEventCount(Integer eventCount)
- Specified by:
setEventCount
in interfaceArchiveConversationEventEntity
-
getAttachmentCount
public Integer getAttachmentCount()
- Specified by:
getAttachmentCount
in interfaceArchiveConversationEventEntity
-
setAttachmentCount
public void setAttachmentCount(Integer attachmentCount)
- Specified by:
setAttachmentCount
in interfaceArchiveConversationEventEntity
-
getExportedCount
public Integer getExportedCount()
- Specified by:
getExportedCount
in interfaceArchiveConversationEventEntity
-
setExportedCount
public void setExportedCount(int exportCount)
- Specified by:
setExportedCount
in interfaceArchiveConversationEventEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
-