Interface DLFileEntryModel

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<DLFileEntry>, ClassedModel, Cloneable, Comparable<DLFileEntry>, CTModel<DLFileEntry>, ExternalReferenceCodeModel, GroupedModel, MVCCModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TrashedModel, TypedModel
All Known Subinterfaces:
DLFileEntry
All Known Implementing Classes:
DLFileEntryWrapper

The base model interface for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl 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.portlet.documentlibrary.model.impl.DLFileEntryImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this document library file entry.
      Specified by:
      getPrimaryKey in interface CTModel<DLFileEntry>
      Returns:
      the primary key of this document library file entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this document library file entry.
      Specified by:
      setPrimaryKey in interface CTModel<DLFileEntry>
      Parameters:
      primaryKey - the primary key of this document library file entry
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this document library file entry.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this document library file entry
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this document library file entry.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this document library file entry
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this document library file entry.
      Specified by:
      getCtCollectionId in interface CTModel<DLFileEntry>
      Returns:
      the ct collection ID of this document library file entry
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this document library file entry.
      Specified by:
      setCtCollectionId in interface CTModel<DLFileEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this document library file entry
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this document library file entry.
      Specified by:
      getUuid in interface StagedModel
      Returns:
      the uuid of this document library file entry
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this document library file entry.
      Specified by:
      setUuid in interface StagedModel
      Parameters:
      uuid - the uuid of this document library file entry
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this document library file entry.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this document library file entry
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this document library file entry.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this document library file entry
    • getFileEntryId

      long getFileEntryId()
      Returns the file entry ID of this document library file entry.
      Returns:
      the file entry ID of this document library file entry
    • setFileEntryId

      void setFileEntryId(long fileEntryId)
      Sets the file entry ID of this document library file entry.
      Parameters:
      fileEntryId - the file entry ID of this document library file entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this document library file entry.
      Specified by:
      getGroupId in interface GroupedModel
      Returns:
      the group ID of this document library file entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this document library file entry.
      Specified by:
      setGroupId in interface GroupedModel
      Parameters:
      groupId - the group ID of this document library file entry
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this document library file entry.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface StagedModel
      Returns:
      the company ID of this document library file entry
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this document library file entry.
      Specified by:
      setCompanyId in interface AuditedModel
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface StagedModel
      Parameters:
      companyId - the company ID of this document library file entry
    • getUserId

      long getUserId()
      Returns the user ID of this document library file entry.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this document library file entry
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this document library file entry.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this document library file entry
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this document library file entry.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this document library file entry
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this document library file entry.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this document library file entry
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this document library file entry.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this document library file entry
    • setUserName

      void setUserName(String userName)
      Sets the user name of this document library file entry.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this document library file entry
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this document library file entry.
      Specified by:
      getCreateDate in interface AuditedModel
      Specified by:
      getCreateDate in interface StagedModel
      Returns:
      the create date of this document library file entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this document library file entry.
      Specified by:
      setCreateDate in interface AuditedModel
      Specified by:
      setCreateDate in interface StagedModel
      Parameters:
      createDate - the create date of this document library file entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this document library file entry.
      Specified by:
      getModifiedDate in interface AuditedModel
      Specified by:
      getModifiedDate in interface StagedModel
      Returns:
      the modified date of this document library file entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this document library file entry.
      Specified by:
      setModifiedDate in interface AuditedModel
      Specified by:
      setModifiedDate in interface StagedModel
      Parameters:
      modifiedDate - the modified date of this document library file entry
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this document library file entry.
      Specified by:
      getClassName in interface TypedModel
      Returns:
      the fully qualified class name of this document library file entry
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this document library file entry.
      Specified by:
      getClassNameId in interface TypedModel
      Returns:
      the class name ID of this document library file entry
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this document library file entry.
      Specified by:
      setClassNameId in interface TypedModel
      Parameters:
      classNameId - the class name ID of this document library file entry
    • getClassPK

      long getClassPK()
      Returns the class pk of this document library file entry.
      Specified by:
      getClassPK in interface AttachedModel
      Returns:
      the class pk of this document library file entry
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this document library file entry.
      Specified by:
      setClassPK in interface AttachedModel
      Parameters:
      classPK - the class pk of this document library file entry
    • getRepositoryId

      long getRepositoryId()
      Returns the repository ID of this document library file entry.
      Returns:
      the repository ID of this document library file entry
    • setRepositoryId

      void setRepositoryId(long repositoryId)
      Sets the repository ID of this document library file entry.
      Parameters:
      repositoryId - the repository ID of this document library file entry
    • getFolderId

      long getFolderId()
      Returns the folder ID of this document library file entry.
      Returns:
      the folder ID of this document library file entry
    • setFolderId

      void setFolderId(long folderId)
      Sets the folder ID of this document library file entry.
      Parameters:
      folderId - the folder ID of this document library file entry
    • getTreePath

      @AutoEscape String getTreePath()
      Returns the tree path of this document library file entry.
      Returns:
      the tree path of this document library file entry
    • setTreePath

      void setTreePath(String treePath)
      Sets the tree path of this document library file entry.
      Parameters:
      treePath - the tree path of this document library file entry
    • getName

      @AutoEscape String getName()
      Returns the name of this document library file entry.
      Returns:
      the name of this document library file entry
    • setName

      void setName(String name)
      Sets the name of this document library file entry.
      Parameters:
      name - the name of this document library file entry
    • getFileName

      @AutoEscape String getFileName()
      Returns the file name of this document library file entry.
      Returns:
      the file name of this document library file entry
    • setFileName

      void setFileName(String fileName)
      Sets the file name of this document library file entry.
      Parameters:
      fileName - the file name of this document library file entry
    • getExtension

      @AutoEscape String getExtension()
      Returns the extension of this document library file entry.
      Returns:
      the extension of this document library file entry
    • setExtension

      void setExtension(String extension)
      Sets the extension of this document library file entry.
      Parameters:
      extension - the extension of this document library file entry
    • getMimeType

      @AutoEscape String getMimeType()
      Returns the mime type of this document library file entry.
      Returns:
      the mime type of this document library file entry
    • setMimeType

      void setMimeType(String mimeType)
      Sets the mime type of this document library file entry.
      Parameters:
      mimeType - the mime type of this document library file entry
    • getTitle

      @AutoEscape String getTitle()
      Returns the title of this document library file entry.
      Returns:
      the title of this document library file entry
    • setTitle

      void setTitle(String title)
      Sets the title of this document library file entry.
      Parameters:
      title - the title of this document library file entry
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this document library file entry.
      Returns:
      the description of this document library file entry
    • setDescription

      void setDescription(String description)
      Sets the description of this document library file entry.
      Parameters:
      description - the description of this document library file entry
    • getExtraSettings

      @AutoEscape String getExtraSettings()
      Returns the extra settings of this document library file entry.
      Returns:
      the extra settings of this document library file entry
    • setExtraSettings

      void setExtraSettings(String extraSettings)
      Sets the extra settings of this document library file entry.
      Parameters:
      extraSettings - the extra settings of this document library file entry
    • getFileEntryTypeId

      long getFileEntryTypeId()
      Returns the file entry type ID of this document library file entry.
      Returns:
      the file entry type ID of this document library file entry
    • setFileEntryTypeId

      void setFileEntryTypeId(long fileEntryTypeId)
      Sets the file entry type ID of this document library file entry.
      Parameters:
      fileEntryTypeId - the file entry type ID of this document library file entry
    • getVersion

      @AutoEscape String getVersion()
      Returns the version of this document library file entry.
      Returns:
      the version of this document library file entry
    • setVersion

      void setVersion(String version)
      Sets the version of this document library file entry.
      Parameters:
      version - the version of this document library file entry
    • getSize

      long getSize()
      Returns the size of this document library file entry.
      Returns:
      the size of this document library file entry
    • setSize

      void setSize(long size)
      Sets the size of this document library file entry.
      Parameters:
      size - the size of this document library file entry
    • getSmallImageId

      long getSmallImageId()
      Returns the small image ID of this document library file entry.
      Returns:
      the small image ID of this document library file entry
    • setSmallImageId

      void setSmallImageId(long smallImageId)
      Sets the small image ID of this document library file entry.
      Parameters:
      smallImageId - the small image ID of this document library file entry
    • getLargeImageId

      long getLargeImageId()
      Returns the large image ID of this document library file entry.
      Returns:
      the large image ID of this document library file entry
    • setLargeImageId

      void setLargeImageId(long largeImageId)
      Sets the large image ID of this document library file entry.
      Parameters:
      largeImageId - the large image ID of this document library file entry
    • getCustom1ImageId

      long getCustom1ImageId()
      Returns the custom1 image ID of this document library file entry.
      Returns:
      the custom1 image ID of this document library file entry
    • setCustom1ImageId

      void setCustom1ImageId(long custom1ImageId)
      Sets the custom1 image ID of this document library file entry.
      Parameters:
      custom1ImageId - the custom1 image ID of this document library file entry
    • getCustom2ImageId

      long getCustom2ImageId()
      Returns the custom2 image ID of this document library file entry.
      Returns:
      the custom2 image ID of this document library file entry
    • setCustom2ImageId

      void setCustom2ImageId(long custom2ImageId)
      Sets the custom2 image ID of this document library file entry.
      Parameters:
      custom2ImageId - the custom2 image ID of this document library file entry
    • getManualCheckInRequired

      boolean getManualCheckInRequired()
      Returns the manual check in required of this document library file entry.
      Returns:
      the manual check in required of this document library file entry
    • isManualCheckInRequired

      boolean isManualCheckInRequired()
      Returns true if this document library file entry is manual check in required.
      Returns:
      true if this document library file entry is manual check in required; false otherwise
    • setManualCheckInRequired

      void setManualCheckInRequired(boolean manualCheckInRequired)
      Sets whether this document library file entry is manual check in required.
      Parameters:
      manualCheckInRequired - the manual check in required of this document library file entry
    • getDisplayDate

      Date getDisplayDate()
      Returns the display date of this document library file entry.
      Returns:
      the display date of this document library file entry
    • setDisplayDate

      void setDisplayDate(Date displayDate)
      Sets the display date of this document library file entry.
      Parameters:
      displayDate - the display date of this document library file entry
    • getExpirationDate

      Date getExpirationDate()
      Returns the expiration date of this document library file entry.
      Returns:
      the expiration date of this document library file entry
    • setExpirationDate

      void setExpirationDate(Date expirationDate)
      Sets the expiration date of this document library file entry.
      Parameters:
      expirationDate - the expiration date of this document library file entry
    • getReviewDate

      Date getReviewDate()
      Returns the review date of this document library file entry.
      Returns:
      the review date of this document library file entry
    • setReviewDate

      void setReviewDate(Date reviewDate)
      Sets the review date of this document library file entry.
      Parameters:
      reviewDate - the review date of this document library file entry
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this document library file entry.
      Specified by:
      getLastPublishDate in interface StagedGroupedModel
      Returns:
      the last publish date of this document library file entry
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this document library file entry.
      Specified by:
      setLastPublishDate in interface StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this document library file entry
    • getStatus

      int getStatus()
      Returns the status of this document library file entry.
      Specified by:
      getStatus in interface TrashedModel
      Returns:
      the status of this document library file entry
    • getTrashEntryClassPK

      long getTrashEntryClassPK()
      Returns the class primary key of the trash entry for this document library file entry.
      Specified by:
      getTrashEntryClassPK in interface TrashedModel
      Returns:
      the class primary key of the trash entry for this document library file entry
    • isInTrash

      boolean isInTrash()
      Returns true if this document library file entry is in the Recycle Bin.
      Specified by:
      isInTrash in interface TrashedModel
      Returns:
      true if this document library file entry is in the Recycle Bin; false otherwise
    • cloneWithOriginalValues

      DLFileEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<DLFileEntry>
    • toXmlString

      default String toXmlString()