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
@ProviderType
public interface DLFileEntryModel
extends AttachedModel, BaseModel<DLFileEntry>, CTModel<DLFileEntry>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedGroupedModel, TrashedModel
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 Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this document library file entry.long
Returns the class name ID of this document library file entry.long
Returns the class pk of this document library file entry.long
Returns the company ID of this document library file entry.Returns the create date of this document library file entry.long
Returns the ct collection ID of this document library file entry.long
Returns the custom1 image ID of this document library file entry.long
Returns the custom2 image ID of this document library file entry.Returns the description of this document library file entry.Returns the display date of this document library file entry.Returns the expiration date of this document library file entry.Returns the extension of this document library file entry.Returns the external reference code of this document library file entry.Returns the extra settings of this document library file entry.long
Returns the file entry ID of this document library file entry.long
Returns the file entry type ID of this document library file entry.Returns the file name of this document library file entry.long
Returns the folder ID of this document library file entry.long
Returns the group ID of this document library file entry.long
Returns the large image ID of this document library file entry.Returns the last publish date of this document library file entry.boolean
Returns the manual check in required of this document library file entry.Returns the mime type of this document library file entry.Returns the modified date of this document library file entry.long
Returns the mvcc version of this document library file entry.getName()
Returns the name of this document library file entry.long
Returns the primary key of this document library file entry.long
Returns the repository ID of this document library file entry.Returns the review date of this document library file entry.long
getSize()
Returns the size of this document library file entry.long
Returns the small image ID of this document library file entry.int
Returns the status of this document library file entry.getTitle()
Returns the title of this document library file entry.long
Returns the class primary key of the trash entry for this document library file entry.Returns the tree path of this document library file entry.long
Returns the user ID of this document library file entry.Returns the user name of this document library file entry.Returns the user uuid of this document library file entry.getUuid()
Returns the uuid of this document library file entry.Returns the version of this document library file entry.boolean
Returnstrue
if this document library file entry is in the Recycle Bin.boolean
Returnstrue
if this document library file entry is manual check in required.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this document library file entry.void
setClassPK
(long classPK) Sets the class pk of this document library file entry.void
setCompanyId
(long companyId) Sets the company ID of this document library file entry.void
setCreateDate
(Date createDate) Sets the create date of this document library file entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this document library file entry.void
setCustom1ImageId
(long custom1ImageId) Sets the custom1 image ID of this document library file entry.void
setCustom2ImageId
(long custom2ImageId) Sets the custom2 image ID of this document library file entry.void
setDescription
(String description) Sets the description of this document library file entry.void
setDisplayDate
(Date displayDate) Sets the display date of this document library file entry.void
setExpirationDate
(Date expirationDate) Sets the expiration date of this document library file entry.void
setExtension
(String extension) Sets the extension of this document library file entry.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this document library file entry.void
setExtraSettings
(String extraSettings) Sets the extra settings of this document library file entry.void
setFileEntryId
(long fileEntryId) Sets the file entry ID of this document library file entry.void
setFileEntryTypeId
(long fileEntryTypeId) Sets the file entry type ID of this document library file entry.void
setFileName
(String fileName) Sets the file name of this document library file entry.void
setFolderId
(long folderId) Sets the folder ID of this document library file entry.void
setGroupId
(long groupId) Sets the group ID of this document library file entry.void
setLargeImageId
(long largeImageId) Sets the large image ID of this document library file entry.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this document library file entry.void
setManualCheckInRequired
(boolean manualCheckInRequired) Sets whether this document library file entry is manual check in required.void
setMimeType
(String mimeType) Sets the mime type of this document library file entry.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this document library file entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this document library file entry.void
Sets the name of this document library file entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this document library file entry.void
setRepositoryId
(long repositoryId) Sets the repository ID of this document library file entry.void
setReviewDate
(Date reviewDate) Sets the review date of this document library file entry.void
setSize
(long size) Sets the size of this document library file entry.void
setSmallImageId
(long smallImageId) Sets the small image ID of this document library file entry.void
Sets the title of this document library file entry.void
setTreePath
(String treePath) Sets the tree path of this document library file entry.void
setUserId
(long userId) Sets the user ID of this document library file entry.void
setUserName
(String userName) Sets the user name of this document library file entry.void
setUserUuid
(String userUuid) Sets the user uuid of this document library file entry.void
Sets the uuid of this document library file entry.void
setVersion
(String version) Sets the version of this document library file entry.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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this document library file entry.- Specified by:
getPrimaryKey
in interfaceCTModel<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 interfaceCTModel<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 interfaceMVCCModel
- 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 interfaceMVCCModel
- 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 interfaceCTModel<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 interfaceCTModel<DLFileEntry>
- Parameters:
ctCollectionId
- the ct collection ID of this document library file entry
-
getUuid
Returns the uuid of this document library file entry.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this document library file entry
-
setUuid
Sets the uuid of this document library file entry.- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this document library file entry
-
getExternalReferenceCode
Returns the external reference code of this document library file entry.- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Returns:
- the external reference code of this document library file entry
-
setExternalReferenceCode
Sets the external reference code of this document library file entry.- Specified by:
setExternalReferenceCode
in interfaceExternalReferenceCodeModel
- 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 interfaceGroupedModel
- 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 interfaceGroupedModel
- 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 interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- 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 interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- 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 interfaceAuditedModel
- 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 interfaceAuditedModel
- 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 interfaceAuditedModel
- Returns:
- the user uuid of this document library file entry
-
setUserUuid
Sets the user uuid of this document library file entry.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this document library file entry
-
getUserName
Returns the user name of this document library file entry.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this document library file entry
-
setUserName
Sets the user name of this document library file entry.- Specified by:
setUserName
in interfaceAuditedModel
- 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 interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this document library file entry
-
setCreateDate
Sets the create date of this document library file entry.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- 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 interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this document library file entry
-
setModifiedDate
Sets the modified date of this document library file entry.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- 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 interfaceTypedModel
- Returns:
- the fully qualified class name of this document library file entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this document library file entry.- Specified by:
getClassNameId
in interfaceTypedModel
- 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 interfaceTypedModel
- 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 interfaceAttachedModel
- 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 interfaceAttachedModel
- 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
Returns the tree path of this document library file entry.- Returns:
- the tree path of this document library file entry
-
setTreePath
Sets the tree path of this document library file entry.- Parameters:
treePath
- the tree path of this document library file entry
-
getName
Returns the name of this document library file entry.- Returns:
- the name of this document library file entry
-
setName
Sets the name of this document library file entry.- Parameters:
name
- the name of this document library file entry
-
getFileName
Returns the file name of this document library file entry.- Returns:
- the file name of this document library file entry
-
setFileName
Sets the file name of this document library file entry.- Parameters:
fileName
- the file name of this document library file entry
-
getExtension
Returns the extension of this document library file entry.- Returns:
- the extension of this document library file entry
-
setExtension
Sets the extension of this document library file entry.- Parameters:
extension
- the extension of this document library file entry
-
getMimeType
Returns the mime type of this document library file entry.- Returns:
- the mime type of this document library file entry
-
setMimeType
Sets the mime type of this document library file entry.- Parameters:
mimeType
- the mime type of this document library file entry
-
getTitle
Returns the title of this document library file entry.- Returns:
- the title of this document library file entry
-
setTitle
Sets the title of this document library file entry.- Parameters:
title
- the title of this document library file entry
-
getDescription
Returns the description of this document library file entry.- Returns:
- the description of this document library file entry
-
setDescription
Sets the description of this document library file entry.- Parameters:
description
- the description of this document library file entry
-
getExtraSettings
Returns the extra settings of this document library file entry.- Returns:
- the extra settings of this document library file entry
-
setExtraSettings
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
Returns the version of this document library file entry.- Returns:
- the version of this document library file entry
-
setVersion
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()Returnstrue
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
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
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
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 interfaceStagedGroupedModel
- Returns:
- the last publish date of this document library file entry
-
setLastPublishDate
Sets the last publish date of this document library file entry.- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- 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 interfaceTrashedModel
- 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 interfaceTrashedModel
- Returns:
- the class primary key of the trash entry for this document library file entry
-
isInTrash
boolean isInTrash()Returnstrue
if this document library file entry is in the Recycle Bin.- Specified by:
isInTrash
in interfaceTrashedModel
- Returns:
true
if this document library file entry is in the Recycle Bin;false
otherwise
-
cloneWithOriginalValues
DLFileEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<DLFileEntry>
-
toXmlString
-