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 longconversationCountprotected DatecreationTimeprotected longdataCountprotected DateendTimeprotected longparticipantCountprotected DatestartTime-
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 longgetConversationCount()DategetCreationTime()longgetDataCount()DategetEndTime()longgetParticipantCount()ObjectgetPersistentState()DategetStartTime()voidsetConversationCount(long conversationCount)voidsetCreationTime(Date creationTime)voidsetDataCount(long dataCount)voidsetEndTime(Date endTime)voidsetParticipantCount(long participantCount)voidsetStartTime(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:
getCreationTimein interfaceArchiveJobEventEntity
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTimein interfaceArchiveJobEventEntity
-
getStartTime
public Date getStartTime()
- Specified by:
getStartTimein interfaceArchiveJobEventEntity
-
setStartTime
public void setStartTime(Date startTime)
- Specified by:
setStartTimein interfaceArchiveJobEventEntity
-
getEndTime
public Date getEndTime()
- Specified by:
getEndTimein interfaceArchiveJobEventEntity
-
setEndTime
public void setEndTime(Date endTime)
- Specified by:
setEndTimein interfaceArchiveJobEventEntity
-
getConversationCount
public long getConversationCount()
- Specified by:
getConversationCountin interfaceArchiveJobEventEntity
-
setConversationCount
public void setConversationCount(long conversationCount)
- Specified by:
setConversationCountin interfaceArchiveJobEventEntity
-
getParticipantCount
public long getParticipantCount()
- Specified by:
getParticipantCountin interfaceArchiveJobEventEntity
-
setParticipantCount
public void setParticipantCount(long participantCount)
- Specified by:
setParticipantCountin interfaceArchiveJobEventEntity
-
getDataCount
public long getDataCount()
- Specified by:
getDataCountin interfaceArchiveJobEventEntity
-
setDataCount
public void setDataCount(long dataCount)
- Specified by:
setDataCountin interfaceArchiveJobEventEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
-