public class MessageAuditEntityImpl extends AbstractEngageEngineEntity implements MessageAuditEntity
Modifier and Type | Field and Description |
---|---|
protected String |
conversationId |
protected Date |
creationTime |
protected String |
creatorId |
protected String |
mainContent |
protected String |
mainContentType |
protected String |
mediaContentId |
protected String |
messageId |
protected String |
modifierId |
protected Date |
modifyTime |
Constructor and Description |
---|
MessageAuditEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getConversationId()
The id of the conversation that this media audit belongs to
|
Date |
getCreationTime()
The creation time of this version of the message.
|
String |
getCreatorId()
The id of the user that created this version of the message.
|
String |
getMainContent()
The main content of the audit.
|
String |
getMainContentType()
The main content type of the audit.
|
String |
getMediaContentId()
The id of the media content in this audit.
|
String |
getMessageId()
The message id that this audit belongs to
|
String |
getModifierId()
The id of the user that did the modification
|
Date |
getModifyTime()
The time of the modification.
|
Object |
getPersistentState() |
void |
setConversationId(String conversationId) |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setMainContent(String mainContent) |
void |
setMainContentType(String mainContentType) |
void |
setMediaContentId(String mediaContentId) |
void |
setMessageId(String messageId) |
void |
setModifierId(String modifierId) |
void |
setModifyTime(Date modifyTime) |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
protected String messageId
protected String mediaContentId
protected String conversationId
protected String mainContent
protected String mainContentType
protected Date creationTime
protected String creatorId
protected Date modifyTime
protected String modifierId
public String getMessageId()
MessageAudit
getMessageId
in interface MessageAudit
public void setMessageId(String messageId)
setMessageId
in interface MessageAuditEntity
public String getMediaContentId()
MessageAudit
getMediaContentId
in interface MessageAudit
public void setMediaContentId(String mediaContentId)
setMediaContentId
in interface MessageAuditEntity
public String getConversationId()
MessageAudit
getConversationId
in interface MessageAudit
public void setConversationId(String conversationId)
setConversationId
in interface MessageAuditEntity
public String getMainContent()
MessageAudit
getMainContent
in interface MessageAudit
public void setMainContent(String mainContent)
setMainContent
in interface MessageAuditEntity
public String getMainContentType()
MessageAudit
getMainContentType
in interface MessageAudit
public void setMainContentType(String mainContentType)
setMainContentType
in interface MessageAuditEntity
public Date getCreationTime()
MessageAudit
Message
or
the update time of a Message
if the message is being changed multiple times.
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
getCreationTime
in interface MessageAudit
public void setCreationTime(Date creationTime)
setCreationTime
in interface MessageAuditEntity
public String getCreatorId()
MessageAudit
Message
or
the updater of a Message
if the message is being changed multiple times
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
getCreatorId
in interface MessageAudit
public void setCreatorId(String creatorId)
setCreatorId
in interface MessageAuditEntity
public Date getModifyTime()
MessageAudit
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
getModifyTime
in interface MessageAudit
public void setModifyTime(Date modifyTime)
setModifyTime
in interface MessageAuditEntity
public String getModifierId()
MessageAudit
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
getModifierId
in interface MessageAudit
public void setModifierId(String modifierId)
setModifierId
in interface MessageAuditEntity
public Object getPersistentState()
getPersistentState
in interface org.flowable.common.engine.impl.persistence.entity.Entity
Copyright © 2019. All rights reserved.