public class ContentItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements ContentItemEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseFolderId |
protected boolean |
contentAvailable |
protected Long |
contentSize |
protected String |
contentStoreId |
protected String |
contentStoreName |
protected Date |
created |
protected String |
createdBy |
protected String |
definitionId |
protected String |
definitionName |
protected boolean |
isRoot |
protected Date |
lastModified |
protected String |
lastModifiedBy |
protected String |
lockInfo |
protected String |
mimeType |
protected String |
name |
protected String |
parentFolderId |
protected String |
processInstanceId |
protected boolean |
provisional |
protected String |
scopeId |
protected String |
scopeType |
protected String |
state |
protected String |
subState |
protected String |
subType |
protected String |
taskId |
protected String |
tenantId |
protected String |
type |
protected Integer |
version |
protected String |
versionInfo |
protected String |
versionParentId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
ContentItemEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected Integer version
protected String versionInfo
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 String createdBy
protected Date lastModified
protected String lastModifiedBy
protected String versionParentId
protected String definitionId
protected String definitionName
protected String type
protected String subType
protected String state
protected String subState
protected String tenantId
protected boolean provisional
protected String lockInfo
protected String parentFolderId
protected String baseFolderId
protected boolean isRoot
public Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface ContentItempublic void setName(String name)
setName in interface ContentItempublic Integer getVersion()
getVersion in interface CoreContentItempublic void setVersion(Integer version)
setVersion in interface CoreContentItempublic String getVersionInfo()
getVersionInfo in interface CoreContentItempublic void setVersionInfo(String versionInfo)
setVersionInfo in interface CoreContentItempublic String getMimeType()
getMimeType in interface ContentItempublic void setMimeType(String mimeType)
setMimeType in interface ContentItempublic String getTaskId()
getTaskId in interface ContentItempublic void setTaskId(String taskId)
setTaskId in interface ContentItempublic String getProcessInstanceId()
getProcessInstanceId in interface ContentItempublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface ContentItempublic String getContentStoreId()
getContentStoreId in interface ContentItempublic void setContentStoreId(String contentStoreId)
setContentStoreId in interface ContentItempublic String getContentStoreName()
getContentStoreName in interface ContentItempublic void setContentStoreName(String contentStoreName)
setContentStoreName in interface ContentItempublic boolean isContentAvailable()
isContentAvailable in interface ContentItempublic void setContentAvailable(boolean contentAvailable)
setContentAvailable in interface ContentItemEntitypublic String getField()
getField in interface ContentItempublic void setField(String field)
setField in interface ContentItempublic Long getContentSize()
getContentSize in interface ContentItempublic void setContentSize(Long contentSize)
setContentSize in interface ContentItemEntitypublic Date getCreated()
getCreated in interface ContentItempublic void setCreated(Date created)
setCreated in interface ContentItemEntitypublic String getCreatedBy()
getCreatedBy in interface ContentItempublic void setCreatedBy(String createdBy)
setCreatedBy in interface ContentItempublic Date getLastModified()
getLastModified in interface ContentItempublic void setLastModified(Date lastModified)
setLastModified in interface ContentItemEntitypublic String getLastModifiedBy()
getLastModifiedBy in interface ContentItempublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface ContentItempublic String getVersionParentId()
getVersionParentId in interface CoreContentItempublic void setVersionParentId(String versionParentId)
setVersionParentId in interface CoreContentItempublic String getDefinitionId()
getDefinitionId in interface CoreContentItempublic void setDefinitionId(String definitionId)
setDefinitionId in interface CoreContentItempublic String getDefinitionName()
getDefinitionName in interface CoreContentItempublic void setDefinitionName(String definitionName)
public String getType()
getType in interface CoreContentItempublic void setType(String type)
setType in interface CoreContentItempublic String getSubType()
getSubType in interface CoreContentItempublic void setSubType(String subType)
setSubType in interface CoreContentItempublic String getState()
getState in interface CoreContentItempublic void setState(String state)
setState in interface CoreContentItempublic String getSubState()
getSubState in interface CoreContentItempublic void setSubState(String subState)
setSubState in interface CoreContentItempublic String getTenantId()
getTenantId in interface ContentItempublic void setTenantId(String tenantId)
setTenantId in interface ContentItempublic String getScopeId()
getScopeId in interface ContentItempublic void setScopeId(String scopeId)
setScopeId in interface ContentItempublic String getScopeType()
getScopeType in interface ContentItempublic void setScopeType(String scopeType)
setScopeType in interface ContentItempublic boolean isProvisional()
isProvisional in interface ContentItempublic void setProvisional(boolean provisional)
setProvisional in interface ContentItempublic String getLockInfo()
getLockInfo in interface ContentItemEntitygetLockInfo in interface CoreContentItempublic void setLockInfo(String lockInfo)
setLockInfo in interface ContentItemEntitysetLockInfo in interface CoreContentItempublic String getParentFolderId()
getParentFolderId in interface CoreContentItempublic void setParentFolderId(String parentFolderId)
setParentFolderId in interface CoreContentItempublic String getBaseFolderId()
getBaseFolderId in interface CoreContentItempublic void setBaseFolderId(String baseFolderId)
setBaseFolderId in interface CoreContentItempublic boolean isRootFolder()
isRootFolder in interface CoreContentItem