public class RenditionItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements RenditionItemEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
contentAvailable |
protected String |
contentItemId |
protected String |
contentItemName |
protected Long |
contentSize |
protected String |
contentStoreId |
protected String |
contentStoreName |
protected Date |
created |
protected Date |
lastModified |
protected String |
mimeType |
protected String |
name |
protected String |
processInstanceId |
protected boolean |
provisional |
protected String |
renditionType |
protected String |
scopeId |
protected String |
scopeType |
protected String |
taskId |
protected String |
tenantId |
| Constructor and Description |
|---|
RenditionItemEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String contentItemId
protected String contentItemName
protected String name
protected String mimeType
protected String taskId
protected String processInstanceId
protected String scopeId
protected String scopeType
protected String contentStoreId
protected String contentStoreName
protected boolean contentAvailable
protected Long contentSize
protected Date created
protected Date lastModified
protected String tenantId
protected boolean provisional
protected String renditionType
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getContentItemId()
getContentItemId in interface RenditionItempublic void setContentItemId(String contentItemId)
setContentItemId in interface RenditionItempublic String getContentItemName()
getContentItemName in interface RenditionItempublic void setContentItemName(String contentItemName)
public String getName()
getName in interface RenditionItempublic void setName(String name)
setName in interface RenditionItempublic String getMimeType()
getMimeType in interface RenditionItempublic void setMimeType(String mimeType)
setMimeType in interface RenditionItempublic String getTaskId()
getTaskId in interface RenditionItempublic void setTaskId(String taskId)
setTaskId in interface RenditionItempublic String getProcessInstanceId()
getProcessInstanceId in interface RenditionItempublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface RenditionItempublic String getContentStoreId()
getContentStoreId in interface RenditionItempublic void setContentStoreId(String contentStoreId)
setContentStoreId in interface RenditionItempublic String getContentStoreName()
getContentStoreName in interface RenditionItempublic void setContentStoreName(String contentStoreName)
setContentStoreName in interface RenditionItempublic boolean isContentAvailable()
isContentAvailable in interface RenditionItempublic void setContentAvailable(boolean contentAvailable)
setContentAvailable in interface RenditionItemEntitypublic Long getContentSize()
getContentSize in interface RenditionItempublic void setContentSize(Long contentSize)
setContentSize in interface RenditionItemEntitypublic Date getCreated()
getCreated in interface RenditionItempublic void setCreated(Date created)
setCreated in interface RenditionItemEntitypublic Date getLastModified()
getLastModified in interface RenditionItempublic void setLastModified(Date lastModified)
setLastModified in interface RenditionItemEntitypublic String getTenantId()
getTenantId in interface RenditionItempublic void setTenantId(String tenantId)
setTenantId in interface RenditionItempublic String getScopeId()
getScopeId in interface RenditionItempublic void setScopeId(String scopeId)
setScopeId in interface RenditionItempublic String getScopeType()
getScopeType in interface RenditionItempublic void setScopeType(String scopeType)
setScopeType in interface RenditionItempublic boolean isProvisional()
isProvisional in interface RenditionItempublic void setProvisional(boolean provisional)
setProvisional in interface RenditionItempublic String getRenditionType()
getRenditionType in interface RenditionItempublic void setRenditionType(String renditionType)
setRenditionType in interface RenditionItemCopyright © 2019. All rights reserved.