@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
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.
DLFileVersionPreview| Modifier and Type | Method and Description |
|---|---|
DLFileVersionPreview |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this dl file version preview.
|
long |
getCtCollectionId()
Returns the ct collection ID of this dl file version preview.
|
long |
getDlFileVersionPreviewId()
Returns the dl file version preview ID of this dl file version preview.
|
long |
getFileEntryId()
Returns the file entry ID of this dl file version preview.
|
long |
getFileVersionId()
Returns the file version ID of this dl file version preview.
|
long |
getGroupId()
Returns the group ID of this dl file version preview.
|
long |
getMvccVersion()
Returns the mvcc version of this dl file version preview.
|
int |
getPreviewStatus()
Returns the preview status of this dl file version preview.
|
long |
getPrimaryKey()
Returns the primary key of this dl file version preview.
|
void |
setCompanyId(long companyId)
Sets the company ID of this dl file version preview.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this dl file version preview.
|
void |
setDlFileVersionPreviewId(long dlFileVersionPreviewId)
Sets the dl file version preview ID of this dl file version preview.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this dl file version preview.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this dl file version preview.
|
void |
setGroupId(long groupId)
Sets the group ID of this dl file version preview.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this dl file version preview.
|
void |
setPreviewStatus(int previewStatus)
Sets the preview status of this dl file version preview.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dl file version preview.
|
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<DLFileVersionPreview>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>primaryKey - the primary key of this dl file version previewlong 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 dl file version previewlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>ctCollectionId - the ct collection ID of this dl file version previewlong getDlFileVersionPreviewId()
void setDlFileVersionPreviewId(long dlFileVersionPreviewId)
dlFileVersionPreviewId - the dl file version preview ID of this dl file version previewlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this dl file version previewlong 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 dl file version previewlong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId - the file entry ID of this dl file version previewlong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId - the file version ID of this dl file version previewint getPreviewStatus()
void setPreviewStatus(int previewStatus)
previewStatus - the preview status of this dl file version previewDLFileVersionPreview cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>default java.lang.String toXmlString()