Class ArchiveJobEventEntityImpl
- 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.ArchiveJobEventEntityImpl
-
- All Implemented Interfaces:
ArchiveJobEventEntity
,HasRevision
,Entity
public class ArchiveJobEventEntityImpl extends AbstractEngageEngineEntity implements ArchiveJobEventEntity
- Author:
- Simon Amport
-
-
Field Summary
Fields Modifier and Type Field Description protected long
conversationCount
protected Date
creationTime
protected long
dataCount
protected Date
endTime
protected long
participantCount
protected Date
startTime
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description ArchiveJobEventEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
-
-
-
Method Detail
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTime
in interfaceArchiveJobEventEntity
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTime
in interfaceArchiveJobEventEntity
-
getStartTime
public Date getStartTime()
- Specified by:
getStartTime
in interfaceArchiveJobEventEntity
-
setStartTime
public void setStartTime(Date startTime)
- Specified by:
setStartTime
in interfaceArchiveJobEventEntity
-
getEndTime
public Date getEndTime()
- Specified by:
getEndTime
in interfaceArchiveJobEventEntity
-
setEndTime
public void setEndTime(Date endTime)
- Specified by:
setEndTime
in interfaceArchiveJobEventEntity
-
getConversationCount
public long getConversationCount()
- Specified by:
getConversationCount
in interfaceArchiveJobEventEntity
-
setConversationCount
public void setConversationCount(long conversationCount)
- Specified by:
setConversationCount
in interfaceArchiveJobEventEntity
-
getParticipantCount
public long getParticipantCount()
- Specified by:
getParticipantCount
in interfaceArchiveJobEventEntity
-
setParticipantCount
public void setParticipantCount(long participantCount)
- Specified by:
setParticipantCount
in interfaceArchiveJobEventEntity
-
getDataCount
public long getDataCount()
- Specified by:
getDataCount
in interfaceArchiveJobEventEntity
-
setDataCount
public void setDataCount(long dataCount)
- Specified by:
setDataCount
in interfaceArchiveJobEventEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
-