Class DLContentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLContent>
com.liferay.document.library.content.model.DLContentWrapper
- All Implemented Interfaces:
DLContent,DLContentModel,com.liferay.portal.kernel.model.BaseModel<DLContent>,com.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DLContent>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<DLContent>
public class DLContentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLContent>
implements DLContent, com.liferay.portal.kernel.model.ModelWrapper<DLContent>
This class is a wrapper for DLContent.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.document.library.content.model.DLContent
CONTENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this document library content.longReturns the content ID of this document library content.longReturns the ct collection ID of this document library content.getData()Returns the data of this document library content.longReturns the group ID of this document library content.longReturns the mvcc version of this document library content.getPath()Returns the path of this document library content.longReturns the primary key of this document library content.longReturns the repository ID of this document library content.longgetSize()Returns the size of this document library content.Returns the version of this document library content.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this document library content.voidsetContentId(long contentId) Sets the content ID of this document library content.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library content.voidSets the data of this document library content.voidsetGroupId(long groupId) Sets the group ID of this document library content.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library content.voidSets the path of this document library content.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library content.voidsetRepositoryId(long repositoryId) Sets the repository ID of this document library content.voidsetSize(long size) Sets the size of this document library content.voidsetVersion(String version) Sets the version of this document library content.protected DLContentWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DLContentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DLContent>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DLContent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DLContent>- Specified by:
cloneWithOriginalValuesin interfaceDLContentModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this document library content.- Specified by:
getCompanyIdin interfaceDLContentModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this document library content
-
getContentId
public long getContentId()Returns the content ID of this document library content.- Specified by:
getContentIdin interfaceDLContentModel- Returns:
- the content ID of this document library content
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this document library content.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>- Specified by:
getCtCollectionIdin interfaceDLContentModel- Returns:
- the ct collection ID of this document library content
-
getData
Returns the data of this document library content.- Specified by:
getDatain interfaceDLContentModel- Returns:
- the data of this document library content
-
getGroupId
public long getGroupId()Returns the group ID of this document library content.- Specified by:
getGroupIdin interfaceDLContentModel- Returns:
- the group ID of this document library content
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this document library content.- Specified by:
getMvccVersionin interfaceDLContentModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this document library content
-
getPath
Returns the path of this document library content.- Specified by:
getPathin interfaceDLContentModel- Returns:
- the path of this document library content
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this document library content.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>- Specified by:
getPrimaryKeyin interfaceDLContentModel- Returns:
- the primary key of this document library content
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this document library content.- Specified by:
getRepositoryIdin interfaceDLContentModel- Returns:
- the repository ID of this document library content
-
getSize
public long getSize()Returns the size of this document library content.- Specified by:
getSizein interfaceDLContentModel- Returns:
- the size of this document library content
-
getVersion
Returns the version of this document library content.- Specified by:
getVersionin interfaceDLContentModel- Returns:
- the version of this document library content
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this document library content.- Specified by:
setCompanyIdin interfaceDLContentModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this document library content
-
setContentId
public void setContentId(long contentId) Sets the content ID of this document library content.- Specified by:
setContentIdin interfaceDLContentModel- Parameters:
contentId- the content ID of this document library content
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library content.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>- Specified by:
setCtCollectionIdin interfaceDLContentModel- Parameters:
ctCollectionId- the ct collection ID of this document library content
-
setData
Sets the data of this document library content.- Specified by:
setDatain interfaceDLContentModel- Parameters:
data- the data of this document library content
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this document library content.- Specified by:
setGroupIdin interfaceDLContentModel- Parameters:
groupId- the group ID of this document library content
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library content.- Specified by:
setMvccVersionin interfaceDLContentModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this document library content
-
setPath
Sets the path of this document library content.- Specified by:
setPathin interfaceDLContentModel- Parameters:
path- the path of this document library content
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this document library content.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLContent>- Specified by:
setPrimaryKeyin interfaceDLContentModel- Parameters:
primaryKey- the primary key of this document library content
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this document library content.- Specified by:
setRepositoryIdin interfaceDLContentModel- Parameters:
repositoryId- the repository ID of this document library content
-
setSize
public void setSize(long size) Sets the size of this document library content.- Specified by:
setSizein interfaceDLContentModel- Parameters:
size- the size of this document library content
-
setVersion
Sets the version of this document library content.- Specified by:
setVersionin interfaceDLContentModel- Parameters:
version- the version of this document library content
-
toXmlString
- Specified by:
toXmlStringin interfaceDLContentModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DLContent>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DLContent>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLContent>
-