@ProviderType public interface DLContentModel extends com.liferay.portal.kernel.model.BaseModel<DLContent>, com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.document.library.content.model.impl.DLContentModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.document.library.content.model.impl.DLContentImpl.
DLContent| Modifier and Type | Method and Description |
|---|---|
DLContent |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this document library content.
|
long |
getContentId()
Returns the content ID of this document library content.
|
long |
getCtCollectionId()
Returns the ct collection ID of this document library content.
|
java.sql.Blob |
getData()
Returns the data of this document library content.
|
long |
getGroupId()
Returns the group ID of this document library content.
|
long |
getMvccVersion()
Returns the mvcc version of this document library content.
|
java.lang.String |
getPath()
Returns the path of this document library content.
|
long |
getPrimaryKey()
Returns the primary key of this document library content.
|
long |
getRepositoryId()
Returns the repository ID of this document library content.
|
long |
getSize()
Returns the size of this document library content.
|
java.lang.String |
getVersion()
Returns the version of this document library content.
|
void |
setCompanyId(long companyId)
Sets the company ID of this document library content.
|
void |
setContentId(long contentId)
Sets the content ID of this document library content.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this document library content.
|
void |
setData(java.sql.Blob data)
Sets the data of this document library content.
|
void |
setGroupId(long groupId)
Sets the group ID of this document library content.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this document library content.
|
void |
setPath(java.lang.String path)
Sets the path of this document library content.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library content.
|
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this document library content.
|
void |
setSize(long size)
Sets the size of this document library content.
|
void |
setVersion(java.lang.String version)
Sets the version of this document library content.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>primaryKey - the primary key of this document library contentlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this document library contentlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>ctCollectionId - the ct collection ID of this document library contentlong getContentId()
void setContentId(long contentId)
contentId - the content ID of this document library contentlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this document library contentlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this document library contentlong getRepositoryId()
void setRepositoryId(long repositoryId)
repositoryId - the repository ID of this document library content@AutoEscape java.lang.String getPath()
void setPath(java.lang.String path)
path - the path of this document library content@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the version of this document library contentjava.sql.Blob getData()
void setData(java.sql.Blob data)
data - the data of this document library contentlong getSize()
void setSize(long size)
size - the size of this document library contentDLContent cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLContent>default java.lang.String toXmlString()