Interface DLFileVersionPreviewModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DLFileVersionPreview>,com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DLFileVersionPreview
- All Known Implementing Classes:
DLFileVersionPreviewWrapper
@ProviderType
public interface DLFileVersionPreviewModel
extends com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>, com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DLFileVersionPreview service. Represents a row in the "DLFileVersionPreview" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.document.library.model.impl.DLFileVersionPreviewModelImpl 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.model.impl.DLFileVersionPreviewImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this dl file version preview.longReturns the ct collection ID of this dl file version preview.longReturns the dl file version preview ID of this dl file version preview.longReturns the file entry ID of this dl file version preview.longReturns the file version ID of this dl file version preview.longReturns the group ID of this dl file version preview.longReturns the mvcc version of this dl file version preview.intReturns the preview status of this dl file version preview.longReturns the primary key of this dl file version preview.voidsetCompanyId(long companyId) Sets the company ID of this dl file version preview.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this dl file version preview.voidsetDlFileVersionPreviewId(long dlFileVersionPreviewId) Sets the dl file version preview ID of this dl file version preview.voidsetFileEntryId(long fileEntryId) Sets the file entry ID of this dl file version preview.voidsetFileVersionId(long fileVersionId) Sets the file version ID of this dl file version preview.voidsetGroupId(long groupId) Sets the group ID of this dl file version preview.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this dl file version preview.voidsetPreviewStatus(int previewStatus) Sets the preview status of this dl file version preview.voidsetPrimaryKey(long primaryKey) Sets the primary key of this dl file version preview.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this dl file version preview.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>- Returns:
- the primary key of this dl file version preview
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this dl file version preview.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>- Parameters:
primaryKey- the primary key of this dl file version preview
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this dl file version preview.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this dl file version preview
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this dl file version preview.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this dl file version preview
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this dl file version preview.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>- Returns:
- the ct collection ID of this dl file version preview
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this dl file version preview.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>- Parameters:
ctCollectionId- the ct collection ID of this dl file version preview
-
getDlFileVersionPreviewId
long getDlFileVersionPreviewId()Returns the dl file version preview ID of this dl file version preview.- Returns:
- the dl file version preview ID of this dl file version preview
-
setDlFileVersionPreviewId
void setDlFileVersionPreviewId(long dlFileVersionPreviewId) Sets the dl file version preview ID of this dl file version preview.- Parameters:
dlFileVersionPreviewId- the dl file version preview ID of this dl file version preview
-
getGroupId
long getGroupId()Returns the group ID of this dl file version preview.- Returns:
- the group ID of this dl file version preview
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this dl file version preview.- Parameters:
groupId- the group ID of this dl file version preview
-
getCompanyId
long getCompanyId()Returns the company ID of this dl file version preview.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this dl file version preview
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this dl file version preview.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this dl file version preview
-
getFileEntryId
long getFileEntryId()Returns the file entry ID of this dl file version preview.- Returns:
- the file entry ID of this dl file version preview
-
setFileEntryId
void setFileEntryId(long fileEntryId) Sets the file entry ID of this dl file version preview.- Parameters:
fileEntryId- the file entry ID of this dl file version preview
-
getFileVersionId
long getFileVersionId()Returns the file version ID of this dl file version preview.- Returns:
- the file version ID of this dl file version preview
-
setFileVersionId
void setFileVersionId(long fileVersionId) Sets the file version ID of this dl file version preview.- Parameters:
fileVersionId- the file version ID of this dl file version preview
-
getPreviewStatus
int getPreviewStatus()Returns the preview status of this dl file version preview.- Returns:
- the preview status of this dl file version preview
-
setPreviewStatus
void setPreviewStatus(int previewStatus) Sets the preview status of this dl file version preview.- Parameters:
previewStatus- the preview status of this dl file version preview
-
cloneWithOriginalValues
DLFileVersionPreview cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
-
toXmlString
-