public class ArchiveJobEventEntityImpl extends AbstractEngageEngineEntity implements ArchiveJobEventEntity
| Modifier and Type | Field and Description | 
|---|---|
| protected long | conversationCount | 
| protected Date | creationTime | 
| protected long | dataCount | 
| protected Date | endTime | 
| protected long | participantCount | 
| protected Date | startTime | 
| Constructor and Description | 
|---|
| ArchiveJobEventEntityImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getConversationCount() | 
| Date | getCreationTime() | 
| long | getDataCount() | 
| Date | getEndTime() | 
| long | getParticipantCount() | 
| Object | getPersistentState() | 
| Date | getStartTime() | 
| void | setConversationCount(long conversationCount) | 
| void | setCreationTime(Date creationTime) | 
| void | setDataCount(long dataCount) | 
| void | setEndTime(Date endTime) | 
| void | setParticipantCount(long participantCount) | 
| void | setStartTime(Date startTime) | 
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected Date creationTime
protected Date startTime
protected Date endTime
protected long conversationCount
protected long participantCount
protected long dataCount
public Date getCreationTime()
getCreationTime in interface ArchiveJobEventEntitypublic void setCreationTime(Date creationTime)
setCreationTime in interface ArchiveJobEventEntitypublic Date getStartTime()
getStartTime in interface ArchiveJobEventEntitypublic void setStartTime(Date startTime)
setStartTime in interface ArchiveJobEventEntitypublic Date getEndTime()
getEndTime in interface ArchiveJobEventEntitypublic void setEndTime(Date endTime)
setEndTime in interface ArchiveJobEventEntitypublic long getConversationCount()
getConversationCount in interface ArchiveJobEventEntitypublic void setConversationCount(long conversationCount)
setConversationCount in interface ArchiveJobEventEntitypublic long getParticipantCount()
getParticipantCount in interface ArchiveJobEventEntitypublic void setParticipantCount(long participantCount)
setParticipantCount in interface ArchiveJobEventEntitypublic long getDataCount()
getDataCount in interface ArchiveJobEventEntitypublic void setDataCount(long dataCount)
setDataCount in interface ArchiveJobEventEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.