Class DLFileVersionPreviewWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileVersionPreview>
com.liferay.document.library.model.DLFileVersionPreviewWrapper
- All Implemented Interfaces:
DLFileVersionPreview
,DLFileVersionPreviewModel
,com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DLFileVersionPreview>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<DLFileVersionPreview>
public class DLFileVersionPreviewWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileVersionPreview>
implements DLFileVersionPreview, com.liferay.portal.kernel.model.ModelWrapper<DLFileVersionPreview>
This class is a wrapper for DLFileVersionPreview
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.document.library.model.DLFileVersionPreview
DL_FILE_VERSION_PREVIEW_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this dl file version preview.long
Returns the ct collection ID of this dl file version preview.long
Returns the dl file version preview ID of this dl file version preview.long
Returns the file entry ID of this dl file version preview.long
Returns the file version ID of this dl file version preview.long
Returns the group ID of this dl file version preview.long
Returns the mvcc version of this dl file version preview.int
Returns the preview status of this dl file version preview.long
Returns the primary key of this dl file version preview.void
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected DLFileVersionPreviewWrapper
wrap
(DLFileVersionPreview dlFileVersionPreview) Methods 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DLFileVersionPreviewWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
- Specified by:
cloneWithOriginalValues
in interfaceDLFileVersionPreviewModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this dl file version preview.- Specified by:
getCompanyId
in interfaceDLFileVersionPreviewModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this dl file version preview
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this dl file version preview.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>
- Specified by:
getCtCollectionId
in interfaceDLFileVersionPreviewModel
- Returns:
- the ct collection ID of this dl file version preview
-
getDlFileVersionPreviewId
public long getDlFileVersionPreviewId()Returns the dl file version preview ID of this dl file version preview.- Specified by:
getDlFileVersionPreviewId
in interfaceDLFileVersionPreviewModel
- Returns:
- the dl file version preview ID of this dl file version preview
-
getFileEntryId
public long getFileEntryId()Returns the file entry ID of this dl file version preview.- Specified by:
getFileEntryId
in interfaceDLFileVersionPreviewModel
- Returns:
- the file entry ID of this dl file version preview
-
getFileVersionId
public long getFileVersionId()Returns the file version ID of this dl file version preview.- Specified by:
getFileVersionId
in interfaceDLFileVersionPreviewModel
- Returns:
- the file version ID of this dl file version preview
-
getGroupId
public long getGroupId()Returns the group ID of this dl file version preview.- Specified by:
getGroupId
in interfaceDLFileVersionPreviewModel
- Returns:
- the group ID of this dl file version preview
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this dl file version preview.- Specified by:
getMvccVersion
in interfaceDLFileVersionPreviewModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this dl file version preview
-
getPreviewStatus
public int getPreviewStatus()Returns the preview status of this dl file version preview.- Specified by:
getPreviewStatus
in interfaceDLFileVersionPreviewModel
- Returns:
- the preview status of this dl file version preview
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this dl file version preview.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>
- Specified by:
getPrimaryKey
in interfaceDLFileVersionPreviewModel
- Returns:
- the primary key of this dl file version preview
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dl file version preview.- Specified by:
setCompanyId
in interfaceDLFileVersionPreviewModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this dl file version preview
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this dl file version preview.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>
- Specified by:
setCtCollectionId
in interfaceDLFileVersionPreviewModel
- Parameters:
ctCollectionId
- the ct collection ID of this dl file version preview
-
setDlFileVersionPreviewId
public void setDlFileVersionPreviewId(long dlFileVersionPreviewId) Sets the dl file version preview ID of this dl file version preview.- Specified by:
setDlFileVersionPreviewId
in interfaceDLFileVersionPreviewModel
- Parameters:
dlFileVersionPreviewId
- the dl file version preview ID of this dl file version preview
-
setFileEntryId
public void setFileEntryId(long fileEntryId) Sets the file entry ID of this dl file version preview.- Specified by:
setFileEntryId
in interfaceDLFileVersionPreviewModel
- Parameters:
fileEntryId
- the file entry ID of this dl file version preview
-
setFileVersionId
public void setFileVersionId(long fileVersionId) Sets the file version ID of this dl file version preview.- Specified by:
setFileVersionId
in interfaceDLFileVersionPreviewModel
- Parameters:
fileVersionId
- the file version ID of this dl file version preview
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this dl file version preview.- Specified by:
setGroupId
in interfaceDLFileVersionPreviewModel
- Parameters:
groupId
- the group ID of this dl file version preview
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this dl file version preview.- Specified by:
setMvccVersion
in interfaceDLFileVersionPreviewModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this dl file version preview
-
setPreviewStatus
public void setPreviewStatus(int previewStatus) Sets the preview status of this dl file version preview.- Specified by:
setPreviewStatus
in interfaceDLFileVersionPreviewModel
- Parameters:
previewStatus
- the preview status of this dl file version preview
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this dl file version preview.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DLFileVersionPreview>
- Specified by:
setPrimaryKey
in interfaceDLFileVersionPreviewModel
- Parameters:
primaryKey
- the primary key of this dl file version preview
-
toXmlString
- Specified by:
toXmlString
in interfaceDLFileVersionPreviewModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileVersionPreview>
-