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 Type
    Method
    Description
     
    long
    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
    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 String
     

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this dl file version preview.
      Specified by:
      getPrimaryKey in interface com.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:
      setPrimaryKey in interface com.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:
      getMvccVersion in interface com.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:
      setMvccVersion in interface com.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:
      getCtCollectionId in interface com.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:
      setCtCollectionId in interface com.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:
      getCompanyId in interface com.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:
      setCompanyId in interface com.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:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLFileVersionPreview>
    • toXmlString

      default String toXmlString()